File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -12,19 +12,24 @@ Requires the shoppingfeed plugin
12
12
13
13
## Changelog
14
14
15
- ##1 .0.3 (24 -08-2023)
15
+ ### 1.0.4 (28 -08-2023)
16
16
17
- * fix: THe selected/unselected ACF fields are saved correctly
17
+ * fix: missing value for select with single value
18
18
19
- ##1 .0.2 (12-05-2022)
19
+ ### 1.0.3 (24-08-2023)
20
+
21
+ * fix: The selected/unselected ACF fields are saved correctly
22
+
23
+ ### 1.0.2 (12-05-2022)
20
24
21
25
* added: Readme file
22
26
* added: Notice in the plugin admin page
23
27
24
28
## Configuration
25
29
26
30
To start using the plugin correctly, you need to configure some ACF fields first
27
- - In Plugins > Installed Plugins > ShoppingFeed Custom Fields > settings, choose the ACF fields to export
31
+
32
+ - In Plugins > Installed Plugins > ShoppingFeed Custom Fields > settings, choose the ACF fields to export
28
33
29
34
### Supported fields
30
35
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.3
10
+ * Version: 1.0.4
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.3 ' );
25
+ define ( 'SFCF_PLUGIN_VERSION ' , '1.0.4 ' );
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