This repository has been archived by the owner on Sep 14, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
59 additions
and
50 deletions.
There are no files selected for viewing
Binary file not shown.
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ class Plugin | |
* | ||
* @var string | ||
*/ | ||
public const VERSION = '2.9.0'; | ||
public const VERSION = '2.9.1'; | ||
|
||
/** | ||
* The plugin slug. | ||
|
@@ -38,7 +38,10 @@ public static function boot() | |
_e('The OTP SimplePay Gateway plugin V3 has been released. This version will not get any updates in the future.', 'cone-simplepay'); | ||
echo ' '; | ||
_e('Get your license:', 'cone-simplepay'); | ||
echo '<a href="https://shop.conedevelopment.com/termekek/simplepay-x-woocommerce" target="_blank">https://shop.conedevelopment.com/termekek/simplepay-x-woocommerce</a>'; | ||
echo '<a href="https://shop.conedevelopment.com/termekek/simplepay-x-woocommerce" target="_blank">https://shop.conedevelopment.com/termekek/simplepay-x-woocommerce</a>.'; | ||
echo ' '; | ||
_e('If you have any questions contact us at: ', 'cone-simplepay'); | ||
echo '<a href="mailto:[email protected]">[email protected]</a>.'; | ||
echo '</p></div>'; | ||
}); | ||
|
||
|
@@ -48,7 +51,10 @@ public static function boot() | |
_e('The OTP SimplePay Gateway plugin V3 has been released. This version will not get any updates in the future.', 'cone-simplepay'); | ||
echo ' '; | ||
_e('Get your license:', 'cone-simplepay'); | ||
echo '<a href="https://shop.conedevelopment.com/termekek/simplepay-x-woocommerce" target="_blank">https://shop.conedevelopment.com/termekek/simplepay-x-woocommerce</a>'; | ||
echo '<a href="https://shop.conedevelopment.com/termekek/simplepay-x-woocommerce" target="_blank">https://shop.conedevelopment.com/termekek/simplepay-x-woocommerce</a>.'; | ||
echo ' '; | ||
_e('If you have any questions contact us at: ', 'cone-simplepay'); | ||
echo '<a href="mailto:[email protected]">[email protected]</a>.'; | ||
echo '</p></div></td></tr>'; | ||
}); | ||
|
||
|