Changeset 3476686
- Timestamp:
- 03/06/2026 08:18:49 PM (4 weeks ago)
- Location:
- a1-tools/trunk
- Files:
-
- 2 edited
-
a1-tools.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
a1-tools/trunk/a1-tools.php
r3476641 r3476686 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. 26 * Version: 1.9.3 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. 2' );23 define( 'A1TOOLS_VERSION', '1.9.3' ); 24 24 define( 'A1TOOLS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 25 25 define( 'A1TOOLS_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
a1-tools/trunk/readme.txt
r3476641 r3476686 4 4 Requires at least: 5.0 5 5 Tested up to: 6.9 6 Stable tag: 1.9. 26 Stable tag: 1.9.3 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 151 151 152 152 == Changelog == 153 154 = 1.9.3 = 155 * Fix: City link and state link shortcodes now correctly receive URL data from API 156 * Fix: API public endpoint now returns city_url and state_url fields 153 157 154 158 = 1.9.2 =
Note: See TracChangeset
for help on using the changeset viewer.