Skip to content

Commit

Permalink
Release v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Nov 29, 2017
1 parent 8652a1e commit f3757e5
Show file tree
Hide file tree
Showing 7 changed files with 82 additions and 75 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Change Log

#### [v0.6.2](https://github.com/aplazame/woocommerce/tree/v0.6.2) (2017-11-29)

[Full Changelog v0.6.2](https://github.com/aplazame/woocommerce/compare/v0.6.1...v0.6.2)

* Fix simulator does not calculate the price with taxes included

#### [v0.6.1](https://github.com/aplazame/woocommerce/tree/v0.6.1) (2017-07-06)

[Full Changelog v0.6.1](https://github.com/aplazame/woocommerce/compare/v0.6.0...v0.6.1)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ branch ?= dev
plugin_path ?= plugin
l10n_path ?= l10n/es
l10n_name ?= aplazame-es_ES
version ?= v0.6.1
version ?= v0.6.2

# --- shell
errors = $(shell find . -type f -name "*.php" -exec php -l "{}" \;| grep "Errors parsing ";)
Expand Down
112 changes: 55 additions & 57 deletions plugin/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: aplazame,calvin
Donate link: https://aplazame.com?action=show-me-the-money
Tags: aplazame,api,rest,woocommerce,ecommerce,payment,checkout,credit,aplazar,financiar,financiera,financiación,pago aplazado,método de pago
Requires at least: 4.0.1
Tested up to: 4.7.3
Stable tag: 0.6.1
Tested up to: 4.9.0
Stable tag: 0.6.2
License: GPLv3 or later License
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -108,164 +108,162 @@ Of course, simply select an *"Aplazame refund"* in the product detail.

== Changelog ==

#### [v0.6.1] (2017-07-06)
#### [v0.6.2](https://github.com/aplazame/woocommerce/tree/v0.6.2) (2017-11-29)

[view on Github](https://github.com/aplazame/woocommerce/tree/v0.6.1)
[Full Changelog v0.6.2](https://github.com/aplazame/woocommerce/compare/v0.6.1...v0.6.2)

* Fix simulator does not calculate the price with taxes included

#### [v0.6.1](https://github.com/aplazame/woocommerce/tree/v0.6.1) (2017-07-06)

[Full Changelog v0.6.1](https://github.com/aplazame/woocommerce/compare/v0.6.0...v0.6.1)

* Fix error on checkout payload

#### [v0.6.0] (2017-04-10)
#### [v0.6.0](https://github.com/aplazame/woocommerce/tree/v0.6.0) (2017-04-10)

[view on Github](https://github.com/aplazame/woocommerce/tree/v0.6.0)
[Full Changelog v0.6.0](https://github.com/aplazame/woocommerce/compare/v0.5.2...v0.6.0)

* Fix refunds.
* Add compatibility with WooCommerce v3

#### [v0.5.2] (2017-02-23)
#### [v0.5.2](https://github.com/aplazame/woocommerce/tree/v0.5.2) (2017-02-23)

[view on Github](https://github.com/aplazame/woocommerce/tree/v0.5.2)
[Full Changelog v0.5.2](https://github.com/aplazame/woocommerce/compare/v0.5.1...v0.5.2)

* Many fixes and improvements.

#### [v0.5.1] (2017-02-22)
#### [v0.5.1](https://github.com/aplazame/woocommerce/tree/v0.5.1) (2017-02-22)

[view on Github](https://github.com/aplazame/woocommerce/tree/v0.5.1)
[Full Changelog v0.5.1](https://github.com/aplazame/woocommerce/compare/v0.5.0...v0.5.1)

* Many fixes and improvements.

#### [v0.5.0] (2017-02-22)
#### [v0.5.0](https://github.com/aplazame/woocommerce/tree/v0.5.0) (2017-02-22)

[view on Github](https://github.com/aplazame/woocommerce/tree/v0.5.0)
[Full Changelog v0.5.0](https://github.com/aplazame/woocommerce/compare/v0.4.5...v0.5.0)

* Many fixes and improvements.

#### [v0.4.5] (2016-11-24)
#### [v0.4.5](https://github.com/aplazame/woocommerce/tree/v0.4.5) (2016-11-24)

[view on Github](https://github.com/aplazame/woocommerce/tree/v0.4.5)
[Full Changelog v0.4.5](https://github.com/aplazame/woocommerce/compare/v0.4.4...v0.4.5)

* [fixed] When return to shop current order is cancelled.

#### [v0.4.4] (2016-10-31)
#### [v0.4.4](https://github.com/aplazame/woocommerce/tree/v0.4.4) (2016-10-31)

[view on Github](https://github.com/aplazame/woocommerce/tree/v0.4.4)
[Full Changelog v0.4.4](https://github.com/aplazame/woocommerce/compare/v0.4.3...v0.4.4)

* Fix confirmation_url generation

#### [v0.4.3] (2016-09-16)
#### [v0.4.3](https://github.com/aplazame/woocommerce/tree/v0.4.3) (2016-09-16)

[view on Github](https://github.com/aplazame/woocommerce/tree/v0.4.3)
[Full Changelog v0.4.3](https://github.com/aplazame/woocommerce/compare/v0.4.2...v0.4.3)

* Fix aplazame-redirect for WP < 4.4

#### [v0.4.2] (2016-09-14)
#### [v0.4.2](https://github.com/aplazame/woocommerce/tree/v0.4.2) (2016-09-14)

[view on Github](https://github.com/aplazame/woocommerce/tree/v0.4.2)
[Full Changelog v0.4.2](https://github.com/aplazame/woocommerce/compare/v0.4.1...v0.4.2)

* Fix compatibility with WooCommerce < 2.4
* Tested up to WordPress 4.6

#### [v0.4.1](https://github.com/aplazame/woocommerce/tree/v0.4.1) (2016-08-18)

#### [v0.4.1] (2016-08-18)

[view on Github](https://github.com/aplazame/woocommerce/tree/v0.4.1)
[Full Changelog v0.4.1](https://github.com/aplazame/woocommerce/compare/v0.4.0...v0.4.1)

* Fix third party plugins conflict with aplazame redirect.

#### [v0.4.0](https://github.com/aplazame/woocommerce/tree/v0.4.0) (2016-08-16)

#### [v0.4.0] (2016-08-16)

[view on Github](https://github.com/aplazame/woocommerce/tree/v0.4.0)
[Full Changelog v0.4.0](https://github.com/aplazame/woocommerce/compare/v0.3.0...v0.4.0)

* Aplazame Campaigns.

#### [v0.3.0](https://github.com/aplazame/woocommerce/tree/v0.3.0) (2016-07-27)

#### [v0.3.0] (2016-07-27)

[view on Github](https://github.com/aplazame/woocommerce/tree/v0.3.0)
[Full Changelog v0.3.0](https://github.com/aplazame/woocommerce/compare/v0.2.0...v0.3.0)

* Many performance improvements.

#### [v0.2.0](https://github.com/aplazame/woocommerce/tree/v0.2.0) (2016-06-20)

#### [v0.2.0] (2016-06-20)

[view on Github](https://github.com/aplazame/woocommerce/tree/v0.2.0)
[Full Changelog v0.2.0](https://github.com/aplazame/woocommerce/compare/v0.1.0...v0.2.0)

* Add new settings for customize product price and product quantity CSS selectors.
* Remove `host` and `version` settings.
* Fix API error when refund.
* Fix product amount for products with fixed prices.

#### [v0.1.0](https://github.com/aplazame/woocommerce/tree/v0.1.0) (2016-06-13)

#### [v0.1.0] (2016-06-13)

[view on Github](https://github.com/aplazame/woocommerce/tree/v0.1.0)
[Full Changelog v0.1.0](https://github.com/aplazame/woocommerce/compare/v0.0.8...v0.1.0)

* Fix many warnings and other kind of improvements.
* Improvements for WooCommerce "Variable product"

#### [v0.0.8](https://github.com/aplazame/woocommerce/tree/v0.0.8) (2016-03-16)

#### [v0.0.8] (2016-03-16)

[view on Github](https://github.com/aplazame/woocommerce/tree/v0.0.8)
[Full Changelog v0.0.8](https://github.com/aplazame/woocommerce/compare/v0.0.7...v0.0.8)

* Widget data view

#### [v0.0.7](https://github.com/aplazame/woocommerce/tree/v0.0.7) (2016-02-17)

#### [v0.0.7] (2016-02-17)
[Full Changelog v0.0.7](https://github.com/aplazame/woocommerce/compare/v0.0.6...v0.0.7)

[view on Github](https://github.com/aplazame/woocommerce/tree/v0.0.7)
* Cart widget

* Cart Widget
#### [v0.0.6](https://github.com/aplazame/woocommerce/tree/v0.0.6) (2015-12-15)

#### [v0.0.6] (2015-12-15)

[view on Github](https://github.com/aplazame/woocommerce/tree/v0.0.6)
[Full Changelog v0.0.6](https://github.com/aplazame/woocommerce/compare/v0.0.5...v0.0.6)

* Fix order get_total_shipping method

#### [v0.0.5] (2015-12-15)
#### [v0.0.5](https://github.com/aplazame/woocommerce/tree/v0.0.5) (2015-12-15)

[view on Github](https://github.com/aplazame/woocommerce/tree/v0.0.5)
[Full Changelog v0.0.5](https://github.com/aplazame/woocommerce/compare/v0.0.4...v0.0.5)

* Fix PHP 5.3 compatibility
* Fix shipping division by zero
* Minor improvements

#### [v0.0.4] (2015-09-25)
#### [v0.0.4](https://github.com/aplazame/woocommerce/tree/v0.0.4) (2015-09-25)

[view on Github](https://github.com/aplazame/woocommerce/tree/v0.0.4)
[Full Changelog v0.0.4](https://github.com/aplazame/woocommerce/compare/v0.0.3...v0.0.4)

* Allow empty shipping
* Fix security, order session key
* Fix customer serializer

#### v0.0.3 (2015-09-15)
#### [v0.0.3](https://github.com/aplazame/woocommerce/tree/v0.0.3) (2015-09-15)

[view on Github](https://github.com/aplazame/woocommerce/tree/v0.0.3)
[Full Changelog v0.0.3](https://github.com/aplazame/woocommerce/compare/v0.0.2...v0.0.3)

* Admin notices checks
* l10n review
* update composer.json
* make options

= [v0.0.2] (2015-09-14) =

[view on Github](https://github.com/aplazame/woocommerce/tree/v0.0.2)
#### [v0.0.2](https://github.com/aplazame/woocommerce/tree/v0.0.2) (2015-09-14)

[Full Changelog v0.0.2](https://github.com/aplazame/woocommerce/compare/v0.0.1...v0.0.2)

* l10n fix and review
* API exception handler
* process_refund on gateway class
* Full Readme.txt
* make options

= [v0.0.1] (2015-09-12) =

[view on Github](https://github.com/aplazame/woocommerce/tree/v0.0.1)
#### [v0.0.1](https://github.com/aplazame/woocommerce/tree/v0.0.1) (2015-09-12)

* birth


== Upgrade Notice ==

= v0.6.1 =
= v0.6.2 =

The latest release has passed all quality checks.
7 changes: 5 additions & 2 deletions plugin/aplazame.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
/*
* Plugin Name: Aplazame
* Plugin URI: https://github.com/aplazame/woocommerce
* Version: 0.6.1
* Version: 0.6.2
* Description: Aplazame offers a payment method to receive funding for the purchases.
* Author: Aplazame
* Author URI: https://aplazame.com
*
* WC requires at least: 2.0
* WC tested up to: 3.2.5
*
* License: GNU General Public License v3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
Expand All @@ -19,7 +22,7 @@
include_once( 'lib/Aplazame/Aplazame/autoload.php' );

class WC_Aplazame {
const VERSION = '0.6.1';
const VERSION = '0.6.2';
const METHOD_ID = 'aplazame';
const METHOD_TITLE = 'Aplazame';

Expand Down
Binary file modified plugin/l10n/es/aplazame-es_ES.mo
Binary file not shown.
14 changes: 7 additions & 7 deletions plugin/l10n/es/default.po
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
"POT-Creation-Date: 2017-04-10 16:49+0000\n"
"POT-Creation-Date: 2017-11-29 07:57+0000\n"
"Language: es_ES\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: aplazame.php:128
#: aplazame.php:131
msgid "Aplazame Campaigns"
msgstr "Campañas Aplazame"

#: aplazame.php:146
#: aplazame.php:149
msgid "Settings"
msgstr "Ajustes"

#: aplazame.php:238
#: aplazame.php:241
#, php-format
msgid "%s ERROR: Order #%s cannot be confirmed. Reason: %s"
msgstr ""

#: aplazame.php:249
#: aplazame.php:252
#, php-format
msgid "Confirmed by %s."
msgstr "Confirmado por %s."

#: aplazame.php:317
#: aplazame.php:320
#, php-format
msgid "%s ERROR: Order #%s cannot be cancelled. Reason: %s"
msgstr ""

#: aplazame.php:327
#: aplazame.php:330
#, php-format
msgid "Order #%s has been successful cancelled by %s."
msgstr "El pedido #%s ha sido cancelado correctamente por %s."
Expand Down
16 changes: 8 additions & 8 deletions plugin/l10n/es/default.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Aplazame v0.6.1\n"
"Project-Id-Version: Aplazame v0.6.2\n"
"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
"POT-Creation-Date: 2017-07-06 11:35+0000\n"
"POT-Creation-Date: 2017-11-29 08:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: https://github.com/aplazame/woocommerce\n"
Expand All @@ -17,30 +17,30 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: aplazame.php:128
#: aplazame.php:131
msgid "Aplazame Campaigns"
msgstr ""

#: aplazame.php:146
#: aplazame.php:149
msgid "Settings"
msgstr ""

#: aplazame.php:238
#: aplazame.php:241
#, php-format
msgid "%s ERROR: Order #%s cannot be confirmed. Reason: %s"
msgstr ""

#: aplazame.php:249
#: aplazame.php:252
#, php-format
msgid "Confirmed by %s."
msgstr ""

#: aplazame.php:317
#: aplazame.php:320
#, php-format
msgid "%s ERROR: Order #%s cannot be cancelled. Reason: %s"
msgstr ""

#: aplazame.php:327
#: aplazame.php:330
#, php-format
msgid "Order #%s has been successful cancelled by %s."
msgstr ""
Expand Down

0 comments on commit f3757e5

Please sign in to comment.