Plugin Directory

Changeset 3315329


Ignore:
Timestamp:
06/20/2025 02:16:49 PM (10 months ago)
Author:
apiki
Message:

Atualização da versão 1.3.9

Location:
wc-koin-official/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • wc-koin-official/trunk/app/Controllers/Woocommerce.php

    r3279008 r3315329  
    135135                    'autocomplete'     => 'address-line2',
    136136                    'aria-label'       => 'Address Number',
    137                     'placeholder'      => __('e.g. 123', 'wc-koin-official'),
    138137                ],
    139138            ]);
  • wc-koin-official/trunk/app/Helpers/Config.php

    r3288528 r3315329  
    9595    public static function __version()
    9696    {
    97         return '1.3.8';
     97        return '1.3.9';
    9898    }
    9999
  • wc-koin-official/trunk/composer.json

    r3288528 r3315329  
    33    "description": "Koin Official Payments for Woocommerce",
    44    "type": "wordpress-plugin",
    5     "version": "1.3.8",
     5    "version": "1.3.9",
    66    "license": "GPL-3.0",
    77    "require": {
  • wc-koin-official/trunk/readme.txt

    r3288528 r3315329  
    33Tags: payments, WooCommerce, store, shop, checkout, cart, koin, wirecard, loja, ecommerce
    44Requires at least: 5.0
    5 Tested up to: 6.6
    6 Stable tag: 1.3.8
     5Tested up to: 6.8
     6Stable tag: 1.3.9
    77Requires PHP: 7.4
    88License: GPLv3
     
    4242
    4343== 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
    4447= 1.3.8 = - 2025-05-06
    4548- Tweaks to input validation rules
  • wc-koin-official/trunk/wc-koin-official.php

    r3288528 r3315329  
    44 * Plugin Name: Koin Official Payments
    55 * Plugin URI:  https://github.com/koinlatam
    6  * Version:     1.3.8
     6 * Version:     1.3.9
    77 * Description: Koin Official Payments Gateways
    88 * Text Domain: wc-koin-official
Note: See TracChangeset for help on using the changeset viewer.