Plugin Directory

Changeset 3483941


Ignore:
Timestamp:
03/16/2026 02:16:39 PM (3 weeks ago)
Author:
quadlayers
Message:

Update to version 8.3.3 from GitHub

Location:
wp-whatsapp-chat
Files:
16 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wp-whatsapp-chat/tags/8.3.3/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md

    r3478427 r3483941  
    55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
    66and 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]
    711
    812## [4.3.27] - 2026-03-09
     
    797801- Statically access asset tools
    798802
     803[4.3.28]: https://github.com/Automattic/jetpack-assets/compare/v4.3.27...v4.3.28
    799804[4.3.27]: https://github.com/Automattic/jetpack-assets/compare/v4.3.26...v4.3.27
    800805[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  
    77    'jetpack-assets' => array(
    88      'path' => 'jetpack_vendor/automattic/jetpack-assets',
    9       'ver' => '4.3.27',
     9      'ver' => '4.3.28',
    1010    ),
    1111    'wp-dashboard-widget-news' => array(
  • wp-whatsapp-chat/tags/8.3.3/lib/controllers/class-woocommerce-archives.php

    r3465796 r3483941  
    2424        $position             = (string) $woocommerce_archives['position'];
    2525        $position_priority    = (int) $woocommerce_archives['position_priority'];
    26         if ( 'none' === $position ) {
     26        $devices              = (string) $woocommerce_archives['devices'];
     27
     28        if ( 'none' === $position || 'hide' === $devices ) {
    2729            return;
    2830        }
  • wp-whatsapp-chat/tags/8.3.3/lib/controllers/class-woocommerce.php

    r3374331 r3483941  
    2727        $position_priority = (int) $woocommerce['position_priority'];
    2828
    29         if ( ! is_product() || 'none' === $position ) {
     29        $devices = (string) $woocommerce['devices'];
     30
     31        if ( ! is_product() || 'none' === $position || 'hide' === $devices ) {
    3032            return;
    3133        }
  • wp-whatsapp-chat/tags/8.3.3/readme.txt

    r3481165 r3483941  
    66Requires PHP: 5.6
    77Tested up to: 6.9
    8 Stable tag: 8.3.2
     8Stable tag: 8.3.3
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    200200
    201201== Changelog ==
     202= 8.3.3 =
     203* Fix: Prevent WooCommerce button hooks from loading when devices visibility is set to hide
     204
    202205= 8.3.2 =
    203206* Feat: Add contact type icon badge on avatar (phone, group, bot)
  • wp-whatsapp-chat/tags/8.3.3/vendor/composer/installed.json

    r3478427 r3483941  
    33        {
    44            "name": "automattic/jetpack-assets",
    5             "version": "v4.3.27",
    6             "version_normalized": "4.3.27.0",
     5            "version": "v4.3.28",
     6            "version_normalized": "4.3.28.0",
    77            "source": {
    88                "type": "git",
    99                "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",
    1616                "shasum": ""
    1717            },
     
    3131                "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
    3232            },
    33             "time": "2026-03-09T08:30:22+00:00",
     33            "time": "2026-03-16T05:51:47+00:00",
    3434            "type": "jetpack-library",
    3535            "extra": {
     
    5959            "description": "Asset management utilities for Jetpack ecosystem packages",
    6060            "support": {
    61                 "source": "https://github.com/Automattic/jetpack-assets/tree/v4.3.27"
     61                "source": "https://github.com/Automattic/jetpack-assets/tree/v4.3.28"
    6262            },
    6363            "install-path": "../../jetpack_vendor/automattic/jetpack-assets"
  • wp-whatsapp-chat/tags/8.3.3/vendor/composer/installed.php

    r3481165 r3483941  
    22    'root' => array(
    33        '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',
    77        'type' => 'project',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'automattic/jetpack-assets' => array(
    14             'pretty_version' => 'v4.3.27',
    15             'version' => '4.3.27.0',
    16             'reference' => '18dcc3fad9754d61070083855ea5cc57c3eaae83',
     14            'pretty_version' => 'v4.3.28',
     15            'version' => '4.3.28.0',
     16            'reference' => 'ce43f8a4f153ca8292b047b01abc913bb074b528',
    1717            'type' => 'jetpack-library',
    1818            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets',
     
    133133        ),
    134134        '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',
    138138            'type' => 'project',
    139139            'install_path' => __DIR__ . '/../../',
  • wp-whatsapp-chat/tags/8.3.3/wp-whatsapp-chat.php

    r3481165 r3483941  
    55 * Description:             Social Chat allows your visitors to contact you or your team through WhatsApp with a single click.
    66 * Plugin URI:              https://quadlayers.com/products/whatsapp-chat/
    7  * Version:                 8.3.2
     7 * Version:                 8.3.3
    88 * Text Domain:             wp-whatsapp-chat
    99 * Author:                  QuadLayers
     
    2323
    2424define( 'QLWAPP_PLUGIN_NAME', 'Social Chat' );
    25 define( 'QLWAPP_PLUGIN_VERSION', '8.3.0' );
     25define( 'QLWAPP_PLUGIN_VERSION', '8.3.3' );
    2626define( 'QLWAPP_PLUGIN_FILE', __FILE__ );
    2727define( 'QLWAPP_PLUGIN_DIR', __DIR__ . DIRECTORY_SEPARATOR );
  • wp-whatsapp-chat/trunk/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md

    r3478427 r3483941  
    55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
    66and 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]
    711
    812## [4.3.27] - 2026-03-09
     
    797801- Statically access asset tools
    798802
     803[4.3.28]: https://github.com/Automattic/jetpack-assets/compare/v4.3.27...v4.3.28
    799804[4.3.27]: https://github.com/Automattic/jetpack-assets/compare/v4.3.26...v4.3.27
    800805[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  
    77    'jetpack-assets' => array(
    88      'path' => 'jetpack_vendor/automattic/jetpack-assets',
    9       'ver' => '4.3.27',
     9      'ver' => '4.3.28',
    1010    ),
    1111    'wp-dashboard-widget-news' => array(
  • wp-whatsapp-chat/trunk/lib/controllers/class-woocommerce-archives.php

    r3465796 r3483941  
    2424        $position             = (string) $woocommerce_archives['position'];
    2525        $position_priority    = (int) $woocommerce_archives['position_priority'];
    26         if ( 'none' === $position ) {
     26        $devices              = (string) $woocommerce_archives['devices'];
     27
     28        if ( 'none' === $position || 'hide' === $devices ) {
    2729            return;
    2830        }
  • wp-whatsapp-chat/trunk/lib/controllers/class-woocommerce.php

    r3374331 r3483941  
    2727        $position_priority = (int) $woocommerce['position_priority'];
    2828
    29         if ( ! is_product() || 'none' === $position ) {
     29        $devices = (string) $woocommerce['devices'];
     30
     31        if ( ! is_product() || 'none' === $position || 'hide' === $devices ) {
    3032            return;
    3133        }
  • wp-whatsapp-chat/trunk/readme.txt

    r3481165 r3483941  
    66Requires PHP: 5.6
    77Tested up to: 6.9
    8 Stable tag: 8.3.2
     8Stable tag: 8.3.3
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    200200
    201201== Changelog ==
     202= 8.3.3 =
     203* Fix: Prevent WooCommerce button hooks from loading when devices visibility is set to hide
     204
    202205= 8.3.2 =
    203206* Feat: Add contact type icon badge on avatar (phone, group, bot)
  • wp-whatsapp-chat/trunk/vendor/composer/installed.json

    r3478427 r3483941  
    33        {
    44            "name": "automattic/jetpack-assets",
    5             "version": "v4.3.27",
    6             "version_normalized": "4.3.27.0",
     5            "version": "v4.3.28",
     6            "version_normalized": "4.3.28.0",
    77            "source": {
    88                "type": "git",
    99                "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",
    1616                "shasum": ""
    1717            },
     
    3131                "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
    3232            },
    33             "time": "2026-03-09T08:30:22+00:00",
     33            "time": "2026-03-16T05:51:47+00:00",
    3434            "type": "jetpack-library",
    3535            "extra": {
     
    5959            "description": "Asset management utilities for Jetpack ecosystem packages",
    6060            "support": {
    61                 "source": "https://github.com/Automattic/jetpack-assets/tree/v4.3.27"
     61                "source": "https://github.com/Automattic/jetpack-assets/tree/v4.3.28"
    6262            },
    6363            "install-path": "../../jetpack_vendor/automattic/jetpack-assets"
  • wp-whatsapp-chat/trunk/vendor/composer/installed.php

    r3481165 r3483941  
    22    'root' => array(
    33        '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',
    77        'type' => 'project',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'automattic/jetpack-assets' => array(
    14             'pretty_version' => 'v4.3.27',
    15             'version' => '4.3.27.0',
    16             'reference' => '18dcc3fad9754d61070083855ea5cc57c3eaae83',
     14            'pretty_version' => 'v4.3.28',
     15            'version' => '4.3.28.0',
     16            'reference' => 'ce43f8a4f153ca8292b047b01abc913bb074b528',
    1717            'type' => 'jetpack-library',
    1818            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets',
     
    133133        ),
    134134        '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',
    138138            'type' => 'project',
    139139            'install_path' => __DIR__ . '/../../',
  • wp-whatsapp-chat/trunk/wp-whatsapp-chat.php

    r3481165 r3483941  
    55 * Description:             Social Chat allows your visitors to contact you or your team through WhatsApp with a single click.
    66 * Plugin URI:              https://quadlayers.com/products/whatsapp-chat/
    7  * Version:                 8.3.2
     7 * Version:                 8.3.3
    88 * Text Domain:             wp-whatsapp-chat
    99 * Author:                  QuadLayers
     
    2323
    2424define( 'QLWAPP_PLUGIN_NAME', 'Social Chat' );
    25 define( 'QLWAPP_PLUGIN_VERSION', '8.3.0' );
     25define( 'QLWAPP_PLUGIN_VERSION', '8.3.3' );
    2626define( 'QLWAPP_PLUGIN_FILE', __FILE__ );
    2727define( 'QLWAPP_PLUGIN_DIR', __DIR__ . DIRECTORY_SEPARATOR );
Note: See TracChangeset for help on using the changeset viewer.