Skip to content

Commit 5c7856a

Browse files
committed
Move WRCS version to main file
1 parent 9034166 commit 5c7856a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

class-pinterest-for-woocommerce.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ final class Pinterest_For_Woocommerce {
5959
*
6060
* @var string
6161
*/
62-
public $version = '1.0.0-beta.4'; // WRCS: DEFINED_VERSION.
62+
public $version = PINTEREST_FOR_WOOCOMMERCE_VERSION;
6363

6464
/**
6565
* The single instance of the class.

pinterest-for-woocommerce.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
}
4545

4646
define( 'PINTEREST_FOR_WOOCOMMERCE_PLUGIN_FILE', __FILE__ );
47+
define( 'PINTEREST_FOR_WOOCOMMERCE_VERSION', '1.0.0-beta.4' ); // WRCS: DEFINED_VERSION.
4748

4849
/**
4950
* Autoload packages.

0 commit comments

Comments
 (0)