File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ Requires the shoppingfeed plugin
12
12
13
13
## Changelog
14
14
15
+ ##1 .0.3 (24-08-2023)
16
+
17
+ * fix: THe selected/unselected ACF fields are saved correctly
18
+
15
19
##1 .0.2 (12-05-2022)
16
20
17
21
* added: Readme file
Original file line number Diff line number Diff line change 7
7
* Author URI: https://www.shopping-feed.com/
8
8
* Text Domain: shopping-feed-custom-fields
9
9
* Domain Path: /languages
10
- * Version: 1.0.2
10
+ * Version: 1.0.3
11
11
* License: GPLv3 or later
12
12
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
13
13
*/
22
22
require_once plugin_dir_path ( __FILE__ ) . '/vendor/autoload.php ' ;
23
23
}
24
24
25
- define ( 'SFCF_PLUGIN_VERSION ' , '1.0.2 ' );
25
+ define ( 'SFCF_PLUGIN_VERSION ' , '1.0.3 ' );
26
26
define ( 'SFCF_PLUGIN_DIR ' , plugin_dir_path ( __FILE__ ) );
27
27
define ( 'SFCF_PLUGIN_URL ' , plugin_dir_url ( __FILE__ ) );
28
28
define ( 'SFCF_PLUGIN_BASENAME ' , plugin_basename ( __FILE__ ) );
You can’t perform that action at this time.
0 commit comments