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.
1 parent 0aa2681 commit a18d677Copy full SHA for a18d677
wc-smooth-generator.php
@@ -3,17 +3,22 @@
3
* Plugin Name: WooCommerce Smooth Generator
4
* Plugin URI: https://woocommerce.com/
5
* Description: A smooth customer, order and product generator for WooCommerce.
6
- * Version: 1.0.0
+ * Version: 1.0.2
7
* Author: Automattic
8
* Author URI: https://woocommerce.com
9
*
10
+ * Tested up to: 5.7
11
+ * WC requires at least: 5.0.0
12
+ * WC tested up to: 5.7.0
13
+ * Woo: 000000:0a0a0a0a0a0a0a0a0a0a0a0a0a0a0a0
14
+ *
15
* @package WooCommerce
16
*/
17
18
defined( 'ABSPATH' ) || exit;
19
20
// autoloader.
-if( ! class_exists( \WC\SmoothGenerator\Plugin::class ) ){
21
+if ( ! class_exists( \WC\SmoothGenerator\Plugin::class ) ) {
22
require __DIR__ . '/vendor/autoload.php';
23
}
24
0 commit comments