Skip to content

Commit 9be7c99

Browse files
Merge pull request #3 from BeAPI/release-1.0.3
2 parents 4ee7cad + 97b3117 commit 9be7c99

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Requires the shoppingfeed plugin
1212

1313
## Changelog
1414

15+
##1.0.3 (24-08-2023)
16+
17+
* fix: THe selected/unselected ACF fields are saved correctly
18+
1519
##1.0.2 (12-05-2022)
1620

1721
* added: Readme file

shoppingfeed-custom-fields.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author URI: https://www.shopping-feed.com/
88
* Text Domain: shopping-feed-custom-fields
99
* Domain Path: /languages
10-
* Version: 1.0.2
10+
* Version: 1.0.3
1111
* License: GPLv3 or later
1212
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
1313
*/
@@ -22,7 +22,7 @@
2222
require_once plugin_dir_path( __FILE__ ) . '/vendor/autoload.php';
2323
}
2424

25-
define( 'SFCF_PLUGIN_VERSION', '1.0.2' );
25+
define( 'SFCF_PLUGIN_VERSION', '1.0.3' );
2626
define( 'SFCF_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
2727
define( 'SFCF_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
2828
define( 'SFCF_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );

0 commit comments

Comments
 (0)