Changeset 3266607
- Timestamp:
- 04/03/2025 09:24:31 PM (10 months ago)
- Location:
- add-custom-header-images
- Files:
-
- 8 edited
- 1 copied
-
tags/2.3.5 (copied) (copied from add-custom-header-images/trunk)
-
tags/2.3.5/CHANGES.md (modified) (1 diff)
-
tags/2.3.5/add-custom-header-images.php (modified) (2 diffs)
-
tags/2.3.5/languages/add-custom-header-images.pot (modified) (2 diffs)
-
tags/2.3.5/readme.txt (modified) (2 diffs)
-
trunk/CHANGES.md (modified) (1 diff)
-
trunk/add-custom-header-images.php (modified) (2 diffs)
-
trunk/languages/add-custom-header-images.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
add-custom-header-images/tags/2.3.5/CHANGES.md
r3180134 r3266607 1 1 #### [unreleased] 2 3 #### 2.3.5 / 2025-04-03 4 * add GA to generate POT 5 * change startup action hook to `after_setup_theme` for translations 2 6 3 7 #### 2.3.4 / 2024-11-01 -
add-custom-header-images/tags/2.3.5/add-custom-header-images.php
r3180134 r3266607 9 9 * Plugin URI: https://github.com/afragen/add-custom-header-images 10 10 * Description: Remove default header images and add custom header images. Images must be added to new page titled <strong>The Headers</strong>. Based upon a post from <a href="http://juliobiason.net/2011/10/25/twentyeleven-with-easy-rotating-header-images/">Julio Biason</a>. 11 * Version: 2.3. 411 * Version: 2.3.5 12 12 * Author: Andy Fragen 13 13 * Author URI: https://thefragens.com … … 292 292 } 293 293 294 // Using `after_setup_theme` to avoid WP 6.7 error for translations early. 294 295 add_action( 295 ' plugins_loaded',296 'after_setup_theme', 296 297 function() { 297 298 new Add_Custom_Header_Images(); -
add-custom-header-images/tags/2.3.5/languages/add-custom-header-images.pot
r2350583 r3266607 1 # Copyright (C) 202 0Andy Fragen2 # This file is distributed under the same license as the Add Custom Header Images plugin.1 # Copyright (C) 2025 Andy Fragen 2 # This file is distributed under the GNU General Public License v2. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Add Custom Header Images 2. 0.3\n"6 "Report-Msgid-Bugs-To: https:// wordpress.org/support/plugin/add-custom-header-images\n"5 "Project-Id-Version: Add Custom Header Images 2.3.5\n" 6 "Report-Msgid-Bugs-To: https://github.com/afragen/add-custom-header-images/issues\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 8 8 "Language-Team: LANGUAGE <LL@li.org>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 202 0-08-01T18:20:53+00:00\n"12 "POT-Creation-Date: 2025-04-03T21:22:37+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2. 4.0\n"14 "X-Generator: WP-CLI 2.11.0\n" 15 15 "X-Domain: add-custom-header-images\n" 16 16 17 17 #. Plugin Name of the plugin 18 #: add-custom-header-images.php 18 19 msgid "Add Custom Header Images" 19 20 msgstr "" 20 21 21 22 #. Plugin URI of the plugin 23 #: add-custom-header-images.php 22 24 msgid "https://github.com/afragen/add-custom-header-images" 23 25 msgstr "" 24 26 25 27 #. Description of the plugin 28 #: add-custom-header-images.php 26 29 msgid "Remove default header images and add custom header images. Images must be added to new page titled <strong>The Headers</strong>. Based upon a post from <a href=\"http://juliobiason.net/2011/10/25/twentyeleven-with-easy-rotating-header-images/\">Julio Biason</a>." 27 30 msgstr "" 28 31 29 32 #. Author of the plugin 33 #: add-custom-header-images.php 30 34 msgid "Andy Fragen" 31 35 msgstr "" 32 36 33 37 #. Author URI of the plugin 38 #: add-custom-header-images.php 34 39 msgid "https://thefragens.com" 35 40 msgstr "" 36 41 37 #: add-custom-header-images.php: 4542 #: add-custom-header-images.php:59 38 43 msgid "The Headers" 39 44 msgstr "" 40 45 41 #: add-custom-header-images.php: 7846 #: add-custom-header-images.php:94 42 47 msgid "Add Custom Header Images requires a page titled <strong>The Headers</strong>." 43 48 msgstr "" -
add-custom-header-images/tags/2.3.5/readme.txt
r3180134 r3266607 7 7 Requires at least: 5.2 8 8 Requires PHP: 5.6 9 Tested up to: 6. 710 Stable tag: 2.3. 49 Tested up to: 6.8 10 Stable tag: 2.3.5 11 11 12 12 ## Description … … 30 30 31 31 ## Changelog 32 33 #### 2.3.5 / 2025-04-03 34 * add GA to generate POT 35 * change startup action hook to `after_setup_theme` for translations 32 36 33 37 #### 2.3.4 / 2024-11-01 -
add-custom-header-images/trunk/CHANGES.md
r3180134 r3266607 1 1 #### [unreleased] 2 3 #### 2.3.5 / 2025-04-03 4 * add GA to generate POT 5 * change startup action hook to `after_setup_theme` for translations 2 6 3 7 #### 2.3.4 / 2024-11-01 -
add-custom-header-images/trunk/add-custom-header-images.php
r3180134 r3266607 9 9 * Plugin URI: https://github.com/afragen/add-custom-header-images 10 10 * Description: Remove default header images and add custom header images. Images must be added to new page titled <strong>The Headers</strong>. Based upon a post from <a href="http://juliobiason.net/2011/10/25/twentyeleven-with-easy-rotating-header-images/">Julio Biason</a>. 11 * Version: 2.3. 411 * Version: 2.3.5 12 12 * Author: Andy Fragen 13 13 * Author URI: https://thefragens.com … … 292 292 } 293 293 294 // Using `after_setup_theme` to avoid WP 6.7 error for translations early. 294 295 add_action( 295 ' plugins_loaded',296 'after_setup_theme', 296 297 function() { 297 298 new Add_Custom_Header_Images(); -
add-custom-header-images/trunk/languages/add-custom-header-images.pot
r2350583 r3266607 1 # Copyright (C) 202 0Andy Fragen2 # This file is distributed under the same license as the Add Custom Header Images plugin.1 # Copyright (C) 2025 Andy Fragen 2 # This file is distributed under the GNU General Public License v2. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Add Custom Header Images 2. 0.3\n"6 "Report-Msgid-Bugs-To: https:// wordpress.org/support/plugin/add-custom-header-images\n"5 "Project-Id-Version: Add Custom Header Images 2.3.5\n" 6 "Report-Msgid-Bugs-To: https://github.com/afragen/add-custom-header-images/issues\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 8 8 "Language-Team: LANGUAGE <LL@li.org>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 202 0-08-01T18:20:53+00:00\n"12 "POT-Creation-Date: 2025-04-03T21:22:37+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2. 4.0\n"14 "X-Generator: WP-CLI 2.11.0\n" 15 15 "X-Domain: add-custom-header-images\n" 16 16 17 17 #. Plugin Name of the plugin 18 #: add-custom-header-images.php 18 19 msgid "Add Custom Header Images" 19 20 msgstr "" 20 21 21 22 #. Plugin URI of the plugin 23 #: add-custom-header-images.php 22 24 msgid "https://github.com/afragen/add-custom-header-images" 23 25 msgstr "" 24 26 25 27 #. Description of the plugin 28 #: add-custom-header-images.php 26 29 msgid "Remove default header images and add custom header images. Images must be added to new page titled <strong>The Headers</strong>. Based upon a post from <a href=\"http://juliobiason.net/2011/10/25/twentyeleven-with-easy-rotating-header-images/\">Julio Biason</a>." 27 30 msgstr "" 28 31 29 32 #. Author of the plugin 33 #: add-custom-header-images.php 30 34 msgid "Andy Fragen" 31 35 msgstr "" 32 36 33 37 #. Author URI of the plugin 38 #: add-custom-header-images.php 34 39 msgid "https://thefragens.com" 35 40 msgstr "" 36 41 37 #: add-custom-header-images.php: 4542 #: add-custom-header-images.php:59 38 43 msgid "The Headers" 39 44 msgstr "" 40 45 41 #: add-custom-header-images.php: 7846 #: add-custom-header-images.php:94 42 47 msgid "Add Custom Header Images requires a page titled <strong>The Headers</strong>." 43 48 msgstr "" -
add-custom-header-images/trunk/readme.txt
r3180134 r3266607 7 7 Requires at least: 5.2 8 8 Requires PHP: 5.6 9 Tested up to: 6. 710 Stable tag: 2.3. 49 Tested up to: 6.8 10 Stable tag: 2.3.5 11 11 12 12 ## Description … … 30 30 31 31 ## Changelog 32 33 #### 2.3.5 / 2025-04-03 34 * add GA to generate POT 35 * change startup action hook to `after_setup_theme` for translations 32 36 33 37 #### 2.3.4 / 2024-11-01
Note: See TracChangeset
for help on using the changeset viewer.