Skip to content

Commit ede4098

Browse files
authored
Merge pull request #75 from INN/tag-1.3.2.4
Bump version number to 1.3.2.4, and improve release checklist.
2 parents 3de3cf4 + 68805a3 commit ede4098

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

docs/maintainer-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ The plugin's [version history](https://github.com/INN/pym-shortcode/releases) lo
2929
- 1.3.2.1: Gutenberg and settings page
3030
- 1.3.2.2: WordPress 5.0 support
3131
- 1.3.2.3: AMP support
32+
- 1.3.2.4: minor bugfix for WP 5.4
3233

3334
## Release checklist
3435

docs/release-checklist.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Drawing from Largo's 0.7.0 release checklist issue https://github.com/INN/largo/
66
- [ ] check for [upstream updates to `release.sh` in INN/docs](https://github.com/INN/docs/blob/master/projects/wordpress-plugins/release.sh.md) and copy them into this plugin
77
- [ ] write release announcement
88
- [ ] GitHub release drafted
9-
- can be copied from `changelog.md`
9+
- can be copied from `release.txt`
1010
- [ ] includes encouragement to say hi if you're using the plugin. (This fulfills the "who's using our stuff?" goal in https://github.com/INN/largo/issues/1495)
1111
- [ ] labs.inn.org blog post written and saved as draft, based on changelog
1212
- [ ] MailChimp campaign for Largo User mailing list drafted: https://github.com/INN/largo/issues/1796
@@ -35,7 +35,11 @@ The owner of the release needs to complete the following steps **BEFORE** mergin
3535
- [ ] in plugin description comment
3636
- [ ] bump version number
3737
- [ ] in readme.txt
38-
- [ ] in pym-shortcode.php
38+
- [ ] `Stable tag`
39+
- [ ] changelog
40+
- [ ] in pym-shortcode.php:
41+
- [ ] `Version`
42+
- [ ] `pym_plugin_version()`
3943
- [ ] in readme.md
4044
- [ ] in docs/maintainer-notes.md
4145
- [ ] testing as described in https://github.com/INN/pym-shortcode/blob/master/docs/maintainer-notes.md

pym-shortcode.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
Plugin Name: Pym.js Embeds
44
Plugin URI: https://github.com/INN/pym-shortcode
55
Description: A WordPress block and shortcode for embedding iframes that are responsive horizontally and vertically using the NPR Visuals Team's `Pym.js`.
6-
Version: 1.3.2.3
6+
Version: 1.3.2.4
77
Author: INN Labs
8-
Author URI: http://labs.inn.org/
8+
Author URI: https://labs.inn.org/
99
License: GPL Version 2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111
Text Domain: pym-embeds
@@ -22,7 +22,7 @@
2222
* @return string The plugin version number
2323
*/
2424
function pym_plugin_version() {
25-
return '1.3.2.3';
25+
return '1.3.2.4';
2626
}
2727

2828
$includes = array(

readme.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: shortcode, iframe, javascript, embeds, responsive, pym, NPR
55
Requires at least: 3.0.1
66
Requires PHP: 5.3
77
Tested up to: 5.4
8-
Stable tag: 1.3.2.3
8+
Stable tag: 1.3.2.4
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -50,8 +50,9 @@ Mobile view of the WordPress post with the NPR embed using Pym.js Shortcode:
5050

5151
== Changelog ==
5252

53-
= [next] =
53+
= 1.3.2.4 =
5454

55+
- Now tested up to WordPress 5.4 and Gutenberg 7.8.
5556
- Fixes a presentational error in the Pym.js Embeds Block's block inspector control within the editor. PR [#74](https://github.com/INN/pym-shortcode/pull/74) for issue [#72](https://github.com/INN/pym-shortcode/issues/72).
5657

5758
= 1.3.2.3 =

0 commit comments

Comments
 (0)