Changeset 2226551
- Timestamp:
- 01/13/2020 12:58:51 PM (6 years ago)
- Location:
- fintecture-payment-gateway/trunk
- Files:
-
- 9 edited
-
assets/css/fintecture-styles.css (modified) (1 diff)
-
fintecture-gateway.php (modified) (1 diff)
-
includes/class-wc-fintecture-gateway.php (modified) (1 diff)
-
languages/fintecture-gateway-es_ES.mo (modified) (previous)
-
languages/fintecture-gateway-es_ES.po (modified) (2 diffs)
-
languages/fintecture-gateway-fr_FR.mo (modified) (previous)
-
languages/fintecture-gateway-fr_FR.po (modified) (2 diffs)
-
languages/fintecture-gateway.pot (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fintecture-payment-gateway/trunk/assets/css/fintecture-styles.css
r2225474 r2226551 2 2 .woocommerce-checkout #payment ul.payment_methods li img.fintecture-icon { 3 3 max-height: 23.234px; 4 margin-left: 3px; 4 padding-left: 3px; 5 margin: 0; 6 float: right; 5 7 } -
fintecture-payment-gateway/trunk/fintecture-gateway.php
r2225430 r2226551 15 15 * Plugin Name: Fintecture Payment Gateway 16 16 * Description: Extends WooCommerce by enabling users to pay securely and directly from their bank account 17 * Version: 1. 217 * Version: 1.3 18 18 * Author: Fintecture 19 19 * Author URI: https://www.fintecture.com/ -
fintecture-payment-gateway/trunk/includes/class-wc-fintecture-gateway.php
r2225430 r2226551 21 21 public function __construct() 22 22 { 23 $this->version = '1. 2';23 $this->version = '1.3'; 24 24 $this->id = 'wc_fintecture_gateway'; 25 25 $this->icon = null; -
fintecture-payment-gateway/trunk/languages/fintecture-gateway-es_ES.po
r2225430 r2226551 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Fintecture Payment Gateway 1. 2\n"5 "Project-Id-Version: Fintecture Payment Gateway 1.3\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/fintecture-" 7 7 "gateway\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2020-01- 09T14:18:11+00:00\n"13 "PO-Revision-Date: 2020-01- 09 15:19+0100\n"12 "POT-Creation-Date: 2020-01-13T12:50:48+00:00\n" 13 "PO-Revision-Date: 2020-01-13 13:51+0100\n" 14 14 "X-Generator: Poedit 2.2.4\n" 15 15 "X-Domain: fintecture-gateway\n" -
fintecture-payment-gateway/trunk/languages/fintecture-gateway-fr_FR.po
r2225430 r2226551 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Fintecture Payment Gateway 1. 2\n"5 "Project-Id-Version: Fintecture Payment Gateway 1.3\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/fintecture-" 7 7 "gateway\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2020-01- 09T14:18:11+00:00\n"13 "PO-Revision-Date: 2020-01- 09 18:00+0100\n"12 "POT-Creation-Date: 2020-01-13T12:50:48+00:00\n" 13 "PO-Revision-Date: 2020-01-13 13:52+0100\n" 14 14 "X-Generator: Poedit 2.2.4\n" 15 15 "X-Domain: fintecture-gateway\n" -
fintecture-payment-gateway/trunk/languages/fintecture-gateway.pot
r2225430 r2226551 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Fintecture Payment Gateway 1. 2\n"5 "Project-Id-Version: Fintecture Payment Gateway 1.3\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/fintecture-gateway\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2020-01- 09T14:18:11+00:00\n"12 "POT-Creation-Date: 2020-01-13T12:50:48+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.3.0\n" -
fintecture-payment-gateway/trunk/readme.txt
r2225430 r2226551 4 4 Requires at least: 4.4 5 5 Tested up to: 5.3 6 Stable tag: 1. 26 Stable tag: 1.3 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.txt … … 65 65 66 66 == Changelog == 67 = 1.3 = 68 Added icons styles to Fintecture payment method 67 69 68 70 = 1.2 =
Note: See TracChangeset
for help on using the changeset viewer.