Skip to content

Commit dbd53a1

Browse files
committed
fix: show all changelog versions, remove manual entries
1 parent e119cc1 commit dbd53a1

File tree

2 files changed

+2
-125
lines changed

2 files changed

+2
-125
lines changed

.readme-template

Lines changed: 1 addition & 124 deletions
Original file line numberDiff line numberDiff line change
@@ -103,127 +103,4 @@ By using this plugin you agree with MONEI [Terms of Service](https://monei.com/l
103103

104104
== Changelog ==
105105

106-
{{__PLUGIN_CHANGELOG__}}
107-
108-
2025-07-02 - version 6.3.7
109-
* Fix - Send correct useragent version
110-
* Fix - plugin crashes when updating from older version
111-
112-
2025-06-05 - version 6.3.7
113-
* Fix - Remove old _payment_method transients on activation and update
114-
115-
2025-06-04 - version 6.3.5
116-
* Fix - Remove Cofidis payment method as is not supported
117-
* Fix - Reduce caching of payment methods and change to Monei SDK
118-
119-
2025-05-30 - version 6.3.4
120-
* Fix - Redirect flow not working in classic checkout
121-
122-
2025-05-14 - version 6.3.3
123-
* Fix - Error copying old keys that hides the gateway
124-
* Fix - Component buttons not showing in classic checkout
125-
* Fix - PayPal button not working in block checkout
126-
127-
2025-05-05 - version 6.3.2
128-
* Fix - Error in checkout when no subscription plugin present
129-
* Fix - Showing only available payment methods when subscription product in cart
130-
* Fix - Error in API key selector expected test/live account id
131-
132-
2025-04-25 - version 6.3.1
133-
* Fix - Checkout errors. Rollback to version 6.2.1
134-
135-
2025-04-24 - version 6.3.0
136-
* Add - Selector for live/test API key, now we save both
137-
* Add - Integration for YITH Subscriptions
138-
* Fix - Change payment method for subscriptions
139-
* Fix - Renewal process in WooCommerce Subscriptions
140-
141-
2025-04-07 - version 6.2.1
142-
* Fix - Update Monei SDK to V2
143-
144-
2025-02-18 - version 6.2.0
145-
* Add - PayPal method in block checkout
146-
* Fix - Plugin check issues
147-
* Fix - Show only the methods enabled in MONEI dashboard
148-
* Fix - Show correct icon for Apple Pay and GooglePay
149-
* Fix - Remove MONEI settings tab
150-
* Fix - Remove support and review link from banner
151-
152-
2024-12-26 - version 6.1.2
153-
* Fix - Cardholder Name not translated in block checkout
154-
* Fix - Plugin check issues
155-
* Fix - Move images to public folder
156-
157-
2024-11-27 - version 6.1.1
158-
* Fix - Default css class in container
159-
160-
2024-11-26 - version 6.1.0
161-
* Add - Multibanco payment method
162-
* Add - MBWay payment method
163-
* Fix - Add default css class for checkout inputs
164-
* Fix - Add credit card icons with more cards
165-
166-
2024-11-22 - version 6.0.0
167-
* Fix - Bump release number to 6.0.0
168-
169-
2024-11-21 - version 5.9.0
170-
* Add - Credit card to block checkout
171-
* Add - Bizum button to block checkout without redirect
172-
* Add - Bizum button to short-code checkout
173-
* Add - Apple and Google buttons as independent method to block checkout
174-
* Add - Apple and Google buttons as independent method to short-code checkout
175-
* Add - Credit card cardholder name in short-code checkout
176-
* Add - Monei settings in a separated tab
177-
* Add - Central API keys, and logs
178-
* Fix - Disable gateways if no API keys
179-
* Fix - Credit card fields follows WooCommerce styles
180-
* Fix - Gateway disappear if no description provided
181-
182-
2024-8-29 - version 5.8.13
183-
* Fix - Apple Validation file error
184-
* Fix - Remove checkout Apple/Google buttons border
185-
* Fix - Redirect to cart on fail - now we redirect to retry
186-
* Fix - Onboarding message links
187-
* Fix - Error message object on invalid Credit Card name
188-
* Fix - Card input error message (@greguly)
189-
* Fix - Log disabled if credit card logs disabled - now are independent
190-
* Fix - Button render issues
191-
192-
2024-6-10 - version 5.8.12
193-
* Update dependencies
194-
195-
2023-11-30 - version 5.7.0
196-
* Update dependencies
197-
198-
2022-5-15 - version 5.6.6
199-
* Monei PHP SDK upgrade. Guzzle 7.x
200-
201-
2022-2-11 - version 5.6.4
202-
* Hide/Show Payment request button on tokenized card selection
203-
204-
2022-2-4 - version 5.6.3
205-
* Pass billing and shipping information when transaction is created
206-
207-
2022-1-12 - version 5.6.1
208-
* Readme Update.
209-
210-
2021-12-15 - version 5.6
211-
* Apple / Google Pay Support.
212-
* Minor fixes.
213-
* API keys from different payment methods support.
214-
215-
2021-11-22 - version 5.5
216-
* Adding Subscriptions Support.
217-
* Minor fixes.
218-
219-
2021-10-13- version 5.4
220-
* Adding Cofidis Support.
221-
* Adding Pre-Auth to Paypal.
222-
* Bug Fixing.
223-
224-
2021-10-4 - version 5.2
225-
* Adding Component CC and Hosted CC Support.
226-
* Fixing Warnings.
227-
228-
2021-7-27 - version 5.0
229-
* Major refactor.
106+
{{__PLUGIN_CHANGELOG__}}

.release-it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
}
2222
},
2323
"hooks": {
24-
"after:git:release": "generate-wp-readme -m woocommerce-gateway-monei.php -l 10 && git add .readme-template readme.txt README.md CHANGELOG.md && git commit --amend --no-edit"
24+
"after:git:release": "generate-wp-readme -m woocommerce-gateway-monei.php -l 999 && git add .readme-template readme.txt README.md CHANGELOG.md && git commit --amend --no-edit"
2525
}
2626
}

0 commit comments

Comments
 (0)