Skip to content

Commit 63680fa

Browse files
authored
Merge pull request #5 from BeAPI/ver/1.0.4
chore: release 1.0.4
2 parents 05fbff6 + 1cb3892 commit 63680fa

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,24 @@ Requires the shoppingfeed plugin
1212

1313
## Changelog
1414

15-
##1.0.3 (24-08-2023)
15+
### 1.0.4 (28-08-2023)
1616

17-
* fix: THe selected/unselected ACF fields are saved correctly
17+
* fix: missing value for select with single value
1818

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)
2024

2125
* added: Readme file
2226
* added: Notice in the plugin admin page
2327

2428
## Configuration
2529

2630
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
2833

2934
### Supported fields
3035

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.3
10+
* Version: 1.0.4
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.3' );
25+
define( 'SFCF_PLUGIN_VERSION', '1.0.4' );
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)