Skip to content

Commit b2cdac6

Browse files
Merge pull request #24 from daanrijpkemacb/update-bluem-php
Prepare release 1.3.27
2 parents 27a1060 + 66a4714 commit b2cdac6

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,3 +258,16 @@ If you have any questions, please email [pluginsupport@bluem.nl](mailto:pluginsu
258258
// @todo: Localize all error messages to english primarily
259259
// @todo: finish docblocking
260260
// deprecate function bluem_db_create_link soon
261+
262+
263+
# Releasse plan
264+
To actually release a new version, follow these steps:
265+
266+
1. Update the WordPress plugin version in the `bluem.php` file
267+
2. Update the `readme.txt` file with the new version number and changelog
268+
3. Commit the changes with a message like "Release version X.X.X"
269+
4. Push those changes to the `master` branch
270+
5. Run the command below to prepare the deployment files into the build directory and clean out any non-production files
271+
```bash
272+
make pre-deployment
273+
```

bluem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* Plugin Name: Bluem ePayments, iDIN, eMandates services and integration for WooCommerce
5-
* Version: 1.3.25
5+
* Version: 1.3.27
66
* Plugin URI: https://bluem.nl/en/
77
* Description: Bluem integration for WordPress and WooCommerce for Payments, eMandates, iDIN identity verification and more
88
* Author: Bluem Payment Services

readme.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: Bluem,Payments,iDIN,iDEAL,eMandates
44
Requires at least: 5.0
55
Tested up to: 6.6
66
Requires PHP: 8.0
7-
Stable tag: 1.3.25
7+
Stable tag: 1.3.27
88
License: GPLv3
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -77,6 +77,8 @@ Shortcode: `[bluem_identificatieformulier]`
7777
It is possible to programmatically block display and functionality on your site based on the verification status. Please contact us if you are interested in developing this in your site.
7878

7979
== Changelog ==
80+
- 1.3.27: Certificate update (yearly refresh)
81+
- 1.3.26: Stability fixes and improvements for Contact Form integration
8082
- 1.3.25: Added refresh rewrite rule tooling
8183
- 1.3.24: Stability fixes and improvements for Contact Form integration
8284
- 1.3.23: Stability fixes and improvements for redirection flows and language support

0 commit comments

Comments
 (0)