Changeset 3430634
- Timestamp:
- 01/01/2026 04:40:42 PM (2 months ago)
- Location:
- exifize-my-dates
- Files:
-
- 2 added
- 1 deleted
- 3 edited
-
assets (added)
-
assets/icon.svg (added)
-
trunk/assets (deleted)
-
trunk/exifize-my-dates.php (modified) (2 diffs)
-
trunk/includes/admin-page.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
exifize-my-dates/trunk/exifize-my-dates.php
r3430620 r3430634 5 5 * Plugin URI: https://wordpress.org/plugins/exifize-my-dates/ 6 6 * Description: Photoblog plugin to change the published dates of a selected post type to the EXIF capture date of the Featured or first attached image. 7 * Version: 1.6. 27 * Version: 1.6.3 8 8 * Author: LBell 9 9 * Author URI: https://lorenbell.com … … 23 23 * Plugin constants. 24 24 */ 25 define('EXIFIZE_VERSION', '1.6. 2');25 define('EXIFIZE_VERSION', '1.6.3'); 26 26 define('EXIFIZE_PLUGIN_DIR', plugin_dir_path(__FILE__)); 27 27 define('EXIFIZE_PLUGIN_URL', plugin_dir_url(__FILE__)); -
exifize-my-dates/trunk/includes/admin-page.php
r3430620 r3430634 82 82 <div class="exifize-intro"> 83 83 <p> 84 <?php esc_html_e('This tool will attempt to irreversibly change the actual post date of the selected post type.', 'exifize-my-dates'); ?> 84 <strong><?php esc_html_e('Bulk Change Tool', 'exifize-my-dates'); ?></strong> — 85 <?php esc_html_e('This tool will attempt to irreversibly change the actual post dates of all posts of the selected post type.', 'exifize-my-dates'); ?> 85 86 </p> 86 87 <p class="description"> 87 <?php esc_html_e('Note: Since this changes the actual post date, if you are using dates in your permalink structure, this will change them, possibly breaking incoming links.', 'exifize-my-dates'); ?> 88 <?php esc_html_e('For case-by-case changes, use the EXIFize Date Override panel in the Gutenberg post editor.', 'exifize-my-dates'); ?> 89 </p> 90 <p class="description"> 91 <?php esc_html_e('⚠️ Warning: Since this changes the actual post date, if you are using dates in your permalink structure, this will change them, possibly breaking incoming links.', 'exifize-my-dates'); ?> 88 92 </p> 89 93 </div> … … 124 128 </table> 125 129 126 <?php submit_button(__(' EXIFize Dates', 'exifize-my-dates'), 'primary', 'exifize_submit'); ?>130 <?php submit_button(__('Bulk EXIFize All Posts', 'exifize-my-dates'), 'primary', 'exifize_submit'); ?> 127 131 </form> 128 132 -
exifize-my-dates/trunk/readme.txt
r3430620 r3430634 6 6 Tested up to: 6.9 7 7 Requires PHP: 7.4 8 Stable Tag: 1.6. 28 Stable Tag: 1.6.3 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 53 53 54 54 == Changelog == 55 = 1.6. 2=55 = 1.6.3 = 56 56 * Version bump 57 57
Note: See TracChangeset
for help on using the changeset viewer.