|
@@ -3,7 +3,7 @@
|
|
|
* Plugin Name: QDR - Studiou WC Free Photo Product
|
|
* Plugin Name: QDR - Studiou WC Free Photo Product
|
|
|
* Plugin URI: https://www.quadarax.com/plugins/studiou-wc-free-photo-product
|
|
* Plugin URI: https://www.quadarax.com/plugins/studiou-wc-free-photo-product
|
|
|
* Description: Allows publishing special WooCommerce products with variants and custom raw image upload for photo printing
|
|
* Description: Allows publishing special WooCommerce products with variants and custom raw image upload for photo printing
|
|
|
- * Version: 1.5.8
|
|
|
|
|
|
|
+ * Version: 1.5.9
|
|
|
* Requires at least: 6.9.4
|
|
* Requires at least: 6.9.4
|
|
|
* Requires PHP: 8.2
|
|
* Requires PHP: 8.2
|
|
|
* Requires Plugins: woocommerce, product-variant-table-for-woocommerce
|
|
* Requires Plugins: woocommerce, product-variant-table-for-woocommerce
|
|
@@ -22,7 +22,7 @@ if (!defined('WPINC')) {
|
|
|
die;
|
|
die;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-if (!defined('STUDIOU_WCFPP_VERSION')) define('STUDIOU_WCFPP_VERSION', '1.5.8');
|
|
|
|
|
|
|
+if (!defined('STUDIOU_WCFPP_VERSION')) define('STUDIOU_WCFPP_VERSION', '1.5.9');
|
|
|
if (!defined('STUDIOU_WCFPP_PLUGIN_DIR')) define('STUDIOU_WCFPP_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
|
if (!defined('STUDIOU_WCFPP_PLUGIN_DIR')) define('STUDIOU_WCFPP_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
|
|
if (!defined('STUDIOU_WCFPP_PLUGIN_URL')) define('STUDIOU_WCFPP_PLUGIN_URL', plugin_dir_url(__FILE__));
|
|
if (!defined('STUDIOU_WCFPP_PLUGIN_URL')) define('STUDIOU_WCFPP_PLUGIN_URL', plugin_dir_url(__FILE__));
|
|
|
if (!defined('STUDIOU_WCFPP_PLUGIN_BASENAME')) define('STUDIOU_WCFPP_PLUGIN_BASENAME', plugin_basename(__FILE__));
|
|
if (!defined('STUDIOU_WCFPP_PLUGIN_BASENAME')) define('STUDIOU_WCFPP_PLUGIN_BASENAME', plugin_basename(__FILE__));
|