Plugin Directory

Changeset 2226551


Ignore:
Timestamp:
01/13/2020 12:58:51 PM (6 years ago)
Author:
fintecture
Message:

version 1.3

Location:
fintecture-payment-gateway/trunk
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • fintecture-payment-gateway/trunk/assets/css/fintecture-styles.css

    r2225474 r2226551  
    22.woocommerce-checkout #payment ul.payment_methods li img.fintecture-icon {
    33    max-height: 23.234px;
    4     margin-left: 3px;
     4    padding-left: 3px;
     5    margin: 0;
     6    float: right;
    57}
  • fintecture-payment-gateway/trunk/fintecture-gateway.php

    r2225430 r2226551  
    1515 * Plugin Name:       Fintecture Payment Gateway
    1616 * Description:       Extends WooCommerce by enabling users to pay securely and directly from their bank account
    17  * Version:           1.2
     17 * Version:           1.3
    1818 * Author:            Fintecture
    1919 * Author URI:        https://www.fintecture.com/
  • fintecture-payment-gateway/trunk/includes/class-wc-fintecture-gateway.php

    r2225430 r2226551  
    2121    public function __construct()
    2222    {
    23         $this->version = '1.2';
     23        $this->version = '1.3';
    2424        $this->id = 'wc_fintecture_gateway';
    2525        $this->icon = null;
  • fintecture-payment-gateway/trunk/languages/fintecture-gateway-es_ES.po

    r2225430 r2226551  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Fintecture Payment Gateway 1.2\n"
     5"Project-Id-Version: Fintecture Payment Gateway 1.3\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/fintecture-"
    77"gateway\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"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"
    1414"X-Generator: Poedit 2.2.4\n"
    1515"X-Domain: fintecture-gateway\n"
  • fintecture-payment-gateway/trunk/languages/fintecture-gateway-fr_FR.po

    r2225430 r2226551  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Fintecture Payment Gateway 1.2\n"
     5"Project-Id-Version: Fintecture Payment Gateway 1.3\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/fintecture-"
    77"gateway\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"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"
    1414"X-Generator: Poedit 2.2.4\n"
    1515"X-Domain: fintecture-gateway\n"
  • fintecture-payment-gateway/trunk/languages/fintecture-gateway.pot

    r2225430 r2226551  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Fintecture Payment Gateway 1.2\n"
     5"Project-Id-Version: Fintecture Payment Gateway 1.3\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/fintecture-gateway\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"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"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.3.0\n"
  • fintecture-payment-gateway/trunk/readme.txt

    r2225430 r2226551  
    44Requires at least: 4.4
    55Tested up to: 5.3
    6 Stable tag: 1.2
     6Stable tag: 1.3
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.txt
     
    6565
    6666== Changelog ==
     67= 1.3 =
     68Added icons styles to Fintecture payment method
    6769
    6870= 1.2 =
Note: See TracChangeset for help on using the changeset viewer.