Changeset 3285711
- Timestamp:
- 05/01/2025 03:09:12 PM (11 months ago)
- Location:
- post-updated-date/trunk
- Files:
-
- 2 edited
-
post-updated-date.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
post-updated-date/trunk/post-updated-date.php
r3285708 r3285711 4 4 Plugin URI: https://www.usefulblogging.com/add-last-updated-date-wordpress-blog-posts 5 5 Description: Add Last Updated Date in WordPress Blog Posts. 6 Version: 1. 46 Version: 1.5 7 7 Author: Ataul Ghani 8 8 Author URI: https://www.usefulblogging.com … … 18 18 19 19 function awd_enqueue_admin_assets($hook) { 20 if ($hook !== 'settings_page_awd-post s-modified-date-settings') return;20 if ($hook !== 'settings_page_awd-post-updated-date-settings') return; 21 21 wp_enqueue_script('awd-admin-script', plugin_dir_url(__FILE__) . 'assets/admin-script.js', ['jquery'], null, true); 22 22 } -
post-updated-date/trunk/readme.txt
r3285708 r3285711 51 51 == Changelog == 52 52 53 = 1.5 = 54 * fixed minor bugs 55 * Tested with WordPress 6.8.1 56 53 57 = 1.4 = 54 58 * Added admin settings panel … … 57 61 * Custom prefix text support 58 62 * Live preview included 59 * Tested with WordPress 6.8 .163 * Tested with WordPress 6.8 60 64 61 65 = 1.3 =
Note: See TracChangeset
for help on using the changeset viewer.