Skip to content

Commit

Permalink
Merge pull request #75 from INN/tag-1.3.2.4
Browse files Browse the repository at this point in the history
Bump version number to 1.3.2.4, and improve release checklist.
  • Loading branch information
benlk authored Mar 26, 2020
2 parents 3de3cf4 + 68805a3 commit ede4098
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
1 change: 1 addition & 0 deletions docs/maintainer-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ The plugin's [version history](https://github.com/INN/pym-shortcode/releases) lo
- 1.3.2.1: Gutenberg and settings page
- 1.3.2.2: WordPress 5.0 support
- 1.3.2.3: AMP support
- 1.3.2.4: minor bugfix for WP 5.4

## Release checklist

Expand Down
8 changes: 6 additions & 2 deletions docs/release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Drawing from Largo's 0.7.0 release checklist issue https://github.com/INN/largo/
- [ ] 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
- [ ] write release announcement
- [ ] GitHub release drafted
- can be copied from `changelog.md`
- can be copied from `release.txt`
- [ ] 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)
- [ ] labs.inn.org blog post written and saved as draft, based on changelog
- [ ] MailChimp campaign for Largo User mailing list drafted: https://github.com/INN/largo/issues/1796
Expand Down Expand Up @@ -35,7 +35,11 @@ The owner of the release needs to complete the following steps **BEFORE** mergin
- [ ] in plugin description comment
- [ ] bump version number
- [ ] in readme.txt
- [ ] in pym-shortcode.php
- [ ] `Stable tag`
- [ ] changelog
- [ ] in pym-shortcode.php:
- [ ] `Version`
- [ ] `pym_plugin_version()`
- [ ] in readme.md
- [ ] in docs/maintainer-notes.md
- [ ] testing as described in https://github.com/INN/pym-shortcode/blob/master/docs/maintainer-notes.md
Expand Down
6 changes: 3 additions & 3 deletions pym-shortcode.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Plugin Name: Pym.js Embeds
Plugin URI: https://github.com/INN/pym-shortcode
Description: A WordPress block and shortcode for embedding iframes that are responsive horizontally and vertically using the NPR Visuals Team's `Pym.js`.
Version: 1.3.2.3
Version: 1.3.2.4
Author: INN Labs
Author URI: http://labs.inn.org/
Author URI: https://labs.inn.org/
License: GPL Version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pym-embeds
Expand All @@ -22,7 +22,7 @@
* @return string The plugin version number
*/
function pym_plugin_version() {
return '1.3.2.3';
return '1.3.2.4';
}

$includes = array(
Expand Down
5 changes: 3 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: shortcode, iframe, javascript, embeds, responsive, pym, NPR
Requires at least: 3.0.1
Requires PHP: 5.3
Tested up to: 5.4
Stable tag: 1.3.2.3
Stable tag: 1.3.2.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= [next] =
= 1.3.2.4 =

- Now tested up to WordPress 5.4 and Gutenberg 7.8.
- 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).

= 1.3.2.3 =
Expand Down

0 comments on commit ede4098

Please sign in to comment.