Changeset 3448283
- Timestamp:
- 01/28/2026 12:01:17 AM (2 months ago)
- Location:
- easy-sale-badges-for-woocommerce
- Files:
-
- 10 edited
- 1 copied
-
tags/6.8.0 (copied) (copied from easy-sale-badges-for-woocommerce/trunk)
-
tags/6.8.0/easy-sale-badges.php (modified) (3 diffs)
-
tags/6.8.0/languages/easy-sale-badges-for-woocommerce.pot (modified) (2 diffs)
-
tags/6.8.0/readme.txt (modified) (2 diffs)
-
tags/6.8.0/src/Models/ItemsModel.php (modified) (1 diff)
-
tags/6.8.0/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/easy-sale-badges.php (modified) (3 diffs)
-
trunk/languages/easy-sale-badges-for-woocommerce.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/Models/ItemsModel.php (modified) (1 diff)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-sale-badges-for-woocommerce/tags/6.8.0/easy-sale-badges.php
r3419617 r3448283 6 6 * Description: Sale Badges and Product Labels for WooCommerce 7 7 * 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.08 * Version: 6.8.0 9 9 * Author: Asana Plugins 10 10 * Author URI: http://www.asanaplugins.com/ … … 14 14 * Domain Path: /languages 15 15 * WC requires at least: 3.0 16 * WC tested up to: 10.4. 216 * WC tested up to: 10.4.3 17 17 * Requires Plugins: woocommerce 18 18 * … … 26 26 // Plugin version. 27 27 if ( ! defined( 'ASNP_WESB_VERSION' ) ) { 28 define( 'ASNP_WESB_VERSION', '6. 7.0' );28 define( 'ASNP_WESB_VERSION', '6.8.0' ); 29 29 } 30 30 -
easy-sale-badges-for-woocommerce/tags/6.8.0/languages/easy-sale-badges-for-woocommerce.pot
r3419617 r3448283 1 # Copyright (C) 202 5Asana Plugins1 # Copyright (C) 2026 Asana Plugins 2 2 # This file is distributed under the GPL v2 or later. 3 3 msgid "" 4 4 msgstr "" 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" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/easy-sale-badges-for-woocommerce\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 202 5-12-14T21:09:44+00:00\n"12 "POT-Creation-Date: 2026-01-27T20:55:59+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.9.0\n" -
easy-sale-badges-for-woocommerce/tags/6.8.0/readme.txt
r3419617 r3448283 6 6 Tested up to: 6.9 7 7 Requires PHP: 5.6 8 Stable tag: 6. 7.08 Stable tag: 6.8.0 9 9 License: GPL v2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 285 285 == Changelog == 286 286 287 = 6.8.0 = 288 * Improved the Sale popup styling in the Pro version. 289 * Compatibility with WooCommerce 10.4.3 290 Note: 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 287 296 = 6.7.0 = 288 297 * 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 77 77 } 78 78 79 $title = $product->get_title(); 80 81 if ( mb_strlen( $title ) > 20 ) { 82 $title = mb_substr( $title, 0, 20 ) . '...'; 83 } 84 79 85 if ( 'variation' === $product->get_type() ) { 80 86 $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; 82 88 } else { 83 $text = sprintf( '%2$s (%1$s)', $identifier, $ product->get_title());89 $text = sprintf( '%2$s (%1$s)', $identifier, $title ); 84 90 } 85 91 -
easy-sale-badges-for-woocommerce/tags/6.8.0/vendor/composer/installed.php
r3419617 r3448283 4 4 'pretty_version' => 'dev-main', 5 5 'version' => 'dev-main', 6 'reference' => '8 84660d44654fbc9d1e9b81fb68843b3764a60f3',6 'reference' => '89473d8fe1623406c5ff97c0396f9546c3247d86', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-main', 15 15 'version' => 'dev-main', 16 'reference' => '8 84660d44654fbc9d1e9b81fb68843b3764a60f3',16 'reference' => '89473d8fe1623406c5ff97c0396f9546c3247d86', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../', -
easy-sale-badges-for-woocommerce/trunk/easy-sale-badges.php
r3419617 r3448283 6 6 * Description: Sale Badges and Product Labels for WooCommerce 7 7 * 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.08 * Version: 6.8.0 9 9 * Author: Asana Plugins 10 10 * Author URI: http://www.asanaplugins.com/ … … 14 14 * Domain Path: /languages 15 15 * WC requires at least: 3.0 16 * WC tested up to: 10.4. 216 * WC tested up to: 10.4.3 17 17 * Requires Plugins: woocommerce 18 18 * … … 26 26 // Plugin version. 27 27 if ( ! defined( 'ASNP_WESB_VERSION' ) ) { 28 define( 'ASNP_WESB_VERSION', '6. 7.0' );28 define( 'ASNP_WESB_VERSION', '6.8.0' ); 29 29 } 30 30 -
easy-sale-badges-for-woocommerce/trunk/languages/easy-sale-badges-for-woocommerce.pot
r3419617 r3448283 1 # Copyright (C) 202 5Asana Plugins1 # Copyright (C) 2026 Asana Plugins 2 2 # This file is distributed under the GPL v2 or later. 3 3 msgid "" 4 4 msgstr "" 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" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/easy-sale-badges-for-woocommerce\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 202 5-12-14T21:09:44+00:00\n"12 "POT-Creation-Date: 2026-01-27T20:55:59+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.9.0\n" -
easy-sale-badges-for-woocommerce/trunk/readme.txt
r3419617 r3448283 6 6 Tested up to: 6.9 7 7 Requires PHP: 5.6 8 Stable tag: 6. 7.08 Stable tag: 6.8.0 9 9 License: GPL v2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 285 285 == Changelog == 286 286 287 = 6.8.0 = 288 * Improved the Sale popup styling in the Pro version. 289 * Compatibility with WooCommerce 10.4.3 290 Note: 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 287 296 = 6.7.0 = 288 297 * 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 77 77 } 78 78 79 $title = $product->get_title(); 80 81 if ( mb_strlen( $title ) > 20 ) { 82 $title = mb_substr( $title, 0, 20 ) . '...'; 83 } 84 79 85 if ( 'variation' === $product->get_type() ) { 80 86 $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; 82 88 } else { 83 $text = sprintf( '%2$s (%1$s)', $identifier, $ product->get_title());89 $text = sprintf( '%2$s (%1$s)', $identifier, $title ); 84 90 } 85 91 -
easy-sale-badges-for-woocommerce/trunk/vendor/composer/installed.php
r3419617 r3448283 4 4 'pretty_version' => 'dev-main', 5 5 'version' => 'dev-main', 6 'reference' => '8 84660d44654fbc9d1e9b81fb68843b3764a60f3',6 'reference' => '89473d8fe1623406c5ff97c0396f9546c3247d86', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-main', 15 15 'version' => 'dev-main', 16 'reference' => '8 84660d44654fbc9d1e9b81fb68843b3764a60f3',16 'reference' => '89473d8fe1623406c5ff97c0396f9546c3247d86', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.