Plugin Directory

Changeset 3430634


Ignore:
Timestamp:
01/01/2026 04:40:42 PM (2 months ago)
Author:
lbell
Message:

v1.6.3

Location:
exifize-my-dates
Files:
2 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • exifize-my-dates/trunk/exifize-my-dates.php

    r3430620 r3430634  
    55 * Plugin URI:  https://wordpress.org/plugins/exifize-my-dates/
    66 * 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.2
     7 * Version:     1.6.3
    88 * Author:      LBell
    99 * Author URI:  https://lorenbell.com
     
    2323 * Plugin constants.
    2424 */
    25 define('EXIFIZE_VERSION', '1.6.2');
     25define('EXIFIZE_VERSION', '1.6.3');
    2626define('EXIFIZE_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2727define('EXIFIZE_PLUGIN_URL', plugin_dir_url(__FILE__));
  • exifize-my-dates/trunk/includes/admin-page.php

    r3430620 r3430634  
    8282    <div class="exifize-intro">
    8383      <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'); ?>
    8586      </p>
    8687      <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'); ?>
    8892      </p>
    8993    </div>
     
    124128      </table>
    125129
    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'); ?>
    127131    </form>
    128132
  • exifize-my-dates/trunk/readme.txt

    r3430620 r3430634  
    66Tested up to: 6.9
    77Requires PHP: 7.4
    8 Stable Tag: 1.6.2
     8Stable Tag: 1.6.3
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5353
    5454== Changelog ==
    55 = 1.6.2 =
     55= 1.6.3 =
    5656* Version bump
    5757
Note: See TracChangeset for help on using the changeset viewer.