Skip to content

Commit f3757e5

Browse files
committed
Release v0.6.2
1 parent 8652a1e commit f3757e5

File tree

7 files changed

+82
-75
lines changed

7 files changed

+82
-75
lines changed

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Change Log
22

3+
#### [v0.6.2](https://github.com/aplazame/woocommerce/tree/v0.6.2) (2017-11-29)
4+
5+
[Full Changelog v0.6.2](https://github.com/aplazame/woocommerce/compare/v0.6.1...v0.6.2)
6+
7+
* Fix simulator does not calculate the price with taxes included
8+
39
#### [v0.6.1](https://github.com/aplazame/woocommerce/tree/v0.6.1) (2017-07-06)
410

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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ branch ?= dev
33
plugin_path ?= plugin
44
l10n_path ?= l10n/es
55
l10n_name ?= aplazame-es_ES
6-
version ?= v0.6.1
6+
version ?= v0.6.2
77

88
# --- shell
99
errors = $(shell find . -type f -name "*.php" -exec php -l "{}" \;| grep "Errors parsing ";)

plugin/README.txt

Lines changed: 55 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: aplazame,calvin
33
Donate link: https://aplazame.com?action=show-me-the-money
44
Tags: aplazame,api,rest,woocommerce,ecommerce,payment,checkout,credit,aplazar,financiar,financiera,financiación,pago aplazado,método de pago
55
Requires at least: 4.0.1
6-
Tested up to: 4.7.3
7-
Stable tag: 0.6.1
6+
Tested up to: 4.9.0
7+
Stable tag: 0.6.2
88
License: GPLv3 or later License
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

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

109109
== Changelog ==
110110

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

113-
[view on Github](https://github.com/aplazame/woocommerce/tree/v0.6.1)
113+
[Full Changelog v0.6.2](https://github.com/aplazame/woocommerce/compare/v0.6.1...v0.6.2)
114+
115+
* Fix simulator does not calculate the price with taxes included
116+
117+
#### [v0.6.1](https://github.com/aplazame/woocommerce/tree/v0.6.1) (2017-07-06)
118+
119+
[Full Changelog v0.6.1](https://github.com/aplazame/woocommerce/compare/v0.6.0...v0.6.1)
114120

115121
* Fix error on checkout payload
116122

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

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

121127
* Fix refunds.
122128
* Add compatibility with WooCommerce v3
123129

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

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

128134
* Many fixes and improvements.
129135

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

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

134140
* Many fixes and improvements.
135141

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

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

140146
* Many fixes and improvements.
141147

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

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

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

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

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

152158
* Fix confirmation_url generation
153159

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

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

158164
* Fix aplazame-redirect for WP < 4.4
159165

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

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

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

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

168-
#### [v0.4.1] (2016-08-18)
169-
170-
[view on Github](https://github.com/aplazame/woocommerce/tree/v0.4.1)
175+
[Full Changelog v0.4.1](https://github.com/aplazame/woocommerce/compare/v0.4.0...v0.4.1)
171176

172177
* Fix third party plugins conflict with aplazame redirect.
173178

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

175-
#### [v0.4.0] (2016-08-16)
176-
177-
[view on Github](https://github.com/aplazame/woocommerce/tree/v0.4.0)
181+
[Full Changelog v0.4.0](https://github.com/aplazame/woocommerce/compare/v0.3.0...v0.4.0)
178182

179183
* Aplazame Campaigns.
180184

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

182-
#### [v0.3.0] (2016-07-27)
183-
184-
[view on Github](https://github.com/aplazame/woocommerce/tree/v0.3.0)
187+
[Full Changelog v0.3.0](https://github.com/aplazame/woocommerce/compare/v0.2.0...v0.3.0)
185188

186189
* Many performance improvements.
187190

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

189-
#### [v0.2.0] (2016-06-20)
190-
191-
[view on Github](https://github.com/aplazame/woocommerce/tree/v0.2.0)
193+
[Full Changelog v0.2.0](https://github.com/aplazame/woocommerce/compare/v0.1.0...v0.2.0)
192194

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

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

199-
#### [v0.1.0] (2016-06-13)
200-
201-
[view on Github](https://github.com/aplazame/woocommerce/tree/v0.1.0)
202+
[Full Changelog v0.1.0](https://github.com/aplazame/woocommerce/compare/v0.0.8...v0.1.0)
202203

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

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

207-
#### [v0.0.8] (2016-03-16)
208-
209-
[view on Github](https://github.com/aplazame/woocommerce/tree/v0.0.8)
209+
[Full Changelog v0.0.8](https://github.com/aplazame/woocommerce/compare/v0.0.7...v0.0.8)
210210

211211
* Widget data view
212212

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

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

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

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

220-
#### [v0.0.6] (2015-12-15)
221-
222-
[view on Github](https://github.com/aplazame/woocommerce/tree/v0.0.6)
221+
[Full Changelog v0.0.6](https://github.com/aplazame/woocommerce/compare/v0.0.5...v0.0.6)
223222

224223
* Fix order get_total_shipping method
225224

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

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

230229
* Fix PHP 5.3 compatibility
231230
* Fix shipping division by zero
232231
* Minor improvements
233232

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

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

238237
* Allow empty shipping
239238
* Fix security, order session key
240239
* Fix customer serializer
241240

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

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

246245
* Admin notices checks
247246
* l10n review
248247
* update composer.json
248+
* make options
249249

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

252-
[view on Github](https://github.com/aplazame/woocommerce/tree/v0.0.2)
251+
#### [v0.0.2](https://github.com/aplazame/woocommerce/tree/v0.0.2) (2015-09-14)
252+
253+
[Full Changelog v0.0.2](https://github.com/aplazame/woocommerce/compare/v0.0.1...v0.0.2)
253254

254255
* l10n fix and review
255256
* API exception handler
256257
* process_refund on gateway class
257258
* Full Readme.txt
258-
* make options
259-
260-
= [v0.0.1] (2015-09-12) =
261259

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

264262
* birth
265263

266264

267265
== Upgrade Notice ==
268266

269-
= v0.6.1 =
267+
= v0.6.2 =
270268

271269
The latest release has passed all quality checks.

plugin/aplazame.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22
/*
33
* Plugin Name: Aplazame
44
* Plugin URI: https://github.com/aplazame/woocommerce
5-
* Version: 0.6.1
5+
* Version: 0.6.2
66
* Description: Aplazame offers a payment method to receive funding for the purchases.
77
* Author: Aplazame
88
* Author URI: https://aplazame.com
99
*
10+
* WC requires at least: 2.0
11+
* WC tested up to: 3.2.5
12+
*
1013
* License: GNU General Public License v3.0
1114
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
1215
*/
@@ -19,7 +22,7 @@
1922
include_once( 'lib/Aplazame/Aplazame/autoload.php' );
2023

2124
class WC_Aplazame {
22-
const VERSION = '0.6.1';
25+
const VERSION = '0.6.2';
2326
const METHOD_ID = 'aplazame';
2427
const METHOD_TITLE = 'Aplazame';
2528

plugin/l10n/es/aplazame-es_ES.mo

0 Bytes
Binary file not shown.

plugin/l10n/es/default.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
msgid ""
22
msgstr ""
33
"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
4-
"POT-Creation-Date: 2017-04-10 16:49+0000\n"
4+
"POT-Creation-Date: 2017-11-29 07:57+0000\n"
55
"Language: es_ES\n"
66
"MIME-Version: 1.0\n"
77
"Content-Type: text/plain; charset=UTF-8\n"
88
"Content-Transfer-Encoding: 8bit\n"
99

10-
#: aplazame.php:128
10+
#: aplazame.php:131
1111
msgid "Aplazame Campaigns"
1212
msgstr "Campañas Aplazame"
1313

14-
#: aplazame.php:146
14+
#: aplazame.php:149
1515
msgid "Settings"
1616
msgstr "Ajustes"
1717

18-
#: aplazame.php:238
18+
#: aplazame.php:241
1919
#, php-format
2020
msgid "%s ERROR: Order #%s cannot be confirmed. Reason: %s"
2121
msgstr ""
2222

23-
#: aplazame.php:249
23+
#: aplazame.php:252
2424
#, php-format
2525
msgid "Confirmed by %s."
2626
msgstr "Confirmado por %s."
2727

28-
#: aplazame.php:317
28+
#: aplazame.php:320
2929
#, php-format
3030
msgid "%s ERROR: Order #%s cannot be cancelled. Reason: %s"
3131
msgstr ""
3232

33-
#: aplazame.php:327
33+
#: aplazame.php:330
3434
#, php-format
3535
msgid "Order #%s has been successful cancelled by %s."
3636
msgstr "El pedido #%s ha sido cancelado correctamente por %s."

plugin/l10n/es/default.pot

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: Aplazame v0.6.1\n"
9+
"Project-Id-Version: Aplazame v0.6.2\n"
1010
"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
11-
"POT-Creation-Date: 2017-07-06 11:35+0000\n"
11+
"POT-Creation-Date: 2017-11-29 08:00+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: https://github.com/aplazame/woocommerce\n"
@@ -17,30 +17,30 @@ msgstr ""
1717
"Content-Type: text/plain; charset=UTF-8\n"
1818
"Content-Transfer-Encoding: 8bit\n"
1919

20-
#: aplazame.php:128
20+
#: aplazame.php:131
2121
msgid "Aplazame Campaigns"
2222
msgstr ""
2323

24-
#: aplazame.php:146
24+
#: aplazame.php:149
2525
msgid "Settings"
2626
msgstr ""
2727

28-
#: aplazame.php:238
28+
#: aplazame.php:241
2929
#, php-format
3030
msgid "%s ERROR: Order #%s cannot be confirmed. Reason: %s"
3131
msgstr ""
3232

33-
#: aplazame.php:249
33+
#: aplazame.php:252
3434
#, php-format
3535
msgid "Confirmed by %s."
3636
msgstr ""
3737

38-
#: aplazame.php:317
38+
#: aplazame.php:320
3939
#, php-format
4040
msgid "%s ERROR: Order #%s cannot be cancelled. Reason: %s"
4141
msgstr ""
4242

43-
#: aplazame.php:327
43+
#: aplazame.php:330
4444
#, php-format
4545
msgid "Order #%s has been successful cancelled by %s."
4646
msgstr ""

0 commit comments

Comments
 (0)