Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
BeycanDeveloper committed Jul 20, 2024
1 parent d7aa100 commit b3a7d74
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion classes/lite/class.pmprogateway_cryptopay.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public static function pmpro_checkout(): void

if ('cryptopay_lite' == $gateway && is_user_logged_in()) {
?>
<div id="PMProCryptoPayWrapper">
<div id="PMProCryptoPayWrapper" style="width:100%; text-align:center">
<?php
Hook::addFilter('lang', function ($lang) {
$lang['orderAmount'] = __('Level price:', 'pmpro-cryptopay');
Expand Down
2 changes: 1 addition & 1 deletion classes/pro/class.pmprogateway_cryptopay.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public static function pmpro_checkout(): void

if ('cryptopay' == $gateway && is_user_logged_in()) {
?>
<div id="PMProCryptoPayWrapper">
<div id="PMProCryptoPayWrapper" style="width:100%; text-align:center">
<?php
Hook::addFilter('lang', function ($lang) {
$lang['orderAmount'] = __('Level price:', 'pmpro-cryptopay');
Expand Down
6 changes: 3 additions & 3 deletions cryptocurrency-payments-for-paid-memberships-pro.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/**
* Plugin Name: CryptoPay Gateway for Paid Memberships Pro
* Requires Plugins: paid-memberships-pro, cryptopay-wc-lite
* Version: 1.0.7
* Version: 1.0.8
* Plugin URI: https://beycanpress.com/cryptopay/
* Description: Adds CryptoPay as a gateway option for Paid Memberships Pro.
* Author: BeycanPress LLC
Expand All @@ -22,7 +22,7 @@
* Text Domain: pmpro-cryptopay
* Tags: CryptoPay, Cryptocurrency, Payments, PMPro, Bitcoin
* Requires at least: 5.0
* Tested up to: 6.5.2
* Tested up to: 6.6
* Requires PHP: 8.1
*/

Expand All @@ -33,7 +33,7 @@
use BeycanPress\CryptoPayLite\PluginHero\Hook as LiteHook;

define('PMPRO_CRYPTOPAY_FILE', __FILE__);
define('PMPRO_CRYPTOPAY_VERSION', '1.0.7');
define('PMPRO_CRYPTOPAY_VERSION', '1.0.8');
define('PMPRO_CRYPTOPAY_URL', plugin_dir_url(__FILE__));

add_filter('wp_plugin_dependencies_slug', function ($slug) {
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Contributors: BeycanPress
Tags: CryptoPay, Cryptocurrency, Payments, PMPro, Bitcoin
Requires at least: 5.0
Tested up to: 6.5.2
Tested up to: 6.6
Requires PHP: 8.1
Stable Tag: 1.0.7
Version: 1.0.7
Stable Tag: 1.0.8
Version: 1.0.8
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit b3a7d74

Please sign in to comment.