Skip to content

Commit 6050b35

Browse files
committed
fix: update 6.3.9 changelog entry with correct date and content
1 parent 79b2f41 commit 6050b35

File tree

3 files changed

+12
-93
lines changed

3 files changed

+12
-93
lines changed

.readme-template

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,12 @@ By using this plugin you agree with MONEI [Terms of Service](https://monei.com/l
105105

106106
{{__PLUGIN_CHANGELOG__}}
107107

108-
2025-08-25 - version 6.3.9
109-
* Fix - Move ApplePay and Google Pay to a separated gateway
110-
* Fix - Add settings shortcut to plugins page
111-
* Fix - Add missing space in webhook notice
108+
2025-10-01 - version 6.3.9
109+
* Fix - Amount calculation when checkout data is updated
110+
* Fix - Card input style
111+
* Fix - Remove minified assets from version control
112+
* Chore - Update MONEI SDK
113+
* Chore - Modernize build and release pipeline with automated changelog
112114

113115
2025-07-02 - version 6.3.7
114116
* Fix - Send correct useragent version

README.md

Lines changed: 0 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -105,91 +105,6 @@ By using this plugin you agree with MONEI [Terms of Service](https://monei.com/l
105105

106106
## Changelog ##
107107

108-
### v5.3.0 - 2021-10-04 ###
109-
* update hooks (469c7b4)
110-
* update hooks (deabcc9)
111-
* update hooks (20241de)
112-
* update hooks (d0c0795)
113-
* update readme.txt (369ded9)
114-
* chore: release v5.3.0 (6faa01e)
115-
116-
117-
### v5.2.5 - 2021-10-04 ###
118-
* downgrade release-it (dc0b48e)
119-
* downgrade release-it (77443b2)
120-
* update hook (96f5bc0)
121-
* chore: release v5.2.5 (da836c8)
122-
123-
124-
### v5.2.4 - 2021-10-04 ###
125-
* remove minified version (b1ba844)
126-
* update hook (d16de80)
127-
* update version (d1973c5)
128-
* use after init hook (b2a0860)
129-
* chore: release v5.2.4 (e26a5cb)
130-
131-
132-
### v5.2.3 - 2021-10-04 ###
133-
* add build script (bbf5c68)
134-
* add hooks (83e9cc7)
135-
* changes css (45a462e)
136-
* fixing confirm payment bug usage case (e26efc2)
137-
* fixing container bug (eb1905f)
138-
* update readme (532e16b)
139-
* chore: release v5.2.3 (e6f6c6f)
140-
141-
142-
### v5.2.2 - 2021-10-04 ###
143-
* remove type declaration for bootstrap80.php (4adbf31)
144-
* chore: release v5.2.2 (02744be)
145-
146-
147-
### v5.2.1 - 2021-10-04 ###
148-
* remove type declaration for bootstrap80.php (c8c225e)
149-
* upgrade dependencies (75dbff3)
150-
* chore: release v5.2.1 (0a50df2)
151-
152-
153-
### v5.2.0 - 2021-10-04 ###
154-
* 2 steps payment (5e7f4fe)
155-
* Adding checks on saving settings to see if all data available. (550b2b6)
156-
* Adding general CC class (f919374)
157-
* adding minified version (b75afae)
158-
* adding support to add payment method (d7b8f59)
159-
* bug is_monei_saved_token_selected (8c9b869)
160-
* bumping monei sdk (bd4f77b)
161-
* bumping version (a015897)
162-
* bumping version sdk 0.1.16 (ca9a7b9)
163-
* do not export github folder (894cd40)
164-
* fixing add payment method with component card (5c14b9d)
165-
* fixing bug in monei_token_exists (10a2369)
166-
* fixing bug on add payment cards when operation is a failure (0f2280f)
167-
* fixing bug to tokenise card on its own payment method. (6d8fbb6)
168-
* fixing bug with tokenised cards, assigning to the right cc provider. (6263299)
169-
* fixing checkout js problems and my account add card issue. (8cc8162)
170-
* improving styling (6ef35de)
171-
* making compatible hosted and component within same class. (becc65c)
172-
* Payment Token and submit (323a15b)
173-
* payment with tokenised card in checkout screen. (c8a3f84)
174-
* removing warnings (e8d7601)
175-
* sdk (11bdd1c)
176-
* solving bugs, missing cardname, missing on saved cc, initialize crd (fcc778c)
177-
* support to add payment method (20cea64)
178-
* update stable tag (716fac8)
179-
* updated styles and bumped version to 5.2 (2dd306d)
180-
* updating styling (d6ba7c4)
181-
* chore: release v5.2.0 (262b5ed)
182-
183-
184-
### v5.1.2 - 2021-07-28 ###
185-
* configure automatic releases (be2ee90)
186-
* chore: release v5.1.2 (9bfcd7d)
187-
188-
189-
### v5.1.1 - 2021-07-28 ###
190-
* update stable tag (47783fc)
191-
192-
193108
### v5.1.0 - 2021-07-28 ###
194109
* - check if WooCommerce plugin is activated (5d7b61c)
195110
* - decode secret token to get channel credentials (53dae33)

readme.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,12 @@ By using this plugin you agree with MONEI [Terms of Service](https://monei.com/l
218218
* Version 3.0 (9906102)
219219
* Version 4.2.1 (933186f)
220220

221-
2025-08-25 - version 6.3.9
222-
* Fix - Move ApplePay and Google Pay to a separated gateway
223-
* Fix - Add settings shortcut to plugins page
224-
* Fix - Add missing space in webhook notice
221+
2025-10-01 - version 6.3.9
222+
* Fix - Amount calculation when checkout data is updated
223+
* Fix - Card input style
224+
* Fix - Remove minified assets from version control
225+
* Chore - Update MONEI SDK
226+
* Chore - Modernize build and release pipeline with automated changelog
225227

226228
2025-07-02 - version 6.3.7
227229
* Fix - Send correct useragent version

0 commit comments

Comments
 (0)