Changeset 2871475
- Timestamp:
- 02/27/2023 07:28:35 AM (3 years ago)
- Location:
- woo-pelecard-gateway/trunk
- Files:
-
- 3 edited
-
includes/Plugin.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
woocommerce-pelecard-gateway.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woo-pelecard-gateway/trunk/includes/Plugin.php
r2647480 r2871475 18 18 * @var string $version 19 19 */ 20 public static $version = '1.4. 9';20 public static $version = '1.4.12'; 21 21 22 22 /** -
woo-pelecard-gateway/trunk/readme.txt
r2861864 r2871475 1 === Pelecard Gateway forWooCommerce ===1 === Gateway for Pelecard on WooCommerce === 2 2 Contributors: idofri, ramiy 3 3 Tags: e-commerce, payments, gateway, checkout, pelecard, invoices, woo commerce, subscriptions 4 4 Requires at least: 5.5 5 5 Tested up to: 6.1 6 Stable tag: 1.4.1 16 Stable tag: 1.4.12 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
woo-pelecard-gateway/trunk/woocommerce-pelecard-gateway.php
r2861864 r2871475 1 1 <?php 2 2 /** 3 * Plugin Name: Pelecard Gateway forWooCommerce3 * Plugin Name: Gateway for Pelecard on WooCommerce 4 4 * Plugin URI: https://wordpress.org/plugins/woo-pelecard-gateway/ 5 5 * Description: Extends WooCommerce with Pelecard payment gateway. 6 * Version: 1.4.1 16 * Version: 1.4.12 7 7 * Author: Ido Friedlander 8 8 * Author URI: https://profiles.wordpress.org/idofri/
Note: See TracChangeset
for help on using the changeset viewer.