Changeset 3478210
- Timestamp:
- 03/09/2026 02:14:05 PM (4 weeks ago)
- Location:
- a1-tools/trunk
- Files:
-
- 3 edited
-
a1-tools.php (modified) (2 diffs)
-
includes/class-a1-tools-media-management.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
a1-tools/trunk/a1-tools.php
r3478197 r3478210 4 4 * Plugin URI: https://tools.a-1chimney.com 5 5 * Description: Connects your WordPress site to the A1 Tools platform for centralized management of contact information, social media links, and business details. 6 * Version: 1.9. 56 * Version: 1.9.6 7 7 * Requires at least: 5.0 8 8 * Requires PHP: 7.4 … … 21 21 22 22 // Plugin constants. 23 define( 'A1TOOLS_VERSION', '1.9. 5' );23 define( 'A1TOOLS_VERSION', '1.9.6' ); 24 24 define( 'A1TOOLS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 25 25 define( 'A1TOOLS_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
a1-tools/trunk/includes/class-a1-tools-media-management.php
r3478194 r3478210 713 713 + ' <input type="text" class="a1mm-new-name" value="' + escAttr(nameNoExt) + '" />' 714 714 + ' <span class="a1mm-ext">.' + escHtml(ext) + '</span>' 715 + ' <label class="a1mm-refs-label"><input type="checkbox" class="a1mm-refs-cb" /> Update refs</label>'715 + ' <label class="a1mm-refs-label"><input type="checkbox" class="a1mm-refs-cb" checked /> Update refs</label>' 716 716 + ' <button type="button" class="button button-primary a1mm-rename-btn">Rename</button>' 717 717 + ' <span class="a1mm-item-msg"></span>' -
a1-tools/trunk/readme.txt
r3478197 r3478210 4 4 Requires at least: 5.0 5 5 Tested up to: 6.9 6 Stable tag: 1.9. 56 Stable tag: 1.9.6 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.