Changeset 3483941
- Timestamp:
- 03/16/2026 02:16:39 PM (3 weeks ago)
- Location:
- wp-whatsapp-chat
- Files:
-
- 16 edited
- 1 copied
-
tags/8.3.3 (copied) (copied from wp-whatsapp-chat/trunk)
-
tags/8.3.3/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md (modified) (2 diffs)
-
tags/8.3.3/jetpack_vendor/i18n-map.php (modified) (1 diff)
-
tags/8.3.3/lib/controllers/class-woocommerce-archives.php (modified) (1 diff)
-
tags/8.3.3/lib/controllers/class-woocommerce.php (modified) (1 diff)
-
tags/8.3.3/readme.txt (modified) (2 diffs)
-
tags/8.3.3/vendor/composer/installed.json (modified) (3 diffs)
-
tags/8.3.3/vendor/composer/installed.php (modified) (3 diffs)
-
tags/8.3.3/wp-whatsapp-chat.php (modified) (2 diffs)
-
trunk/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md (modified) (2 diffs)
-
trunk/jetpack_vendor/i18n-map.php (modified) (1 diff)
-
trunk/lib/controllers/class-woocommerce-archives.php (modified) (1 diff)
-
trunk/lib/controllers/class-woocommerce.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/composer/installed.json (modified) (3 diffs)
-
trunk/vendor/composer/installed.php (modified) (3 diffs)
-
trunk/wp-whatsapp-chat.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-whatsapp-chat/tags/8.3.3/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md
r3478427 r3483941 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 8 ## [4.3.28] - 2026-03-16 9 ### Changed 10 - Update dependencies. [#47472] 7 11 8 12 ## [4.3.27] - 2026-03-09 … … 797 801 - Statically access asset tools 798 802 803 [4.3.28]: https://github.com/Automattic/jetpack-assets/compare/v4.3.27...v4.3.28 799 804 [4.3.27]: https://github.com/Automattic/jetpack-assets/compare/v4.3.26...v4.3.27 800 805 [4.3.26]: https://github.com/Automattic/jetpack-assets/compare/v4.3.25...v4.3.26 -
wp-whatsapp-chat/tags/8.3.3/jetpack_vendor/i18n-map.php
r3478427 r3483941 7 7 'jetpack-assets' => array( 8 8 'path' => 'jetpack_vendor/automattic/jetpack-assets', 9 'ver' => '4.3.2 7',9 'ver' => '4.3.28', 10 10 ), 11 11 'wp-dashboard-widget-news' => array( -
wp-whatsapp-chat/tags/8.3.3/lib/controllers/class-woocommerce-archives.php
r3465796 r3483941 24 24 $position = (string) $woocommerce_archives['position']; 25 25 $position_priority = (int) $woocommerce_archives['position_priority']; 26 if ( 'none' === $position ) { 26 $devices = (string) $woocommerce_archives['devices']; 27 28 if ( 'none' === $position || 'hide' === $devices ) { 27 29 return; 28 30 } -
wp-whatsapp-chat/tags/8.3.3/lib/controllers/class-woocommerce.php
r3374331 r3483941 27 27 $position_priority = (int) $woocommerce['position_priority']; 28 28 29 if ( ! is_product() || 'none' === $position ) { 29 $devices = (string) $woocommerce['devices']; 30 31 if ( ! is_product() || 'none' === $position || 'hide' === $devices ) { 30 32 return; 31 33 } -
wp-whatsapp-chat/tags/8.3.3/readme.txt
r3481165 r3483941 6 6 Requires PHP: 5.6 7 7 Tested up to: 6.9 8 Stable tag: 8.3. 28 Stable tag: 8.3.3 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 200 200 201 201 == Changelog == 202 = 8.3.3 = 203 * Fix: Prevent WooCommerce button hooks from loading when devices visibility is set to hide 204 202 205 = 8.3.2 = 203 206 * Feat: Add contact type icon badge on avatar (phone, group, bot) -
wp-whatsapp-chat/tags/8.3.3/vendor/composer/installed.json
r3478427 r3483941 3 3 { 4 4 "name": "automattic/jetpack-assets", 5 "version": "v4.3.2 7",6 "version_normalized": "4.3.2 7.0",5 "version": "v4.3.28", 6 "version_normalized": "4.3.28.0", 7 7 "source": { 8 8 "type": "git", 9 9 "url": "https://github.com/Automattic/jetpack-assets.git", 10 "reference": " 18dcc3fad9754d61070083855ea5cc57c3eaae83"11 }, 12 "dist": { 13 "type": "zip", 14 "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/ 18dcc3fad9754d61070083855ea5cc57c3eaae83",15 "reference": " 18dcc3fad9754d61070083855ea5cc57c3eaae83",10 "reference": "ce43f8a4f153ca8292b047b01abc913bb074b528" 11 }, 12 "dist": { 13 "type": "zip", 14 "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/ce43f8a4f153ca8292b047b01abc913bb074b528", 15 "reference": "ce43f8a4f153ca8292b047b01abc913bb074b528", 16 16 "shasum": "" 17 17 }, … … 31 31 "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." 32 32 }, 33 "time": "2026-03- 09T08:30:22+00:00",33 "time": "2026-03-16T05:51:47+00:00", 34 34 "type": "jetpack-library", 35 35 "extra": { … … 59 59 "description": "Asset management utilities for Jetpack ecosystem packages", 60 60 "support": { 61 "source": "https://github.com/Automattic/jetpack-assets/tree/v4.3.2 7"61 "source": "https://github.com/Automattic/jetpack-assets/tree/v4.3.28" 62 62 }, 63 63 "install-path": "../../jetpack_vendor/automattic/jetpack-assets" -
wp-whatsapp-chat/tags/8.3.3/vendor/composer/installed.php
r3481165 r3483941 2 2 'root' => array( 3 3 'name' => 'quadlayers/wp-whatsapp-chat', 4 'pretty_version' => 'v8.3. 2',5 'version' => '8.3. 2.0',6 'reference' => ' b59f2bee06bec78f1ed6360e8549e738ba725aea',4 'pretty_version' => 'v8.3.3', 5 'version' => '8.3.3.0', 6 'reference' => 'a2f09e930810024269786a451eafdd471cdf0308', 7 7 'type' => 'project', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'automattic/jetpack-assets' => array( 14 'pretty_version' => 'v4.3.2 7',15 'version' => '4.3.2 7.0',16 'reference' => ' 18dcc3fad9754d61070083855ea5cc57c3eaae83',14 'pretty_version' => 'v4.3.28', 15 'version' => '4.3.28.0', 16 'reference' => 'ce43f8a4f153ca8292b047b01abc913bb074b528', 17 17 'type' => 'jetpack-library', 18 18 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets', … … 133 133 ), 134 134 'quadlayers/wp-whatsapp-chat' => array( 135 'pretty_version' => 'v8.3. 2',136 'version' => '8.3. 2.0',137 'reference' => ' b59f2bee06bec78f1ed6360e8549e738ba725aea',135 'pretty_version' => 'v8.3.3', 136 'version' => '8.3.3.0', 137 'reference' => 'a2f09e930810024269786a451eafdd471cdf0308', 138 138 'type' => 'project', 139 139 'install_path' => __DIR__ . '/../../', -
wp-whatsapp-chat/tags/8.3.3/wp-whatsapp-chat.php
r3481165 r3483941 5 5 * Description: Social Chat allows your visitors to contact you or your team through WhatsApp with a single click. 6 6 * Plugin URI: https://quadlayers.com/products/whatsapp-chat/ 7 * Version: 8.3. 27 * Version: 8.3.3 8 8 * Text Domain: wp-whatsapp-chat 9 9 * Author: QuadLayers … … 23 23 24 24 define( 'QLWAPP_PLUGIN_NAME', 'Social Chat' ); 25 define( 'QLWAPP_PLUGIN_VERSION', '8.3. 0' );25 define( 'QLWAPP_PLUGIN_VERSION', '8.3.3' ); 26 26 define( 'QLWAPP_PLUGIN_FILE', __FILE__ ); 27 27 define( 'QLWAPP_PLUGIN_DIR', __DIR__ . DIRECTORY_SEPARATOR ); -
wp-whatsapp-chat/trunk/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md
r3478427 r3483941 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 8 ## [4.3.28] - 2026-03-16 9 ### Changed 10 - Update dependencies. [#47472] 7 11 8 12 ## [4.3.27] - 2026-03-09 … … 797 801 - Statically access asset tools 798 802 803 [4.3.28]: https://github.com/Automattic/jetpack-assets/compare/v4.3.27...v4.3.28 799 804 [4.3.27]: https://github.com/Automattic/jetpack-assets/compare/v4.3.26...v4.3.27 800 805 [4.3.26]: https://github.com/Automattic/jetpack-assets/compare/v4.3.25...v4.3.26 -
wp-whatsapp-chat/trunk/jetpack_vendor/i18n-map.php
r3478427 r3483941 7 7 'jetpack-assets' => array( 8 8 'path' => 'jetpack_vendor/automattic/jetpack-assets', 9 'ver' => '4.3.2 7',9 'ver' => '4.3.28', 10 10 ), 11 11 'wp-dashboard-widget-news' => array( -
wp-whatsapp-chat/trunk/lib/controllers/class-woocommerce-archives.php
r3465796 r3483941 24 24 $position = (string) $woocommerce_archives['position']; 25 25 $position_priority = (int) $woocommerce_archives['position_priority']; 26 if ( 'none' === $position ) { 26 $devices = (string) $woocommerce_archives['devices']; 27 28 if ( 'none' === $position || 'hide' === $devices ) { 27 29 return; 28 30 } -
wp-whatsapp-chat/trunk/lib/controllers/class-woocommerce.php
r3374331 r3483941 27 27 $position_priority = (int) $woocommerce['position_priority']; 28 28 29 if ( ! is_product() || 'none' === $position ) { 29 $devices = (string) $woocommerce['devices']; 30 31 if ( ! is_product() || 'none' === $position || 'hide' === $devices ) { 30 32 return; 31 33 } -
wp-whatsapp-chat/trunk/readme.txt
r3481165 r3483941 6 6 Requires PHP: 5.6 7 7 Tested up to: 6.9 8 Stable tag: 8.3. 28 Stable tag: 8.3.3 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 200 200 201 201 == Changelog == 202 = 8.3.3 = 203 * Fix: Prevent WooCommerce button hooks from loading when devices visibility is set to hide 204 202 205 = 8.3.2 = 203 206 * Feat: Add contact type icon badge on avatar (phone, group, bot) -
wp-whatsapp-chat/trunk/vendor/composer/installed.json
r3478427 r3483941 3 3 { 4 4 "name": "automattic/jetpack-assets", 5 "version": "v4.3.2 7",6 "version_normalized": "4.3.2 7.0",5 "version": "v4.3.28", 6 "version_normalized": "4.3.28.0", 7 7 "source": { 8 8 "type": "git", 9 9 "url": "https://github.com/Automattic/jetpack-assets.git", 10 "reference": " 18dcc3fad9754d61070083855ea5cc57c3eaae83"11 }, 12 "dist": { 13 "type": "zip", 14 "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/ 18dcc3fad9754d61070083855ea5cc57c3eaae83",15 "reference": " 18dcc3fad9754d61070083855ea5cc57c3eaae83",10 "reference": "ce43f8a4f153ca8292b047b01abc913bb074b528" 11 }, 12 "dist": { 13 "type": "zip", 14 "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/ce43f8a4f153ca8292b047b01abc913bb074b528", 15 "reference": "ce43f8a4f153ca8292b047b01abc913bb074b528", 16 16 "shasum": "" 17 17 }, … … 31 31 "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." 32 32 }, 33 "time": "2026-03- 09T08:30:22+00:00",33 "time": "2026-03-16T05:51:47+00:00", 34 34 "type": "jetpack-library", 35 35 "extra": { … … 59 59 "description": "Asset management utilities for Jetpack ecosystem packages", 60 60 "support": { 61 "source": "https://github.com/Automattic/jetpack-assets/tree/v4.3.2 7"61 "source": "https://github.com/Automattic/jetpack-assets/tree/v4.3.28" 62 62 }, 63 63 "install-path": "../../jetpack_vendor/automattic/jetpack-assets" -
wp-whatsapp-chat/trunk/vendor/composer/installed.php
r3481165 r3483941 2 2 'root' => array( 3 3 'name' => 'quadlayers/wp-whatsapp-chat', 4 'pretty_version' => 'v8.3. 2',5 'version' => '8.3. 2.0',6 'reference' => ' b59f2bee06bec78f1ed6360e8549e738ba725aea',4 'pretty_version' => 'v8.3.3', 5 'version' => '8.3.3.0', 6 'reference' => 'a2f09e930810024269786a451eafdd471cdf0308', 7 7 'type' => 'project', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'automattic/jetpack-assets' => array( 14 'pretty_version' => 'v4.3.2 7',15 'version' => '4.3.2 7.0',16 'reference' => ' 18dcc3fad9754d61070083855ea5cc57c3eaae83',14 'pretty_version' => 'v4.3.28', 15 'version' => '4.3.28.0', 16 'reference' => 'ce43f8a4f153ca8292b047b01abc913bb074b528', 17 17 'type' => 'jetpack-library', 18 18 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets', … … 133 133 ), 134 134 'quadlayers/wp-whatsapp-chat' => array( 135 'pretty_version' => 'v8.3. 2',136 'version' => '8.3. 2.0',137 'reference' => ' b59f2bee06bec78f1ed6360e8549e738ba725aea',135 'pretty_version' => 'v8.3.3', 136 'version' => '8.3.3.0', 137 'reference' => 'a2f09e930810024269786a451eafdd471cdf0308', 138 138 'type' => 'project', 139 139 'install_path' => __DIR__ . '/../../', -
wp-whatsapp-chat/trunk/wp-whatsapp-chat.php
r3481165 r3483941 5 5 * Description: Social Chat allows your visitors to contact you or your team through WhatsApp with a single click. 6 6 * Plugin URI: https://quadlayers.com/products/whatsapp-chat/ 7 * Version: 8.3. 27 * Version: 8.3.3 8 8 * Text Domain: wp-whatsapp-chat 9 9 * Author: QuadLayers … … 23 23 24 24 define( 'QLWAPP_PLUGIN_NAME', 'Social Chat' ); 25 define( 'QLWAPP_PLUGIN_VERSION', '8.3. 0' );25 define( 'QLWAPP_PLUGIN_VERSION', '8.3.3' ); 26 26 define( 'QLWAPP_PLUGIN_FILE', __FILE__ ); 27 27 define( 'QLWAPP_PLUGIN_DIR', __DIR__ . DIRECTORY_SEPARATOR );
Note: See TracChangeset
for help on using the changeset viewer.