🔒 EXCLUSIVE: Changeset/ - Full Gallery 2025

Changeset 2189184


Ignore:
Timestamp:
11/10/2019 12:39:25 PM (6 years ago)
Author:
jluisfreitas
Message:

update 2.0.5

Location:
eupago-for-woocommerce
Files:
1 deleted
8 edited
21 copied

Legend:

Unmodified
Added
Removed
  • eupago-for-woocommerce/tags/2.0.5/eupago-for-woocommerce.php

    r2186885 r2189184  
    44* Plugin URI: http://www.webatual.pt
    55* Description: This plugin allows Portuguese costumers to pay WooCommerce orders with Multibanco, PayShop and MBWAY using the euPago gateway.
    6 * Version: 2.0.4
     6* Version: 2.0.5
    77* Author: WebAtual
    88* Author URI: http://www.webatual.pt
     
    2121        * @var string
    2222        */
    23         const VERSION = '2.0.4';
     23        const VERSION = '2.0.5';
    2424
    2525        /**
  • eupago-for-woocommerce/tags/2.0.5/includes/class-wc-eupago-cc.php

    r2186876 r2189184  
    3232      $this->title = $this->get_option('title');
    3333      $this->description = $this->get_option('description');
     34      $this->instructions = $this->get_option('instructions');
    3435      $this->only_portugal = $this->get_option('only_portugal');
    3536      $this->only_above = $this->get_option('only_above');
  • eupago-for-woocommerce/tags/2.0.5/includes/class-wc-eupago-mbway.php

    r2186761 r2189184  
    3939      $this->title = $this->get_option('title');
    4040      $this->description = $this->get_option('description');
     41      $this->instructions = $this->get_option('instructions');
    4142      $this->only_portugal = $this->get_option('only_portugal');
    4243      $this->only_above = $this->get_option('only_above');
  • eupago-for-woocommerce/tags/2.0.5/includes/class-wc-eupago-pagaqui.php

    r2186761 r2189184  
    3232      $this->title = $this->get_option('title');
    3333      $this->description = $this->get_option('description');
     34      $this->instructions = $this->get_option('instructions');
    3435      $this->only_portugal = $this->get_option('only_portugal');
    3536      $this->only_above = $this->get_option('only_above');
  • eupago-for-woocommerce/tags/2.0.5/includes/class-wc-eupago-paysafecard.php

    r2186876 r2189184  
    3232      $this->title = $this->get_option('title');
    3333      $this->description = $this->get_option('description');
     34      $this->instructions = $this->get_option('instructions');
    3435      $this->only_portugal = $this->get_option('only_portugal');
    3536      $this->only_above = $this->get_option('only_above');
  • eupago-for-woocommerce/tags/2.0.5/includes/class-wc-eupago-paysafecash.php

    r2186876 r2189184  
    3232      $this->title = $this->get_option('title');
    3333      $this->description = $this->get_option('description');
     34      $this->instructions = $this->get_option('instructions');
    3435      $this->only_portugal = $this->get_option('only_portugal');
    3536      $this->only_above = $this->get_option('only_above');
  • eupago-for-woocommerce/tags/2.0.5/includes/class-wc-eupago-payshop.php

    r2186761 r2189184  
    3232      $this->title = $this->get_option('title');
    3333      $this->description = $this->get_option('description');
     34      $this->instructions = $this->get_option('instructions');
    3435      $this->only_portugal = $this->get_option('only_portugal');
    3536      $this->only_above = $this->get_option('only_above');
  • eupago-for-woocommerce/tags/2.0.5/readme.txt

    r2186885 r2189184  
    66Requires at least: 4.4
    77Tested up to: 5.2.4
    8 Stable tag: 2.0.4
     8Stable tag: 2.0.5
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4747
    4848== Changelog ==
     49
     50= 2.0.5 =
     51* Bugfix on instructions sent by email
    4952
    5053= 2.0.4 =
     
    106109== Upgrade Notice ==
    107110
     111= 2.0.5 =
     112* Bugfix on instructions sent by email
     113
    108114= 2.0.0 =
    109115* Feature - Added Credit card gateway
  • eupago-for-woocommerce/trunk/eupago-for-woocommerce.php

    r2186885 r2189184  
    44* Plugin URI: http://www.webatual.pt
    55* Description: This plugin allows Portuguese costumers to pay WooCommerce orders with Multibanco, PayShop and MBWAY using the euPago gateway.
    6 * Version: 2.0.4
     6* Version: 2.0.5
    77* Author: WebAtual
    88* Author URI: http://www.webatual.pt
     
    2121        * @var string
    2222        */
    23         const VERSION = '2.0.4';
     23        const VERSION = '2.0.5';
    2424
    2525        /**
  • eupago-for-woocommerce/trunk/includes/class-wc-eupago-cc.php

    r2186876 r2189184  
    3232      $this->title = $this->get_option('title');
    3333      $this->description = $this->get_option('description');
     34      $this->instructions = $this->get_option('instructions');
    3435      $this->only_portugal = $this->get_option('only_portugal');
    3536      $this->only_above = $this->get_option('only_above');
  • eupago-for-woocommerce/trunk/includes/class-wc-eupago-mbway.php

    r2186761 r2189184  
    3939      $this->title = $this->get_option('title');
    4040      $this->description = $this->get_option('description');
     41      $this->instructions = $this->get_option('instructions');
    4142      $this->only_portugal = $this->get_option('only_portugal');
    4243      $this->only_above = $this->get_option('only_above');
  • eupago-for-woocommerce/trunk/includes/class-wc-eupago-pagaqui.php

    r2186761 r2189184  
    3232      $this->title = $this->get_option('title');
    3333      $this->description = $this->get_option('description');
     34      $this->instructions = $this->get_option('instructions');
    3435      $this->only_portugal = $this->get_option('only_portugal');
    3536      $this->only_above = $this->get_option('only_above');
  • eupago-for-woocommerce/trunk/includes/class-wc-eupago-paysafecard.php

    r2186876 r2189184  
    3232      $this->title = $this->get_option('title');
    3333      $this->description = $this->get_option('description');
     34      $this->instructions = $this->get_option('instructions');
    3435      $this->only_portugal = $this->get_option('only_portugal');
    3536      $this->only_above = $this->get_option('only_above');
  • eupago-for-woocommerce/trunk/includes/class-wc-eupago-paysafecash.php

    r2186876 r2189184  
    3232      $this->title = $this->get_option('title');
    3333      $this->description = $this->get_option('description');
     34      $this->instructions = $this->get_option('instructions');
    3435      $this->only_portugal = $this->get_option('only_portugal');
    3536      $this->only_above = $this->get_option('only_above');
  • eupago-for-woocommerce/trunk/includes/class-wc-eupago-payshop.php

    r2186761 r2189184  
    3232      $this->title = $this->get_option('title');
    3333      $this->description = $this->get_option('description');
     34      $this->instructions = $this->get_option('instructions');
    3435      $this->only_portugal = $this->get_option('only_portugal');
    3536      $this->only_above = $this->get_option('only_above');
  • eupago-for-woocommerce/trunk/readme.txt

    r2186885 r2189184  
    66Requires at least: 4.4
    77Tested up to: 5.2.4
    8 Stable tag: 2.0.4
     8Stable tag: 2.0.5
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4747
    4848== Changelog ==
     49
     50= 2.0.5 =
     51* Bugfix on instructions sent by email
    4952
    5053= 2.0.4 =
     
    106109== Upgrade Notice ==
    107110
     111= 2.0.5 =
     112* Bugfix on instructions sent by email
     113
    108114= 2.0.0 =
    109115* Feature - Added Credit card gateway
Note: See TracChangeset for help on using the changeset viewer.