Changeset 2189184
- Timestamp:
- 11/10/2019 12:39:25 PM (6 years ago)
- Location:
- eupago-for-woocommerce
- Files:
-
- 1 deleted
- 8 edited
- 21 copied
-
tags/2.0.5 (copied) (copied from eupago-for-woocommerce/trunk)
-
tags/2.0.5/eupago-for-woocommerce.php (copied) (copied from eupago-for-woocommerce/trunk/eupago-for-woocommerce.php) (2 diffs)
-
tags/2.0.5/images/pagaqui_banner.png (copied) (copied from eupago-for-woocommerce/trunk/images/pagaqui_banner.png)
-
tags/2.0.5/images/pagaqui_icon.png (copied) (copied from eupago-for-woocommerce/trunk/images/pagaqui_icon.png)
-
tags/2.0.5/includes/callback.php (deleted)
-
tags/2.0.5/includes/class-wc-eupago-api.php (copied) (copied from eupago-for-woocommerce/trunk/includes/class-wc-eupago-api.php)
-
tags/2.0.5/includes/class-wc-eupago-callback.php (copied) (copied from eupago-for-woocommerce/trunk/includes/class-wc-eupago-callback.php)
-
tags/2.0.5/includes/class-wc-eupago-cc.php (copied) (copied from eupago-for-woocommerce/trunk/includes/class-wc-eupago-cc.php) (1 diff)
-
tags/2.0.5/includes/class-wc-eupago-mbway.php (copied) (copied from eupago-for-woocommerce/trunk/includes/class-wc-eupago-mbway.php) (1 diff)
-
tags/2.0.5/includes/class-wc-eupago-multibanco.php (copied) (copied from eupago-for-woocommerce/trunk/includes/class-wc-eupago-multibanco.php)
-
tags/2.0.5/includes/class-wc-eupago-pagaqui.php (copied) (copied from eupago-for-woocommerce/trunk/includes/class-wc-eupago-pagaqui.php) (1 diff)
-
tags/2.0.5/includes/class-wc-eupago-paysafecard.php (copied) (copied from eupago-for-woocommerce/trunk/includes/class-wc-eupago-paysafecard.php) (1 diff)
-
tags/2.0.5/includes/class-wc-eupago-paysafecash.php (copied) (copied from eupago-for-woocommerce/trunk/includes/class-wc-eupago-paysafecash.php) (1 diff)
-
tags/2.0.5/includes/class-wc-eupago-payshop.php (copied) (copied from eupago-for-woocommerce/trunk/includes/class-wc-eupago-payshop.php) (1 diff)
-
tags/2.0.5/includes/views/html-admin-page.php (copied) (copied from eupago-for-woocommerce/trunk/includes/views/html-admin-page.php)
-
tags/2.0.5/includes/views/order-meta-box.php (copied) (copied from eupago-for-woocommerce/trunk/includes/views/order-meta-box.php)
-
tags/2.0.5/languages/eupago-for-woocommerce-pt_PT.mo (copied) (copied from eupago-for-woocommerce/trunk/languages/eupago-for-woocommerce-pt_PT.mo)
-
tags/2.0.5/languages/eupago-for-woocommerce-pt_PT.po (copied) (copied from eupago-for-woocommerce/trunk/languages/eupago-for-woocommerce-pt_PT.po)
-
tags/2.0.5/readme.txt (copied) (copied from eupago-for-woocommerce/trunk/readme.txt) (3 diffs)
-
tags/2.0.5/templates/emails/html-instructions.php (copied) (copied from eupago-for-woocommerce/trunk/templates/emails/html-instructions.php)
-
tags/2.0.5/templates/emails/plain-instructions.php (copied) (copied from eupago-for-woocommerce/trunk/templates/emails/plain-instructions.php)
-
tags/2.0.5/templates/payment-instructions.php (copied) (copied from eupago-for-woocommerce/trunk/templates/payment-instructions.php)
-
trunk/eupago-for-woocommerce.php (modified) (2 diffs)
-
trunk/includes/class-wc-eupago-cc.php (modified) (1 diff)
-
trunk/includes/class-wc-eupago-mbway.php (modified) (1 diff)
-
trunk/includes/class-wc-eupago-pagaqui.php (modified) (1 diff)
-
trunk/includes/class-wc-eupago-paysafecard.php (modified) (1 diff)
-
trunk/includes/class-wc-eupago-paysafecash.php (modified) (1 diff)
-
trunk/includes/class-wc-eupago-payshop.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
eupago-for-woocommerce/tags/2.0.5/eupago-for-woocommerce.php
r2186885 r2189184 4 4 * Plugin URI: http://www.webatual.pt 5 5 * Description: This plugin allows Portuguese costumers to pay WooCommerce orders with Multibanco, PayShop and MBWAY using the euPago gateway. 6 * Version: 2.0. 46 * Version: 2.0.5 7 7 * Author: WebAtual 8 8 * Author URI: http://www.webatual.pt … … 21 21 * @var string 22 22 */ 23 const VERSION = '2.0. 4';23 const VERSION = '2.0.5'; 24 24 25 25 /** -
eupago-for-woocommerce/tags/2.0.5/includes/class-wc-eupago-cc.php
r2186876 r2189184 32 32 $this->title = $this->get_option('title'); 33 33 $this->description = $this->get_option('description'); 34 $this->instructions = $this->get_option('instructions'); 34 35 $this->only_portugal = $this->get_option('only_portugal'); 35 36 $this->only_above = $this->get_option('only_above'); -
eupago-for-woocommerce/tags/2.0.5/includes/class-wc-eupago-mbway.php
r2186761 r2189184 39 39 $this->title = $this->get_option('title'); 40 40 $this->description = $this->get_option('description'); 41 $this->instructions = $this->get_option('instructions'); 41 42 $this->only_portugal = $this->get_option('only_portugal'); 42 43 $this->only_above = $this->get_option('only_above'); -
eupago-for-woocommerce/tags/2.0.5/includes/class-wc-eupago-pagaqui.php
r2186761 r2189184 32 32 $this->title = $this->get_option('title'); 33 33 $this->description = $this->get_option('description'); 34 $this->instructions = $this->get_option('instructions'); 34 35 $this->only_portugal = $this->get_option('only_portugal'); 35 36 $this->only_above = $this->get_option('only_above'); -
eupago-for-woocommerce/tags/2.0.5/includes/class-wc-eupago-paysafecard.php
r2186876 r2189184 32 32 $this->title = $this->get_option('title'); 33 33 $this->description = $this->get_option('description'); 34 $this->instructions = $this->get_option('instructions'); 34 35 $this->only_portugal = $this->get_option('only_portugal'); 35 36 $this->only_above = $this->get_option('only_above'); -
eupago-for-woocommerce/tags/2.0.5/includes/class-wc-eupago-paysafecash.php
r2186876 r2189184 32 32 $this->title = $this->get_option('title'); 33 33 $this->description = $this->get_option('description'); 34 $this->instructions = $this->get_option('instructions'); 34 35 $this->only_portugal = $this->get_option('only_portugal'); 35 36 $this->only_above = $this->get_option('only_above'); -
eupago-for-woocommerce/tags/2.0.5/includes/class-wc-eupago-payshop.php
r2186761 r2189184 32 32 $this->title = $this->get_option('title'); 33 33 $this->description = $this->get_option('description'); 34 $this->instructions = $this->get_option('instructions'); 34 35 $this->only_portugal = $this->get_option('only_portugal'); 35 36 $this->only_above = $this->get_option('only_above'); -
eupago-for-woocommerce/tags/2.0.5/readme.txt
r2186885 r2189184 6 6 Requires at least: 4.4 7 7 Tested up to: 5.2.4 8 Stable tag: 2.0. 48 Stable tag: 2.0.5 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 47 47 48 48 == Changelog == 49 50 = 2.0.5 = 51 * Bugfix on instructions sent by email 49 52 50 53 = 2.0.4 = … … 106 109 == Upgrade Notice == 107 110 111 = 2.0.5 = 112 * Bugfix on instructions sent by email 113 108 114 = 2.0.0 = 109 115 * Feature - Added Credit card gateway -
eupago-for-woocommerce/trunk/eupago-for-woocommerce.php
r2186885 r2189184 4 4 * Plugin URI: http://www.webatual.pt 5 5 * Description: This plugin allows Portuguese costumers to pay WooCommerce orders with Multibanco, PayShop and MBWAY using the euPago gateway. 6 * Version: 2.0. 46 * Version: 2.0.5 7 7 * Author: WebAtual 8 8 * Author URI: http://www.webatual.pt … … 21 21 * @var string 22 22 */ 23 const VERSION = '2.0. 4';23 const VERSION = '2.0.5'; 24 24 25 25 /** -
eupago-for-woocommerce/trunk/includes/class-wc-eupago-cc.php
r2186876 r2189184 32 32 $this->title = $this->get_option('title'); 33 33 $this->description = $this->get_option('description'); 34 $this->instructions = $this->get_option('instructions'); 34 35 $this->only_portugal = $this->get_option('only_portugal'); 35 36 $this->only_above = $this->get_option('only_above'); -
eupago-for-woocommerce/trunk/includes/class-wc-eupago-mbway.php
r2186761 r2189184 39 39 $this->title = $this->get_option('title'); 40 40 $this->description = $this->get_option('description'); 41 $this->instructions = $this->get_option('instructions'); 41 42 $this->only_portugal = $this->get_option('only_portugal'); 42 43 $this->only_above = $this->get_option('only_above'); -
eupago-for-woocommerce/trunk/includes/class-wc-eupago-pagaqui.php
r2186761 r2189184 32 32 $this->title = $this->get_option('title'); 33 33 $this->description = $this->get_option('description'); 34 $this->instructions = $this->get_option('instructions'); 34 35 $this->only_portugal = $this->get_option('only_portugal'); 35 36 $this->only_above = $this->get_option('only_above'); -
eupago-for-woocommerce/trunk/includes/class-wc-eupago-paysafecard.php
r2186876 r2189184 32 32 $this->title = $this->get_option('title'); 33 33 $this->description = $this->get_option('description'); 34 $this->instructions = $this->get_option('instructions'); 34 35 $this->only_portugal = $this->get_option('only_portugal'); 35 36 $this->only_above = $this->get_option('only_above'); -
eupago-for-woocommerce/trunk/includes/class-wc-eupago-paysafecash.php
r2186876 r2189184 32 32 $this->title = $this->get_option('title'); 33 33 $this->description = $this->get_option('description'); 34 $this->instructions = $this->get_option('instructions'); 34 35 $this->only_portugal = $this->get_option('only_portugal'); 35 36 $this->only_above = $this->get_option('only_above'); -
eupago-for-woocommerce/trunk/includes/class-wc-eupago-payshop.php
r2186761 r2189184 32 32 $this->title = $this->get_option('title'); 33 33 $this->description = $this->get_option('description'); 34 $this->instructions = $this->get_option('instructions'); 34 35 $this->only_portugal = $this->get_option('only_portugal'); 35 36 $this->only_above = $this->get_option('only_above'); -
eupago-for-woocommerce/trunk/readme.txt
r2186885 r2189184 6 6 Requires at least: 4.4 7 7 Tested up to: 5.2.4 8 Stable tag: 2.0. 48 Stable tag: 2.0.5 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 47 47 48 48 == Changelog == 49 50 = 2.0.5 = 51 * Bugfix on instructions sent by email 49 52 50 53 = 2.0.4 = … … 106 109 == Upgrade Notice == 107 110 111 = 2.0.5 = 112 * Bugfix on instructions sent by email 113 108 114 = 2.0.0 = 109 115 * Feature - Added Credit card gateway
Note: See TracChangeset
for help on using the changeset viewer.