Changeset 2926788
- Timestamp:
- 06/15/2023 09:18:18 PM (3 years ago)
- Location:
- thepeer-checkout
- Files:
-
- 13 added
- 3 edited
-
tags/1.0.4 (added)
-
tags/1.0.4/assets (added)
-
tags/1.0.4/assets/images (added)
-
tags/1.0.4/assets/images/thepeer-logo.svg (added)
-
tags/1.0.4/assets/js (added)
-
tags/1.0.4/assets/js/thepeer-admin.js (added)
-
tags/1.0.4/assets/js/thepeer-admin.min.js (added)
-
tags/1.0.4/assets/js/thepeer.js (added)
-
tags/1.0.4/assets/js/thepeer.min.js (added)
-
tags/1.0.4/includes (added)
-
tags/1.0.4/includes/class-wc-thepeer-gateway.php (added)
-
tags/1.0.4/readme.txt (added)
-
tags/1.0.4/thepeer-checkout.php (added)
-
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/trunk/includes/class-wc-thepeer-gateway.php
r2926682 r2926788 262 262 'description' => __( 'This controls the payment method title which the user sees during checkout.', 'thepeer-checkout' ), 263 263 'desc_tip' => true, 264 'default' => __( ' Thepeer', 'thepeer-checkout' ),264 'default' => __( 'Pay with Thepeer', 'thepeer-checkout' ), 265 265 ), 266 266 'description' => array( … … 269 269 'description' => __( 'This controls the payment method description which the user sees during checkout.', 'thepeer-checkout' ), 270 270 'desc_tip' => true, 271 'default' => __( 'Pay with Thepeer.', 'thepeer-checkout' ),271 'default' => __( 'Pay using wallets like Eversend, Pocket, Chipper Cash, Bitsika, etc.', 'thepeer-checkout' ), 272 272 ), 273 273 'test_mode' => array( -
thepeer-checkout/trunk/readme.txt
r2926682 r2926788 5 5 Requires PHP: 7.0 6 6 Tested up to: 5.9 7 Stable tag: 1.0. 37 Stable tag: 1.0.4 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 = 1.0.4 (June 15, 2023) = 87 * Update button title and description 86 88 87 89 = 1.0.3 (June 15, 2023) = -
thepeer-checkout/trunk/thepeer-checkout.php
r2926682 r2926788 3 3 Plugin Name: Thepeer Payment Gateway for WooCommerce 4 4 Description: WooCommerce payment gateway for Thepeer 5 Version: 1.0. 35 Version: 1.0.4 6 6 Author: thepeer 7 7 Author URI: https://thepeer.co/
Note: See TracChangeset
for help on using the changeset viewer.