Skip to content

Commit

Permalink
fix: github deploy and version update
Browse files Browse the repository at this point in the history
  • Loading branch information
franmastromarino committed Jul 17, 2024
1 parent 9889bbb commit 7d09079
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- uses: pnpm/action-setup@v2
name: Install pnpm
Expand Down
8 changes: 4 additions & 4 deletions perfect-woocommerce-brands.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
* 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.4.0
* Version: 3.4.1
* Text Domain: perfect-woocommerce-brands
* Author: QuadLayers
* Author URI: https://quadlayers.com
* License: GPLv3
* Domain Path: /languages
* Request at least: 4.7
* Tested up to: 6.5
* Tested up to: 6.6
* Requires PHP: 5.6
* WC requires at least: 4.0
* WC tested up to: 9.0
* WC tested up to: 9.1
*/

defined( 'ABSPATH' ) || exit;
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.4.0' );
define( 'PWB_PLUGIN_VERSION', '3.4.1' );
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
6 changes: 4 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Donate link: https://quadlayers.com/products/perfect-woocommerce-brands/
Tags: woocommerce, woocommerce brands, woocommerce product, woocommerce manufacturer, woocommerce supplier, e-commerce
Requires at least: 4.7
Requires PHP: 5.6
Tested up to: 6.5
Tested up to: 6.6
Stable tag: 3.4.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
WC requires at least: 4.0
WC tested up to: 9.0
WC tested up to: 9.1

Perfect Brands for WooCommerce allows you to show product brands in your WooCommerce based store

Expand Down Expand Up @@ -94,6 +94,8 @@ You can also contribute [translating the plugin](https://translate.wordpress.org


== Changelog ==
= 3.4.1 =
* WooCommerce compatibility
= 3.4.0 =
* WooCommerce compatibility
= 3.3.9 =
Expand Down

0 comments on commit 7d09079

Please sign in to comment.