Changeset 1425395
- Timestamp:
- 05/27/2016 10:07:05 AM (10 years ago)
- Location:
- nimblepayments/trunk
- Files:
-
- 2 edited
-
nimblepayments.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nimblepayments/trunk/nimblepayments.php
r1407340 r1425395 5 5 Plugin URI: https://www.nimblepayments.com 6 6 Description: Nimble Payments is an online payment gateway supported by BBVA that enables you to accept online payments flexibly and safely. 7 Version: 1.0. 67 Version: 1.0.7 8 8 Author: BBVA 9 9 Author URI: … … 101 101 define( 'WP_CONTENT_URL', get_option('siteurl') . '/wp-content'); // full url - WP_CONTENT_DIR is defined further up 102 102 103 add_ object_page( 'Nimble Payments', 'Nimble Payments', 'manage_options', 'wc-settings&tab=checkout§ion=wc_gateway_nimble', array( $this, 'nimble_options' ));103 add_menu_page( 'Nimble Payments', 'Nimble Payments', 'manage_options', 'wc-settings&tab=checkout§ion=wc_gateway_nimble', array( $this, 'nimble_options' ), null, '54.555'); 104 104 } 105 105 -
nimblepayments/trunk/readme.txt
r1407340 r1425395 49 49 == Changelog == 50 50 51 = 1.0.7 = 52 * Corrección: Compatibilidad con WordPress 4.5 53 51 54 = 1.0.6 = 52 55 * Corregido el error que impedía la actualización del estado del pedido para clientes registrados durante el proceso de compra. … … 56 59 == Upgrade Notice == 57 60 61 = 1.0.7 = 62 Actualización importante. La versión 1.0.7 corrige un error de compatibilidad con con WordPress 4.5. 63 58 64 = 1.0.6 = 59 65 Actualización importante. La versión 1.0.6 contiene nuevas funcionalidades y corrige errores que afectan a la visualización de datos.
Note: See TracChangeset
for help on using the changeset viewer.