Changeset 2958260
- Timestamp:
- 08/25/2023 10:17:10 AM (3 years ago)
- Location:
- thepeer-checkout
- Files:
-
- 1 deleted
- 4 edited
- 5 copied
-
tags/1.0.0/includes/class-wc-thepeer-gateway.php (modified) (1 diff)
-
tags/1.0.6 (copied) (copied from thepeer-checkout/trunk)
-
tags/1.0.6/assets/images/thepeer-logo.svg (deleted)
-
tags/1.0.6/assets/images/thepeer_wallets.png (copied) (copied from thepeer-checkout/trunk/assets/images/thepeer_wallets.png)
-
tags/1.0.6/includes/class-wc-thepeer-gateway.php (copied) (copied from thepeer-checkout/trunk/includes/class-wc-thepeer-gateway.php) (2 diffs)
-
tags/1.0.6/readme.txt (copied) (copied from thepeer-checkout/trunk/readme.txt) (2 diffs)
-
tags/1.0.6/thepeer-checkout.php (copied) (copied from thepeer-checkout/trunk/thepeer-checkout.php) (1 diff)
-
trunk/includes/class-wc-thepeer-gateway.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/thepeer-checkout.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
thepeer-checkout/tags/1.0.0/includes/class-wc-thepeer-gateway.php
r2697563 r2958260 107 107 // Get setting values. 108 108 $this->title = $this->get_option( 'title' ); 109 $this->description = $this->get_option( 'description' );110 109 $this->enabled = $this->get_option( 'enabled' ); 111 110 $this->test_mode = $this->get_option( 'test_mode' ) === 'yes'; -
thepeer-checkout/tags/1.0.6/includes/class-wc-thepeer-gateway.php
r2958244 r2958260 18 18 19 19 /** 20 * Checkout page description21 *22 * @var string23 */24 public $description;25 26 /**27 20 * Is gateway enabled? 28 21 * … … 107 100 // Get setting values. 108 101 $this->title = $this->get_option( 'title' ); 109 $this->description = $this->get_option( 'description' );110 102 $this->enabled = $this->get_option( 'enabled' ); 111 103 $this->test_mode = $this->get_option( 'test_mode' ) === 'yes'; -
thepeer-checkout/tags/1.0.6/readme.txt
r2958244 r2958260 5 5 Requires PHP: 7.0 6 6 Tested up to: 5.9 7 Stable tag: 1.0. 57 Stable tag: 1.0.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 84 84 == Changelog == 85 85 86 87 = 1.0.6 (August 25, 2023) = 88 * Remove description field in settings 89 86 90 = 1.0.5 (August 25, 2023) = 87 91 * Update button title -
thepeer-checkout/tags/1.0.6/thepeer-checkout.php
r2958244 r2958260 3 3 Plugin Name: Thepeer Payment Gateway for WooCommerce 4 4 Description: WooCommerce payment gateway for Thepeer 5 Version: 1.0. 55 Version: 1.0.6 6 6 Author: thepeer 7 7 Author URI: https://thepeer.co/ -
thepeer-checkout/trunk/includes/class-wc-thepeer-gateway.php
r2958244 r2958260 18 18 19 19 /** 20 * Checkout page description21 *22 * @var string23 */24 public $description;25 26 /**27 20 * Is gateway enabled? 28 21 * … … 107 100 // Get setting values. 108 101 $this->title = $this->get_option( 'title' ); 109 $this->description = $this->get_option( 'description' );110 102 $this->enabled = $this->get_option( 'enabled' ); 111 103 $this->test_mode = $this->get_option( 'test_mode' ) === 'yes'; -
thepeer-checkout/trunk/readme.txt
r2958244 r2958260 5 5 Requires PHP: 7.0 6 6 Tested up to: 5.9 7 Stable tag: 1.0. 57 Stable tag: 1.0.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 84 84 == Changelog == 85 85 86 87 = 1.0.6 (August 25, 2023) = 88 * Remove description field in settings 89 86 90 = 1.0.5 (August 25, 2023) = 87 91 * Update button title -
thepeer-checkout/trunk/thepeer-checkout.php
r2958244 r2958260 3 3 Plugin Name: Thepeer Payment Gateway for WooCommerce 4 4 Description: WooCommerce payment gateway for Thepeer 5 Version: 1.0. 55 Version: 1.0.6 6 6 Author: thepeer 7 7 Author URI: https://thepeer.co/
Note: See TracChangeset
for help on using the changeset viewer.