We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 065949b + 8ded9ac commit aa6e0b5Copy full SHA for aa6e0b5
shoppingfeed-custom-fields.php
@@ -7,7 +7,7 @@
7
* Author URI: https://www.shopping-feed.com/
8
* Text Domain: shopping-feed-custom-fields
9
* Domain Path: /languages
10
- * Version: 1.0.4
+ * Version: 1.0.5
11
* License: GPLv3 or later
12
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
13
*/
@@ -22,7 +22,7 @@
22
require_once plugin_dir_path( __FILE__ ) . '/vendor/autoload.php';
23
}
24
25
-define( 'SFCF_PLUGIN_VERSION', '1.0.4' );
+define( 'SFCF_PLUGIN_VERSION', '1.0.5' );
26
define( 'SFCF_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
27
define( 'SFCF_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
28
define( 'SFCF_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
0 commit comments