Skip to content

Commit f08d558

Browse files
committed
things for next release
1 parent 47b51db commit f08d558

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

docs/maintainer-notes.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,37 @@ The plugin's [version history](https://github.com/INN/pym-shortcode/releases) lo
2828
- 1.3.2
2929
- 1.3.2.1: Gutenberg and settings page
3030
- 1.3.2.2: WordPress 5.0 support
31+
32+
### Testing before release
33+
34+
See also https://github.com/INN/docs/blob/master/projects/wordpress-plugins/release.sh.md
35+
36+
Plugin settings:
37+
38+
- [ ] Does the plugin settings page work?
39+
40+
Shortcode tests:
41+
42+
- [ ] `[pym src="https://blog.apps.npr.org/pym.js/examples/table/child.html"]`
43+
- [ ] `[pym src="https://blog.apps.npr.org/pym.js/examples/table/child.html" pymsrc="https://pym.nprapps.org/pym.v1.min.js"]`
44+
- [ ] `[pym src="https://blog.apps.npr.org/pym.js/examples/table/child.html" pymoptions=" xdomain: '\\*\.npr\.org' "]`
45+
- [ ] `[pym src="https://blog.apps.npr.org/pym.js/examples/table/child.html" class="one two three four float-left mw_50"]`
46+
- [ ] `[pym src="https://blog.apps.npr.org/pym.js/examples/table/child.html" align=""]`
47+
- [ ] `[pym src="https://blog.apps.npr.org/pym.js/examples/table/child.html" align="none"]`
48+
- [ ] `[pym src="https://blog.apps.npr.org/pym.js/examples/table/child.html" align="left"]`
49+
- [ ] `[pym src="https://blog.apps.npr.org/pym.js/examples/table/child.html" align="center"]`
50+
- [ ] `[pym src="https://blog.apps.npr.org/pym.js/examples/table/child.html" align="right"]`
51+
- [ ] `[pym src="https://blog.apps.npr.org/pym.js/examples/table/child.html" align="wide"]`
52+
- [ ] `[pym src="https://blog.apps.npr.org/pym.js/examples/table/child.html" align="full"]`
53+
- [ ] `[pym src="https://blog.apps.npr.org/pym.js/examples/table/child.html" id="extremely_specific_id"]`
54+
- [ ] `[pym src="https://blog.apps.npr.org/pym.js/examples/table/child.html" pymsrc="https://pym.nprapps.org/pym.v1.min.js" pymoptions=""]`
55+
- [ ] `[pym src="https://blog.apps.npr.org/pym.js/examples/table/child.html" pymsrc="https://pym.nprapps.org/pym.v1.min.js" pymoptions=""]`
56+
57+
Gutenberg tests:
58+
59+
- [ ] the block, when inserted, prompts users for a URL
60+
- [ ] the block's alignment, custom classes, custom ID, and other options are respected.
61+
- [ ] the block uses the default pymsrc URL if the pymsrc attribute is not set
62+
- [ ] on a site with Gutenberg not installed, the plugin functions
63+
- [ ] on a 4.9 site with Gutenberg installed, the plugin functions
64+
- [ ] on a 5.0 site, the plugin functions

readme.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,16 @@ Mobile view of the WordPress post with the NPR embed using Pym.js Shortcode:
4848

4949
== Changelog ==
5050

51+
= unreleased =
52+
53+
- Adds credit to GitHub user [eidietrich](https://github.com/eidietrich) for [PR #55](https://github.com/INN/pym-shortcode/pull/55) in the 1.3.2.2 release notes.
54+
5155
= 1.3.2.2 =
5256

5357
- Plugin is now tested against WordPress 5.0 beta 3.
5458
- Adds support for WordPress 5.0.
5559
- 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).
60+
- Adds advice for where to host graphics files. [PR #55](https://github.com/INN/pym-shortcode/pull/55) from Github user [eidietrich](https://github.com/eidietrich).
5661

5762
= 1.3.2.1 =
5863

0 commit comments

Comments
 (0)