Skip to content

Commit aa6e0b5

Browse files
Merge pull request #8 from BeAPI/issue/81885
issue/81885 : bump the version tag to 1.0.5
2 parents 065949b + 8ded9ac commit aa6e0b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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