Changeset 3315329
- Timestamp:
- 06/20/2025 02:16:49 PM (10 months ago)
- Location:
- wc-koin-official/trunk
- Files:
-
- 5 edited
-
app/Controllers/Woocommerce.php (modified) (1 diff)
-
app/Helpers/Config.php (modified) (1 diff)
-
composer.json (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wc-koin-official.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wc-koin-official/trunk/app/Controllers/Woocommerce.php
r3279008 r3315329 135 135 'autocomplete' => 'address-line2', 136 136 'aria-label' => 'Address Number', 137 'placeholder' => __('e.g. 123', 'wc-koin-official'),138 137 ], 139 138 ]); -
wc-koin-official/trunk/app/Helpers/Config.php
r3288528 r3315329 95 95 public static function __version() 96 96 { 97 return '1.3. 8';97 return '1.3.9'; 98 98 } 99 99 -
wc-koin-official/trunk/composer.json
r3288528 r3315329 3 3 "description": "Koin Official Payments for Woocommerce", 4 4 "type": "wordpress-plugin", 5 "version": "1.3. 8",5 "version": "1.3.9", 6 6 "license": "GPL-3.0", 7 7 "require": { -
wc-koin-official/trunk/readme.txt
r3288528 r3315329 3 3 Tags: payments, WooCommerce, store, shop, checkout, cart, koin, wirecard, loja, ecommerce 4 4 Requires at least: 5.0 5 Tested up to: 6. 66 Stable tag: 1.3. 85 Tested up to: 6.8 6 Stable tag: 1.3.9 7 7 Requires PHP: 7.4 8 8 License: GPLv3 … … 42 42 43 43 == Changelog == 44 = 1.3.9 = - 2025-06-12 45 - Tested compatibility with WordPress 6.8.1, WooCommerce 9.9.3, and PHP 8.4. No functional changes. 46 44 47 = 1.3.8 = - 2025-05-06 45 48 - Tweaks to input validation rules -
wc-koin-official/trunk/wc-koin-official.php
r3288528 r3315329 4 4 * Plugin Name: Koin Official Payments 5 5 * Plugin URI: https://github.com/koinlatam 6 * Version: 1.3. 86 * Version: 1.3.9 7 7 * Description: Koin Official Payments Gateways 8 8 * Text Domain: wc-koin-official
Note: See TracChangeset
for help on using the changeset viewer.