Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
franmastromarino committed Mar 8, 2024
1 parent eaee5ad commit a648dd2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .tools/bin/copy.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ try {
copyFileFromTo(myArgs[0], myArgs[1]);
consoleSuccess('File copied successfully');
} catch (e) {
consoleError('Can not copy the file, internationalization not found.');
consoleError('cannot copy the file, internationalization not found.');
}
4 changes: 2 additions & 2 deletions perfect-woocommerce-brands.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Perfect Brands WooCommerce
* Plugin URI: https://quadlayers.com/products/perfect-woocommerce-brands/
* Description: Perfect WooCommerce Brands allows you to show product brands in your WooCommerce based store.
* Version: 3.3.5
* Version: 3.3.6
* Text Domain: perfect-woocommerce-brands
* Author: QuadLayers
* Author URI: https://quadlayers.com
Expand All @@ -23,7 +23,7 @@
define( 'PWB_PLUGIN_URL', plugins_url( '', __FILE__ ) );
define( 'PWB_PLUGIN_DIR', __DIR__ . DIRECTORY_SEPARATOR );
define( 'PWB_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
define( 'PWB_PLUGIN_VERSION', '3.3.5' );
define( 'PWB_PLUGIN_VERSION', '3.3.6' );
define( 'PWB_PLUGIN_NAME', 'Perfect WooCommerce Brands' );
define( 'PWB_PREFIX', 'pwb' );
define( 'PWB_PURCHASE_URL', 'https://quadlayers.com/products/perfect-woocommerce-brands/?utm_source=pwb_admin' );
Expand Down
4 changes: 3 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: woocommerce, woocommerce brands, woocommerce product, woocommerce manufact
Requires at least: 4.7
Requires PHP: 5.6
Tested up to: 6.4
Stable tag: 3.3.5
Stable tag: 3.3.6
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
WC requires at least: 4.7.0
Expand Down Expand Up @@ -94,6 +94,8 @@ You can also contribute [translating the plugin](https://translate.wordpress.org


== Changelog ==
= 3.3.6 =
* i18 strings
= 3.3.5 =
* WooCommerce brands carousel
= 3.3.4 =
Expand Down
3 changes: 2 additions & 1 deletion vendor_packages/wp-notice-plugin-promote.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,11 @@
),
'notice_description' => sprintf(
esc_html__(
'Today we have a special gift for you. Use the coupon code %1$s within the next 48 hours to receive a 20% discount on the premium version of the %2$s plugin.',
'Today we have a special gift for you. Use the coupon code %1$s within the next 48 hours to receive a %2$s discount on the premium version of the %3$s plugin.',
'perfect-woocommerce-brands'
),
'ADMINPANEL20%',
'20%',
PWB_PROMOTE_PREMIUM_SELL_NAME
),
'notice_more_link' => PWB_PROMOTE_PREMIUM_SELL_URL,
Expand Down

0 comments on commit a648dd2

Please sign in to comment.