Plugin Directory

Changeset 3393376


Ignore:
Timestamp:
11/11/2025 05:41:03 AM (5 months ago)
Author:
easypayment
Message:

tags/1.0.3

Location:
easypayment-payment-gateway-for-stripe-for-woocommerce
Files:
485 added
2 edited

Legend:

Unmodified
Added
Removed
  • easypayment-payment-gateway-for-stripe-for-woocommerce/trunk/easypayment-payment-gateway-for-stripe-for-woocommerce.php

    r3393366 r3393376  
    22
    33/**
    4  * Plugin Name: EasyPayment Payment Gateway for Stripe for WooCommerce
    5  * Description: Stripe Credit Card payments with authorize/capture and saved cards.
    6  * Author: Easy Payment
    7  * Version: 1.0.2
    8  * Requires at least: 6.0
     4 * @wordpress-plugin
     5 * Plugin Name:       EasyPayment Payment Gateway for Stripe for WooCommerce
     6 * Plugin URI:        https://profiles.wordpress.org/easypayment
     7 * Description:       Stripe Credit Card payments with authorize/capture and saved cards.
     8 * Version:           1.0.3
     9 * Author:            easypayment
     10 * Author URI:        https://profiles.wordpress.org/easypayment/
     11 * License:           GNU General Public License v3.0
     12 * License URI:       http://www.gnu.org/licenses/gpl-3.0.html
     13 * Text Domain:       easypayment-payment-gateway-for-stripe-for-woocommerce
     14 * Domain Path:       /languages
     15 * Requires at least: 4.7
     16 * Requires PHP: 7.4
    917 * Requires Plugins: woocommerce
    1018 * Tested up to: 6.8.3
    11  * WC requires at least: 7.0
     19 * WC requires at least: 3.4
    1220 * WC tested up to: 10.3.4
    13  * Text Domain: easypayment-payment-gateway-for-stripe-for-woocommerce
    14  * License: GPL-2.0+
    1521 */
     22
     23
    1624if (!defined('ABSPATH')) {
    1725    exit;
    1826}
    1927
    20 define('EPSPGW_VER', '1.0.2');
     28define('EPSPGW_VER', '1.0.3');
    2129define('EPSPGW_FILE', __FILE__);
    2230define('EPSPGW_DIR', plugin_dir_path(__FILE__));
  • easypayment-payment-gateway-for-stripe-for-woocommerce/trunk/readme.txt

    r3393366 r3393376  
    55Tested up to: 6.8.3
    66Requires PHP: 7.4
    7 Stable tag: 1.0.2
     7Stable tag: 1.0.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    101101== Changelog ==
    102102
    103 = 1.0.2 =
     103= 1.0.3 =
    104104* Added - Settings link and automatic redirect to the gateway settings after plugin activation.
    105105
Note: See TracChangeset for help on using the changeset viewer.