Plugin Directory

Changeset 3092316


Ignore:
Timestamp:
05/24/2024 08:48:51 PM (23 months ago)
Author:
weeconnectpay
Message:

Deploying version 3.7.12 from pipeline

Location:
weeconnectpay
Files:
607 added
2 edited

Legend:

Unmodified
Added
Removed
  • weeconnectpay/trunk/README.txt

    r3092292 r3092316  
    1 === Plugin Name ===
    2 WeeConnectPay - Clover Payment Gateway
    3 Description: Integrate Clover Payments with your WooCommerce online store.
     1=== WeeConnectPay - Clover Payment Gateway ===
     2Plugin Name: WeeConnectPay
     3Description: Integrate Clover Payments with your WooCommerce online store
     4Tags: clover, payments, weeconnect, e-commerce, gateway
    45Plugin URI: https://www.weeconnectpay.com/
    56Author: WeeConnectPay
    6 Stable Tag: 3.7.10
    7 Tested Up To: 6.3.1
     7Contributors: weeconnectpay
     8Stable Tag: 3.7.12
     9Requires at least: 5.6
     10Tested Up To: 6.5.3
     11Requires PHP: 7.2
    812Text Domain: weeconnectpay
    913Domain Path: /languages
    10 License: GPLv2 or later
    11 License URI: http://www.gnu.org/licenses/gpl-2.0.html
     14License: GPLv3
     15License URI: http://www.gnu.org/licenses/gpl-3.0.html
     16Requires Plugins: woocommerce
     17WC requires at least: 3.0.4
     18WC tested up to: 8.9.1
    1219
    1320Accept payments easily and quickly with the Clover online Payment gateway by WeeConnectPay.
     
    1926<strong>New Feature: Block-based Checkout</strong> - Our plugin now integrates with WooCommerce Checkout Blocks!
    2027
    21 Directly on the checkout page, buyers can enter their payment information securely using an iFrame provided by Clover, without leaving your website. Alternatively, when available, users can also pay with express checkout payment methods such as Google Pay.
     28Directly on the checkout page, buyers can enter their payment information securely using an iframe provided by Clover, without leaving your website. Alternatively, when available, users can also pay with express checkout payment methods such as Google Pay.
    2229
    2330
     
    118125
    119126== Changelog ==
    120 = 3.7.10 =
     127= 3.7.12 =
    121128* Updated plugin to declare compatibility with WooCommerce Checkout blocks, as well as tested up to version and minimum supported versions detectable by WooCommerce
     129* Updated compatibility values detected by WordPress
     130* Additional changes not included in the plugin, related to the pipeline / build process
    122131
    123132= 3.7.9 =
  • weeconnectpay/trunk/weeconnectpay.php

    r3092292 r3092316  
    1717 * Plugin URI:        https://weeconnectpay.com/plugin?platform=wordpress
    1818 * Description:       Integrate Clover Payments with your WooCommerce online store.
    19  * Version:           3.7.10
     19 * Tags:              clover, payments, weeconnect, e-commerce, gateway
     20 * Version:           3.7.12
    2021 * Requires at least: 5.6
     22 * Tested Up To:      6.5.3
    2123 * Requires PHP:      7.2
    2224 * Author:            WeeConnectPay
    2325 * Author URI:        https://weeconnectpay.com/
    24  * License:           GPL-2.0+
    25  * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
     26 * Contributors:      @weeconnectpay
     27 * License:           GPL-3.0+
     28 * License URI:       http://www.gnu.org/licenses/gpl-3.0.txt
    2629 * Text Domain:       weeconnectpay
    2730 * Domain Path:       /languages
     31 * Requires Plugins:  woocommerce
    2832 * WC requires at least: 3.0.4
    2933 * WC tested up to: 8.9.1
     
    3438    die;
    3539}
    36 const WEECONNECT_VERSION = '3.7.10';
     40const WEECONNECT_VERSION = '3.7.12';
    3741
    3842define( 'WEECONNECTPAY_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.