Skip to content

Commit

Permalink
Merge pull request #58 from INN/57-requires-for-5.0
Browse files Browse the repository at this point in the history
WordPress 5.0 support, tag version 1.3.2.2
  • Loading branch information
benlk authored Nov 7, 2018
2 parents a06f10b + 638c46b commit 47b51db
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/maintainer-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ The plugin's [version history](https://github.com/INN/pym-shortcode/releases) lo
- 1.3.1
- 1.3.2
- 1.3.2.1: Gutenberg and settings page
- 1.3.2.2: WordPress 5.0 support
2 changes: 2 additions & 0 deletions inc/block.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ function pym_block_init() {
'wp-blocks',
'wp-i18n',
'wp-element',
'wp-editor',
'wp-components',
),
filemtime( "$dir/$block_js" )
);
Expand Down
2 changes: 1 addition & 1 deletion pym-shortcode.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Pym.js Embeds
Plugin URI: https://github.com/INN/pym-shortcode
Description: A WordPress solution to embed iframes that are responsive horizontally and vertically using the NPR Visuals Team's `Pym.js`.
Version: 1.3.2.1
Version: 1.3.2.2
Author: INN Labs
Author URI: http://labs.inn.org/
License: GPL Version 2 or later
Expand Down
10 changes: 8 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Donate link: https://inn.org/donate
Tags: shortcode, iframe, javascript, embeds, responsive, pym, NPR
Requires at least: 3.0.1
Requires PHP: 5.3
Tested up to: 4.9.8
Stable tag: 1.3.2.1
Tested up to: 5.0-beta3
Stable tag: 1.3.2.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -48,6 +48,12 @@ Mobile view of the WordPress post with the NPR embed using Pym.js Shortcode:

== Changelog ==

= 1.3.2.2 =

- Plugin is now tested against WordPress 5.0 beta 3.
- Adds support for WordPress 5.0.
- Fixes bug where the Pym.js Embeds block did not work in WordPress 5.0. [PR #58](https://github.com/INN/pym-shortcode/pulls/58) for [issue #57](https://github.com/INN/pym-shortcode/issues/57).

= 1.3.2.1 =

**This is a major update! Please read the release notes.**
Expand Down

0 comments on commit 47b51db

Please sign in to comment.