Plugin Directory

Changeset 3454164


Ignore:
Timestamp:
02/04/2026 10:42:59 PM (7 weeks ago)
Author:
naa986
Message:

.v1.2.2.58 commit

Location:
wp-stripe-checkout/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-stripe-checkout/trunk/readme.txt

    r3411713 r3454164  
    55Requires at least: 5.3
    66Tested up to: 6.9
    7 Stable tag: 1.2.2.57
     7Stable tag: 1.2.2.58
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2323* Selling goods or services
    2424* 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/)
    2536
    2637=== Stripe Checkout Payment Methods ===
     
    6778* Support orders of free trial payments without payment methods
    6879
    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 
    8080=== WP Stripe Checkout Configuration ===
    8181
     
    170170== Changelog ==
    171171
     172= 1.2.2.58 =
     173* Changed order menu icon.
     174
    172175= 1.2.2.57 =
    173176* Added Italian language translation (submitted by Pippo).
  • wp-stripe-checkout/trunk/wp-stripe-checkout-order.php

    r3134544 r3454164  
    4141        'labels' => $labels,
    4242        'public' => false,
     43        'menu_icon' => 'dashicons-cart',
    4344        'exclude_from_search' => true,
    4445        'publicly_queryable' => false,
  • wp-stripe-checkout/trunk/wp-stripe-checkout.php

    r3392525 r3454164  
    22/*
    33  Plugin Name: WP Stripe Checkout
    4   Version: 1.2.2.57
     4  Version: 1.2.2.58
    55  Plugin URI: https://noorsplugin.com/stripe-checkout-plugin-for-wordpress/
    66  Author: naa986
     
    1616class WP_STRIPE_CHECKOUT {
    1717   
    18     var $plugin_version = '1.2.2.57';
     18    var $plugin_version = '1.2.2.58';
    1919    var $db_version = '1.0.11';
    2020    var $plugin_url;
Note: See TracChangeset for help on using the changeset viewer.