Plugin Directory

Changeset 3411150


Ignore:
Timestamp:
12/04/2025 03:45:18 PM (4 months ago)
Author:
asanaplugins
Message:

Update to version 1.1.2 from GitHub

Location:
easy-upsells-for-woocommerce
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • easy-upsells-for-woocommerce/tags/1.1.2/easy-upsells-for-woocommerce.php

    r3411139 r3411150  
    66 * Description: Create powerful Upsells, Related Products, Personalized Recommendations, Cross-Sells, Product Add-ons, and Popups to boost sales in WooCommerce.
    77 * Tags: woocommerce, upsell, related products, product recommendations, product addons
    8  * Version: 1.1.1
     8 * Version: 1.1.2
    99 * Author: Asana Plugins
    1010 * Author URI: https://www.asanaplugins.com/
     
    2525// Plugin version.
    2626if ( ! defined( 'ASNP_WEUC_VERSION' ) ) {
    27     define( 'ASNP_WEUC_VERSION', '1.1.1' );
     27    define( 'ASNP_WEUC_VERSION', '1.1.2' );
    2828}
    2929
  • easy-upsells-for-woocommerce/tags/1.1.2/languages/easy-upsells-for-woocommerce.pot

    r3411139 r3411150  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Easy Upsells, Related Products & Product Recommendations for WooCommerce 1.1.1\n"
     5"Project-Id-Version: Easy Upsells, Related Products & Product Recommendations for WooCommerce 1.1.2\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/easy-upsells-for-woocommerce\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-12-04T15:29:09+00:00\n"
     12"POT-Creation-Date: 2025-12-04T15:43:55+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.9.0\n"
  • easy-upsells-for-woocommerce/tags/1.1.2/readme.txt

    r3411139 r3411150  
    44Tags: woocommerce, related products, upsell, product recommendations, product addons
    55Requires at least: 5.0
    6 Tested up to: 6.8
     6Tested up to: 6.9
    77Requires PHP: 7.0
    8 Stable tag: 1.1.1
     8Stable tag: 1.1.2
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    176176== Changelog ==
    177177
     178= 1.1.2 =
     179* Fix bugs
     180* Compatibility with WooCommerce 10.3.6
     181
    178182= 1.1.1 =
    179183* Fix bugs
  • easy-upsells-for-woocommerce/tags/1.1.2/vendor/composer/installed.php

    r3411139 r3411150  
    44        'pretty_version' => 'dev-main',
    55        'version' => 'dev-main',
    6         'reference' => 'da743acfa83d4d6d8bfaf38c23a2ae8f8d7e094a',
     6        'reference' => 'b3347a5dc46fca61936a54642e23963746fb5613',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-main',
    1515            'version' => 'dev-main',
    16             'reference' => 'da743acfa83d4d6d8bfaf38c23a2ae8f8d7e094a',
     16            'reference' => 'b3347a5dc46fca61936a54642e23963746fb5613',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
  • easy-upsells-for-woocommerce/trunk/easy-upsells-for-woocommerce.php

    r3411139 r3411150  
    66 * Description: Create powerful Upsells, Related Products, Personalized Recommendations, Cross-Sells, Product Add-ons, and Popups to boost sales in WooCommerce.
    77 * Tags: woocommerce, upsell, related products, product recommendations, product addons
    8  * Version: 1.1.1
     8 * Version: 1.1.2
    99 * Author: Asana Plugins
    1010 * Author URI: https://www.asanaplugins.com/
     
    2525// Plugin version.
    2626if ( ! defined( 'ASNP_WEUC_VERSION' ) ) {
    27     define( 'ASNP_WEUC_VERSION', '1.1.1' );
     27    define( 'ASNP_WEUC_VERSION', '1.1.2' );
    2828}
    2929
  • easy-upsells-for-woocommerce/trunk/languages/easy-upsells-for-woocommerce.pot

    r3411139 r3411150  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Easy Upsells, Related Products & Product Recommendations for WooCommerce 1.1.1\n"
     5"Project-Id-Version: Easy Upsells, Related Products & Product Recommendations for WooCommerce 1.1.2\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/easy-upsells-for-woocommerce\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-12-04T15:29:09+00:00\n"
     12"POT-Creation-Date: 2025-12-04T15:43:55+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.9.0\n"
  • easy-upsells-for-woocommerce/trunk/readme.txt

    r3411139 r3411150  
    44Tags: woocommerce, related products, upsell, product recommendations, product addons
    55Requires at least: 5.0
    6 Tested up to: 6.8
     6Tested up to: 6.9
    77Requires PHP: 7.0
    8 Stable tag: 1.1.1
     8Stable tag: 1.1.2
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    176176== Changelog ==
    177177
     178= 1.1.2 =
     179* Fix bugs
     180* Compatibility with WooCommerce 10.3.6
     181
    178182= 1.1.1 =
    179183* Fix bugs
  • easy-upsells-for-woocommerce/trunk/vendor/composer/installed.php

    r3411139 r3411150  
    44        'pretty_version' => 'dev-main',
    55        'version' => 'dev-main',
    6         'reference' => 'da743acfa83d4d6d8bfaf38c23a2ae8f8d7e094a',
     6        'reference' => 'b3347a5dc46fca61936a54642e23963746fb5613',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-main',
    1515            'version' => 'dev-main',
    16             'reference' => 'da743acfa83d4d6d8bfaf38c23a2ae8f8d7e094a',
     16            'reference' => 'b3347a5dc46fca61936a54642e23963746fb5613',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.