Changeset 3454164
- Timestamp:
- 02/04/2026 10:42:59 PM (7 weeks ago)
- Location:
- wp-stripe-checkout/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (4 diffs)
-
wp-stripe-checkout-order.php (modified) (1 diff)
-
wp-stripe-checkout.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-stripe-checkout/trunk/readme.txt
r3411713 r3454164 5 5 Requires at least: 5.3 6 6 Tested up to: 6.9 7 Stable tag: 1.2.2.5 77 Stable tag: 1.2.2.58 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 23 23 * Selling goods or services 24 24 * Subscription-based offerings 25 26 === WP Stripe Checkout Add-ons === 27 28 * [Variable Price](https://noorsplugin.com/how-to-add-a-price-field-to-a-stripe-payment-button/) 29 * [Variable Quantity](https://noorsplugin.com/how-to-add-a-quantity-field-to-a-stripe-payment-button/) 30 * [Submit Type](https://noorsplugin.com/how-to-customize-the-type-of-the-stripe-payment-page-button/) 31 * [Terms of Service](https://noorsplugin.com/how-to-show-a-terms-of-service-checkbox-on-the-stripe-payment-page/) 32 * [Payment Link Email](https://noorsplugin.com/how-to-prefill-email-addresses-for-stripe-payment-link-buttons/) 33 * [Variable Currency](https://noorsplugin.com/wp-stripe-checkout-variable-currency/) 34 * [WP User Tracking](https://noorsplugin.com/wp-stripe-checkout-wordpress-user-tracking/) 35 * [WP User Only Button](https://noorsplugin.com/wp-stripe-checkout-wordpress-user-only-button/) 25 36 26 37 === Stripe Checkout Payment Methods === … … 67 78 * Support orders of free trial payments without payment methods 68 79 69 === WP Stripe Checkout Add-ons ===70 71 * [Variable Price](https://noorsplugin.com/how-to-add-a-price-field-to-a-stripe-payment-button/)72 * [Variable Quantity](https://noorsplugin.com/how-to-add-a-quantity-field-to-a-stripe-payment-button/)73 * [Submit Type](https://noorsplugin.com/how-to-customize-the-type-of-the-stripe-payment-page-button/)74 * [Terms of Service](https://noorsplugin.com/how-to-show-a-terms-of-service-checkbox-on-the-stripe-payment-page/)75 * [Payment Link Email](https://noorsplugin.com/how-to-prefill-email-addresses-for-stripe-payment-link-buttons/)76 * [Variable Currency](https://noorsplugin.com/wp-stripe-checkout-variable-currency/)77 * [WP User Tracking](https://noorsplugin.com/wp-stripe-checkout-wordpress-user-tracking/)78 * [WP User Only Button](https://noorsplugin.com/wp-stripe-checkout-wordpress-user-only-button/)79 80 80 === WP Stripe Checkout Configuration === 81 81 … … 170 170 == Changelog == 171 171 172 = 1.2.2.58 = 173 * Changed order menu icon. 174 172 175 = 1.2.2.57 = 173 176 * Added Italian language translation (submitted by Pippo). -
wp-stripe-checkout/trunk/wp-stripe-checkout-order.php
r3134544 r3454164 41 41 'labels' => $labels, 42 42 'public' => false, 43 'menu_icon' => 'dashicons-cart', 43 44 'exclude_from_search' => true, 44 45 'publicly_queryable' => false, -
wp-stripe-checkout/trunk/wp-stripe-checkout.php
r3392525 r3454164 2 2 /* 3 3 Plugin Name: WP Stripe Checkout 4 Version: 1.2.2.5 74 Version: 1.2.2.58 5 5 Plugin URI: https://noorsplugin.com/stripe-checkout-plugin-for-wordpress/ 6 6 Author: naa986 … … 16 16 class WP_STRIPE_CHECKOUT { 17 17 18 var $plugin_version = '1.2.2.5 7';18 var $plugin_version = '1.2.2.58'; 19 19 var $db_version = '1.0.11'; 20 20 var $plugin_url;
Note: See TracChangeset
for help on using the changeset viewer.