Changeset 3454108
- Timestamp:
- 02/04/2026 08:45:52 PM (3 weeks ago)
- Location:
- a1-tools/trunk
- Files:
-
- 3 edited
-
a1-tools.php (modified) (5 diffs)
-
includes/class-a1-tools-elementor-tag.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
a1-tools/trunk/a1-tools.php
r3453923 r3454108 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.4. 26 * Version: 1.4.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.4. 2' );23 define( 'A1TOOLS_VERSION', '1.4.3' ); 24 24 define( 'A1TOOLS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 25 25 define( 'A1TOOLS_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); … … 413 413 'angi_url' => array( 'label' => 'Angi', 'icon' => 'fas fa-tools', 'color' => '#FF6153' ), 414 414 'thumbtack_url' => array( 'label' => 'Thumbtack', 'icon' => 'fas fa-thumbtack', 'color' => '#009FD9' ), 415 'homeadvisor_url' => array( 'label' => 'HomeAdvisor', 'icon' => 'fas fa-home', 'color' => '#EF6C00' ), 415 416 ); 416 417 … … 1283 1284 'angi_url' => array( 'label' => 'Angi', 'shortcode' => '[a1tools_var key="angi_url"]' ), 1284 1285 'thumbtack_url' => array( 'label' => 'Thumbtack', 'shortcode' => '[a1tools_var key="thumbtack_url"]' ), 1286 'homeadvisor_url' => array( 'label' => 'HomeAdvisor', 'shortcode' => '[a1tools_var key="homeadvisor_url"]' ), 1285 1287 ), 1286 1288 ); … … 1453 1455 'angi_url' => array( 'label' => 'Angi', 'icon' => 'fas fa-tools', 'color' => '#FF6153' ), 1454 1456 'thumbtack_url' => array( 'label' => 'Thumbtack', 'icon' => 'fas fa-thumbtack', 'color' => '#009FD9' ), 1457 'homeadvisor_url' => array( 'label' => 'HomeAdvisor', 'icon' => 'fas fa-home', 'color' => '#EF6C00' ), 1455 1458 ); 1456 1459 -
a1-tools/trunk/includes/class-a1-tools-elementor-tag.php
r3453100 r3454108 104 104 'angi_url' => esc_html__( 'Angi URL', 'a1-tools' ), 105 105 'thumbtack_url' => esc_html__( 'Thumbtack URL', 'a1-tools' ), 106 'homeadvisor_url' => esc_html__( 'HomeAdvisor URL', 'a1-tools' ), 106 107 ), 107 108 'default' => 'business_name', -
a1-tools/trunk/readme.txt
r3453923 r3454108 4 4 Requires at least: 5.0 5 5 Tested up to: 6.9 6 Stable tag: 1.4. 26 Stable tag: 1.4.3 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 151 151 152 152 == Changelog == 153 154 = 1.4.3 = 155 * Added HomeAdvisor social platform support 153 156 154 157 = 1.4.2 =
Note: See TracChangeset
for help on using the changeset viewer.