Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions shoppingfeed-custom-fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://www.shopping-feed.com/
* Text Domain: shopping-feed-custom-fields
* Domain Path: /languages
* Version: 1.0.4
* Version: 1.0.5
* License: GPLv3 or later
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
Expand All @@ -22,7 +22,7 @@
require_once plugin_dir_path( __FILE__ ) . '/vendor/autoload.php';
}

define( 'SFCF_PLUGIN_VERSION', '1.0.4' );
define( 'SFCF_PLUGIN_VERSION', '1.0.5' );
define( 'SFCF_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'SFCF_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'SFCF_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
Expand Down
Loading