-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #256 from wpswings/v1.7.0
V1.7.0
- Loading branch information
Showing
27 changed files
with
676 additions
and
740 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,4 @@ | ||
<?php | ||
/** | ||
* Provide a admin area view for the plugin | ||
* | ||
* This file is used to markup the html field for general tab. | ||
* | ||
* @link https://wpswings.com/ | ||
* @since 1.0.0 | ||
* | ||
* @package Subscriptions_For_Woocommerce | ||
* @subpackage Subscriptions_For_Woocommerce/public | ||
*/ | ||
|
||
return array( | ||
'dependencies' => array( | ||
'wp-element', | ||
'wp-polyfill', | ||
), | ||
'version' => '380e03d354daff6fbc07b176985cba7e', | ||
<?php return array( | ||
'dependencies' => array( 'wp-element', 'wp-polyfill' ), | ||
'version' => 'c18eb6767e641a7522507a86d9c71475', | ||
); |
Oops, something went wrong.