Skip to content

Commit

Permalink
chore: release 6.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
petitphp committed Sep 11, 2024
1 parent a724259 commit a98c72f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@

## Changelog

### 6.0.14 - 07 mar 2024
### 6.0.15 - 11 Sept 2024
* Fix possible fatal error.
* Fix "Brand" taxonomy not correctly registered after version 6.0.13.
* Fix PHP warnings in admin option page.

### 6.0.14 - 07 Mar 2024
* Fix tracking data metabox failing to save in HPOS mode.

### 6.0.13 - 07 feb 2024
### 6.0.13 - 07 Feb 2024
* ShoppingFeed Advanced is HPOS compatible.

### 6.0.12 - 16 Jun 2023
Expand All @@ -22,4 +27,4 @@
* Use unique name for the carrier metabox's submit button.

### 6.0.8 - 22 Apr 2022
* Don't include composer/installers dependencies in WP plugin archive.
* Don't include composer/installers dependencies in WP plugin archive.
4 changes: 2 additions & 2 deletions shoppingfeed-advanced.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://www.shopping-feed.com/
* Text Domain: shopping-feed-advanced
* Domain Path: /languages
* Version: 6.0.14
* Version: 6.0.15
* Requires at least WP: 5.2
* Requires at least WooCommerce: 3.8 (3.9/4.0)
* Requires PHP: 7.2
Expand All @@ -25,7 +25,7 @@
require_once plugin_dir_path( __FILE__ ) . '/vendor/autoload.php';
}

define( 'SFA_PLUGIN_VERSION', '6.0.14' );
define( 'SFA_PLUGIN_VERSION', '6.0.15' );
define( 'SFA_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'SFA_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'SFA_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
Expand Down

0 comments on commit a98c72f

Please sign in to comment.