Skip to content

Commit 2cefc8c

Browse files
committed
fix: properly configure changelog generation with placeholder
- Keep {{__PLUGIN_CHANGELOG__}} placeholder for auto-generated logs - Preserve manual changelog entries below the placeholder - generate-wp-readme now generates both old and new entries - New conventional commits will be added above manual entries
1 parent 1703044 commit 2cefc8c

File tree

4 files changed

+445
-8
lines changed

4 files changed

+445
-8
lines changed

.readme-template

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,131 @@ By using this plugin you agree with MONEI [Terms of Service](https://monei.com/l
104104
== Changelog ==
105105

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

.release-it.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@
1313
"plugins": {
1414
"@release-it/bumper": {
1515
"out": [
16+
".readme-template",
1617
"readme.txt",
1718
"woocommerce-gateway-monei.php",
1819
"class-woocommerce-gateway-monei.php"
1920
]
2021
}
2122
},
2223
"hooks": {
23-
"after:bump": "generate-wp-readme -m woocommerce-gateway-monei.php -l 10 && git add readme.txt woocommerce-gateway-monei.php class-woocommerce-gateway-monei.php CHANGELOG.md"
24+
"after:bump": "generate-wp-readme -m woocommerce-gateway-monei.php -l 10 && git add .readme-template readme.txt woocommerce-gateway-monei.php class-woocommerce-gateway-monei.php"
2425
}
2526
}

README.md

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
# MONEI Payments for WooCommerce #
2+
**Tags:** woocommerce, credit card, payment gateway, payments, ecommerce
3+
**Contributors:** [monei](https://profiles.wordpress.org/monei/), [furi3r](https://profiles.wordpress.org/furi3r/)
4+
**Requires at least:** 5.0
5+
**Tested up to:** 6.8
6+
**Stable tag:** 6.3.8
7+
**Requires PHP:** 7.2
8+
**License:** GPLv2 or later
9+
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
10+
**WC requires at least:** 3.0
11+
**WC tested up to:** 9.8
12+
13+
Accept Card, Apple Pay, Google Pay, Bizum, PayPal and many more payment methods in your WooCommerce store using MONEI payment gateway.
14+
15+
## Description ##
16+
17+
### ACCEPT ONLINE PAYMENTS WITH MONEI ###
18+
MONEI is an e-commerce payment gateway for WooCommerce (and other e-commerce platforms).
19+
20+
21+
Its payment gateway is the choice of many Spain and Andorra based e-commerce businesses. Use MONEI's technology to accept and manage all major and alternative payment methods in a single platform.
22+
23+
24+
MONEI is dedicated to helping you simplify your digital payments so you can focus on growing your online business.
25+
26+
### PAYMENT METHODS ###
27+
Use MONEI's payment gateway to accept debit and credit card payments from customers worldwide in 230+ currencies.
28+
29+
30+
Let shoppers pay from the convenience of their smartphone with digital wallets like Apple Pay, Google Pay, and PayPal. And accept local payment methods such as Bizum (Spain) and SEPA Direct Debit (EU).
31+
32+
33+
Offering customers [many payment methods](https://monei.com/es/online-payment-methods/) leads to an increase in sales and customer satisfaction. 🚀
34+
35+
### WHY TO USE MONEI'S PAYMENT PLUGIN FOR WOOCOMMERCE ###
36+
37+
MONEI's serverless architecture allows you to scale and process a high volume of transactions. Its dynamic pricing model means as you sell more your transaction fees decrease. Once you're an approved merchant, enjoy 1-day payment settlements.
38+
39+
40+
Payment security is crucial. MONEI is PCI DSS compliant, 3D Secure, and uses payment tokenization to make sure sensitive payment information is never compromised.
41+
42+
43+
Connect your custom domain to MONEI and customize the appearance of your checkout page to build trust and brand awareness.
44+
45+
46+
With MONEI's payment gateway for e-commerce, get real-time sales analytics via your customer dashboard.
47+
48+
49+
Please go to the 👉 [signup page](https://dashboard.monei.com/?action=signUp) 👈 to create a new MONEI account. Contact support@monei.com if you have any questions or feedback about this plugin.
50+
51+
52+
### PAYMENT GATEWAY FEATURES ###
53+
* Merchant support for all available MONEI payment methods
54+
* Accept and manage all major and alternative payment methods in a single platform
55+
* Quickly and easily integrate with your WooCommerce website using MONEI's API
56+
* Connect your custom domain to MONEI and customize the appearance of your checkout page
57+
* Scale and process a high volume of transactions
58+
* Dynamic pricing model — as you sell more your transaction fees decrease
59+
* Verified merchants enjoy 1-day payment settlements
60+
* PCI-DSS compliant
61+
* Self-hosted flexible input fields
62+
* Supports 3D Secure and 3D Secure exemptions
63+
* Tokenization for deep integration of recurring billing + usage-based charges
64+
* Subscriptions support for various payment methods via WooCommerce Subscriptions
65+
* 13 languages available with auto-detection based on browser language
66+
* Capture pre-authorized payments and process refunds within your WooCommerce admin Dashboard
67+
* Notifications via email or SMS for customer information and monitoring your store
68+
* Get real-time sales analytics via your customer dashboard
69+
70+
71+
### GETTING STARTED WITH MONEI ###
72+
1. How do I open my MONEI account so I can plug in with WooCommerce?
73+
Learn how to [get started with MONEI here ››](https://support.monei.com/hc/en-us/articles/360017801677-Get-started-with-MONEI)
74+
2. What countries does MONEI support?
75+
Currently, MONEI is available in Spain and Andorra, but our global expansion is happening fast. [Join our newsletter here](https://client.moonmail.io/ac8e391c-8cfb-46e3-aed9-e7a84d0fd830/forms/6bafcdbf-442a-4e3b-874f-7e2ed30ee001) to get notified once we support your country!
76+
3. I have different questions about this plugin.
77+
Please contact support@monei.com with your MONEI ID. Describe your problem in detail and include screenshots when necessary.
78+
79+
## Installation ##
80+
* Go to wp-admin > Plugins
81+
* Click Add new
82+
* Search for MONEI
83+
* Press Install
84+
* Press Activate now
85+
* Go to WooCommerce > Settings > Payments > MONEI
86+
* Add your API Key.
87+
88+
### If you don't have API Key ###
89+
90+
* Go to [MONEI Dashboard > Settings > API Access](https://dashboard.monei.com/settings/api)
91+
* Click on "Create API Key"
92+
93+
### Use of 3rd Party Services ###
94+
This plugin is using [MONEI API](https://docs.monei.com/api/) to process payments as well as
95+
[MONEI UI Components](https://docs.monei.com/docs/monei-js/overview/) to securely collect sensitive payment information during checkout.
96+
97+
By using this plugin you agree with MONEI [Terms of Service](https://monei.com/legal-notice/) and [Privacy Policy](https://monei.com/privacy-policy/)
98+
99+
## Screenshots ##
100+
101+
1. ![Apple Pay, Bizum, PayPal, credit Card](assets/css)
102+
103+
2. ![Google Pay, Bizum, PayPal, credit Card](assets/index.php)
104+
105+
106+
## Changelog ##
107+
108+

0 commit comments

Comments
 (0)