Plugin Directory

Changeset 3285711


Ignore:
Timestamp:
05/01/2025 03:09:12 PM (11 months ago)
Author:
mag_oberon
Message:

updated

Location:
post-updated-date/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • post-updated-date/trunk/post-updated-date.php

    r3285708 r3285711  
    44Plugin URI: https://www.usefulblogging.com/add-last-updated-date-wordpress-blog-posts
    55Description: Add Last Updated Date in WordPress Blog Posts.
    6 Version: 1.4
     6Version: 1.5
    77Author: Ataul Ghani
    88Author URI: https://www.usefulblogging.com
     
    1818
    1919function awd_enqueue_admin_assets($hook) {
    20     if ($hook !== 'settings_page_awd-posts-modified-date-settings') return;
     20    if ($hook !== 'settings_page_awd-post-updated-date-settings') return;
    2121    wp_enqueue_script('awd-admin-script', plugin_dir_url(__FILE__) . 'assets/admin-script.js', ['jquery'], null, true);
    2222}
  • post-updated-date/trunk/readme.txt

    r3285708 r3285711  
    5151== Changelog ==
    5252
     53= 1.5 =
     54* fixed minor bugs
     55* Tested with WordPress 6.8.1
     56
    5357= 1.4 =
    5458* Added admin settings panel
     
    5761* Custom prefix text support
    5862* Live preview included
    59 * Tested with WordPress 6.8.1
     63* Tested with WordPress 6.8
    6064
    6165= 1.3 =
Note: See TracChangeset for help on using the changeset viewer.