Changeset 3368714
- Timestamp:
- 09/26/2025 10:14:23 PM (6 months ago)
- Location:
- openpay-spei/trunk
- Files:
-
- 3 edited
-
openpay_spei.php (modified) (1 diff)
-
openpay_spei_gateway.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
openpay-spei/trunk/openpay_spei.php
r3068706 r3368714 5 5 * Plugin URI: http://www.openpay.mx/docs/plugins/woocommerce.html 6 6 * Description: Provides an electronic funds transfer payment method with Openpay for WooCommerce. 7 * Version: 1.10. 17 * Version: 1.10.2 8 8 * Author: Openpay 9 9 * Author URI: http://www.openpay.mx -
openpay-spei/trunk/openpay_spei_gateway.php
r3068706 r3368714 40 40 $this->init_settings(); 41 41 42 $this->title = 'Pago con transferencia interbancaria vía SPEI'; 42 $this->title = 'Pago seguro con transferencia'; 43 $this->icon = 'https://img.openpay.mx/plugins/spei_logo.svg'; 43 44 $this->description = ''; 44 45 $this->is_sandbox = strcmp($this->settings['sandbox'], 'yes') == 0; -
openpay-spei/trunk/readme.txt
r3068706 r3368714 5 5 Tested up to: 6.4.3 6 6 Requires PHP: 5.6 7 Stable tag: 1.10. 17 Stable tag: 1.10.2 8 8 License: GNU General Public License v3.0 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 15 15 16 16 http://www.openpay.mx/docs/plugins/woocommerce.html 17 18 17 == Changelog == 18 = 1.10.2 = 19 * Actualización de textos y logos 19 20 = 1.10.0 = 20 21 * Actualización de compatibilidad con Wordpress 6.4.3 & WooCommerce 8.5.2
Note: See TracChangeset
for help on using the changeset viewer.