Plugin Directory

Changeset 3448283


Ignore:
Timestamp:
01/28/2026 12:01:17 AM (2 months ago)
Author:
asanaplugins
Message:

Update to version 6.8.0 from GitHub

Location:
easy-sale-badges-for-woocommerce
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • easy-sale-badges-for-woocommerce/tags/6.8.0/easy-sale-badges.php

    r3419617 r3448283  
    66 * Description: Sale Badges and Product Labels for WooCommerce
    77 * Tags: sale badge, product label, woocommerce, badge, woocommerce badge, woocommerce sale badge, labels, plugin, shop, store, ecommerce, marketing, products, tags, product tags, product marks, product sign, sale product label, onsale product, woocommerce tags, custom labels, custom product badges, advanced product labels for woocommerce
    8  * Version: 6.7.0
     8 * Version: 6.8.0
    99 * Author: Asana Plugins
    1010 * Author URI: http://www.asanaplugins.com/
     
    1414 * Domain Path: /languages
    1515 * WC requires at least: 3.0
    16  * WC tested up to: 10.4.2
     16 * WC tested up to: 10.4.3
    1717 * Requires Plugins: woocommerce
    1818 *
     
    2626// Plugin version.
    2727if ( ! defined( 'ASNP_WESB_VERSION' ) ) {
    28     define( 'ASNP_WESB_VERSION', '6.7.0' );
     28    define( 'ASNP_WESB_VERSION', '6.8.0' );
    2929}
    3030
  • easy-sale-badges-for-woocommerce/tags/6.8.0/languages/easy-sale-badges-for-woocommerce.pot

    r3419617 r3448283  
    1 # Copyright (C) 2025 Asana Plugins
     1# Copyright (C) 2026 Asana Plugins
    22# This file is distributed under the GPL v2 or later.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Sale Badges and Product Labels for WooCommerce 6.7.0\n"
     5"Project-Id-Version: Sale Badges and Product Labels for WooCommerce 6.8.0\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/easy-sale-badges-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-14T21:09:44+00:00\n"
     12"POT-Creation-Date: 2026-01-27T20:55:59+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.9.0\n"
  • easy-sale-badges-for-woocommerce/tags/6.8.0/readme.txt

    r3419617 r3448283  
    66Tested up to: 6.9
    77Requires PHP: 5.6
    8 Stable tag: 6.7.0
     8Stable tag: 6.8.0
    99License: GPL v2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    285285== Changelog ==
    286286
     287= 6.8.0 =
     288* Improved the Sale popup styling in the Pro version.
     289* Compatibility with WooCommerce 10.4.3
     290Note: Help us spread the word by leaving a 5-star review. ❤️😍 Feel free to share your ideas in your review, as we always value your feedback.🌹
     291
     292= 6.7.1 =
     293* Added a Christmas-themed design to the Countdown Timer in the Pro version.
     294* Added translation support for embeds in the Pro version.
     295
    287296= 6.7.0 =
    288297* Added a Christmas-themed design to the notification bar in the Pro version.
  • easy-sale-badges-for-woocommerce/tags/6.8.0/src/Models/ItemsModel.php

    r3335608 r3448283  
    7777            }
    7878
     79            $title = $product->get_title();
     80
     81            if ( mb_strlen( $title ) > 20 ) {
     82                $title = mb_substr( $title, 0, 20 ) . '...';
     83            }
     84
    7985            if ( 'variation' === $product->get_type() ) {
    8086                $formatted_variation_list = wc_get_formatted_variation( $product, true );
    81                 $text                     = sprintf( '%2$s (%1$s)', $identifier, $product->get_title() ) . ' ' . $formatted_variation_list;
     87                $text = sprintf( '%2$s (%1$s)', $identifier, $title ) . ' ' . $formatted_variation_list;
    8288            } else {
    83                 $text = sprintf( '%2$s (%1$s)', $identifier, $product->get_title() );
     89                $text = sprintf( '%2$s (%1$s)', $identifier, $title );
    8490            }
    8591
  • easy-sale-badges-for-woocommerce/tags/6.8.0/vendor/composer/installed.php

    r3419617 r3448283  
    44        'pretty_version' => 'dev-main',
    55        'version' => 'dev-main',
    6         'reference' => '884660d44654fbc9d1e9b81fb68843b3764a60f3',
     6        'reference' => '89473d8fe1623406c5ff97c0396f9546c3247d86',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-main',
    1515            'version' => 'dev-main',
    16             'reference' => '884660d44654fbc9d1e9b81fb68843b3764a60f3',
     16            'reference' => '89473d8fe1623406c5ff97c0396f9546c3247d86',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
  • easy-sale-badges-for-woocommerce/trunk/easy-sale-badges.php

    r3419617 r3448283  
    66 * Description: Sale Badges and Product Labels for WooCommerce
    77 * Tags: sale badge, product label, woocommerce, badge, woocommerce badge, woocommerce sale badge, labels, plugin, shop, store, ecommerce, marketing, products, tags, product tags, product marks, product sign, sale product label, onsale product, woocommerce tags, custom labels, custom product badges, advanced product labels for woocommerce
    8  * Version: 6.7.0
     8 * Version: 6.8.0
    99 * Author: Asana Plugins
    1010 * Author URI: http://www.asanaplugins.com/
     
    1414 * Domain Path: /languages
    1515 * WC requires at least: 3.0
    16  * WC tested up to: 10.4.2
     16 * WC tested up to: 10.4.3
    1717 * Requires Plugins: woocommerce
    1818 *
     
    2626// Plugin version.
    2727if ( ! defined( 'ASNP_WESB_VERSION' ) ) {
    28     define( 'ASNP_WESB_VERSION', '6.7.0' );
     28    define( 'ASNP_WESB_VERSION', '6.8.0' );
    2929}
    3030
  • easy-sale-badges-for-woocommerce/trunk/languages/easy-sale-badges-for-woocommerce.pot

    r3419617 r3448283  
    1 # Copyright (C) 2025 Asana Plugins
     1# Copyright (C) 2026 Asana Plugins
    22# This file is distributed under the GPL v2 or later.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Sale Badges and Product Labels for WooCommerce 6.7.0\n"
     5"Project-Id-Version: Sale Badges and Product Labels for WooCommerce 6.8.0\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/easy-sale-badges-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-14T21:09:44+00:00\n"
     12"POT-Creation-Date: 2026-01-27T20:55:59+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.9.0\n"
  • easy-sale-badges-for-woocommerce/trunk/readme.txt

    r3419617 r3448283  
    66Tested up to: 6.9
    77Requires PHP: 5.6
    8 Stable tag: 6.7.0
     8Stable tag: 6.8.0
    99License: GPL v2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    285285== Changelog ==
    286286
     287= 6.8.0 =
     288* Improved the Sale popup styling in the Pro version.
     289* Compatibility with WooCommerce 10.4.3
     290Note: Help us spread the word by leaving a 5-star review. ❤️😍 Feel free to share your ideas in your review, as we always value your feedback.🌹
     291
     292= 6.7.1 =
     293* Added a Christmas-themed design to the Countdown Timer in the Pro version.
     294* Added translation support for embeds in the Pro version.
     295
    287296= 6.7.0 =
    288297* Added a Christmas-themed design to the notification bar in the Pro version.
  • easy-sale-badges-for-woocommerce/trunk/src/Models/ItemsModel.php

    r3335608 r3448283  
    7777            }
    7878
     79            $title = $product->get_title();
     80
     81            if ( mb_strlen( $title ) > 20 ) {
     82                $title = mb_substr( $title, 0, 20 ) . '...';
     83            }
     84
    7985            if ( 'variation' === $product->get_type() ) {
    8086                $formatted_variation_list = wc_get_formatted_variation( $product, true );
    81                 $text                     = sprintf( '%2$s (%1$s)', $identifier, $product->get_title() ) . ' ' . $formatted_variation_list;
     87                $text = sprintf( '%2$s (%1$s)', $identifier, $title ) . ' ' . $formatted_variation_list;
    8288            } else {
    83                 $text = sprintf( '%2$s (%1$s)', $identifier, $product->get_title() );
     89                $text = sprintf( '%2$s (%1$s)', $identifier, $title );
    8490            }
    8591
  • easy-sale-badges-for-woocommerce/trunk/vendor/composer/installed.php

    r3419617 r3448283  
    44        'pretty_version' => 'dev-main',
    55        'version' => 'dev-main',
    6         'reference' => '884660d44654fbc9d1e9b81fb68843b3764a60f3',
     6        'reference' => '89473d8fe1623406c5ff97c0396f9546c3247d86',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-main',
    1515            'version' => 'dev-main',
    16             'reference' => '884660d44654fbc9d1e9b81fb68843b3764a60f3',
     16            'reference' => '89473d8fe1623406c5ff97c0396f9546c3247d86',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.