You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 12, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,16 @@
3
3
All notable changes to this project will be documented in this file, per [the Keep a Changelog standard](http://keepachangelog.com/).
4
4
5
5
## [Unreleased] - TBD
6
+
7
+
## [3.3.1] - TBD
8
+
**Note that this release replaces references of `master` with `trunk` so please plan to update any references you have from `master` to `trunk` to ensure you continue to receive the latest updates on this plugin.**
9
+
6
10
### Changed
7
-
- Bump WordPress version "tested up to" 5.9 (props [@sudip-10up](https://github.com/sudip-10up) via []().
11
+
- Bump WordPress version “tested up to” 5.9 (props [David Chabbi](https://profiles.wordpress.org/davidchabbi/), [@jeffpaul](https://github.com/jeffpaul), [@ciprianimike](https://github.com/ciprianimike), [@sudip-10up](https://github.com/sudip-10up) via [#12](https://github.com/10up/mce-table-buttons/pull/12), [#18](https://github.com/10up/mce-table-buttons/pull/18), [#23](https://github.com/10up/mce-table-buttons/pull/23)).
12
+
- Updated documentation including new GitHub Actions (props [@jeffpaul](https://github.com/jeffpaul), [@dinhtungdu](https://github.com/dinhtungdu) via [#5](https://github.com/10up/mce-table-buttons/pull/5), [#13](https://github.com/10up/mce-table-buttons/pull/13), [#15](https://github.com/10up/mce-table-buttons/pull/15)).
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,13 +29,16 @@ The `develop` branch is the development branch which means it contains the next
29
29
## Release instructions
30
30
31
31
1. Branch: Starting from `develop`, cut a release branch named `release/X.Y.Z` for your changes.
32
-
2. Version bump: Bump the version number in `mce_table_buttons.php` and `readme.txt` if it does not already reflect the version being released.
33
-
3. Changelog: Add/update the changelog in both `readme.txt` and `CHANGELOG.md`.
34
-
4. New files: Check to be sure any new files/paths that are unnecessary in the production version are included in `.distignore`.
35
-
5. Readme updates: Make any other readme changes as necessary. `CHANGELOG.md` and `README.md` are geared toward GitHub and `readme.txt` contains WordPress.org-specific content. The two are slightly different.
36
-
6. Merge: Make a non-fast-forward merge from `develop` to `trunk` (`git checkout trunk && git merge --no-ff develop`).
37
-
7. Release: Create a [new release](https://github.com/10up/mce-table-buttons/releases/new), naming the tag and the release with the new version number. Paste the changelog from `CHANGELOG.md` into the body of the release and include a link to the closed issues on the milestone (e.g. `https://github.com/10up/mce-table-buttons/milestone/1?closed=1`). Close the milestone.
38
-
8. SVN: Wait for the [GitHub Action](https://github.com/10up/mce-table-buttons/actions) to finish deploying to the WordPress.org repository. If all goes well, users with SVN commit access for that plugin will receive an emailed diff of changes.
39
-
9. Check WordPress.org: Ensure that the changes are live on [https://wordpress.org/plugins/mce-table-buttons/](https://wordpress.org/plugins/mce-table-buttons/). This may take a few minutes.
40
-
10. Close milestone: Edit the [X.Y.Z milestone](https://github.com/10up/mce-table-buttons/milestone/#) with release date (in the `Due date (optional)` field) and link to GitHub release (in the `Description` field), then close `X.Y.Z` milestone.
41
-
11. Punt incomplete items: If any open issues or PRs which were milestoned for `X.Y.Z` do not make it into the release, update their milestone to `X.Y.Z+1`, `X.Y+1.0`, `X+1.0.0` or `Future Release`.
32
+
1. Version bump: Bump the version number in `class-mce-table-buttons.php` and `readme.txt` if it does not already reflect the version being released.
33
+
1. Changelog: Add/update the changelog in both `CHANGELOG.md` and `readme.txt`.
34
+
1. Props: update `CREDITS.md` with any new contributors, confirm maintainers are accurate.
35
+
1. New files: Check to be sure any new files/paths that are unnecessary in the production version are included in `.distignore`.
36
+
1. Readme updates: Make any other readme changes as necessary. `README.md` are geared toward GitHub and `readme.txt` contains WordPress.org-specific content. The two are slightly different.
37
+
1. Merge: Make a non-fast-forward merge from your release branch to `develop` (or merge the pull request), then do the same for `develop` into `trunk` (`git checkout trunk && git merge --no-ff develop`). `trunk` contains the latest stable release.
38
+
1. Test: Run through common tasks while on `trunk` to be sure it functions correctly.
39
+
1. Push: Push your `trunk` branch to GitHub (e.g. `git push origin trunk`).
40
+
1. Release: Create a [new release](https://github.com/10up/mce-table-buttons/releases/new), naming the tag and the release with the new version number, and targeting the `trunk` branch. Paste the changelog from `CHANGELOG.md` into the body of the release and include a link to the [closed issues on the milestone](https://github.com/10up/mce-table-buttons/milestone/#?closed=1).
41
+
1. SVN: Wait for the [GitHub Action](https://github.com/10up/mce-table-buttons/actions/workflows/dotorg-push-deploy.yml) to finish deploying to the WordPress.org repository. If all goes well, users with SVN commit access for that plugin will receive an emailed diff of changes.
42
+
1. Check WordPress.org: Ensure that the changes are live on [https://wordpress.org/plugins/mce-table-buttons/](https://wordpress.org/plugins/mce-table-buttons/). This may take a few minutes.
43
+
1. Close milestone: Edit the [milestone](https://github.com/10up/mce-table-buttons/milestone/#) with release date (in the `Due date (optional)` field) and link to GitHub release (in the `Description` field), then close the milestone.
44
+
1. Punt incomplete items: If any open issues or PRs which were milestoned for `X.Y.Z` do not make it into the release, update their milestone to `X.Y.Z+1`, `X.Y+1.0`, `X+1.0.0` or `Future Release`.
Copy file name to clipboardExpand all lines: CREDITS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@ The following acknowledges the Maintainers for this repository, those who have C
4
4
5
5
The following individuals are responsible for curating the list of issues, responding to pull requests, and ensuring regular releases happen.
6
6
7
-
[Helen Hou-Sandi (@helen)](https://github.com/helen) and [Jeffrey Paul (@jeffpaul)](https://github.com/jeffpaul).
7
+
[Jeffrey Paul (@jeffpaul)](https://github.com/jeffpaul).
8
8
9
9
## Contributors
10
10
11
11
Thank you to all the people who have already contributed to this repository via bug reports, code, design, ideas, project management, translation, testing, etc.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
> Adds table editing controls to the visual content editor (TinyMCE).
4
4
5
-
[](#support-level)[](https://github.com/10up/mce-table-buttons/releases/latest)[](https://github.com/10up/mce-table-buttons/blob/develop/LICENSE.md)
5
+
[](#support-level)[](https://github.com/10up/mce-table-buttons/actions/workflows/lint.yml)[](https://github.com/10up/mce-table-buttons/releases/latest)[](https://github.com/10up/mce-table-buttons/blob/develop/LICENSE.md)
Adds table editing controls to the visual content editor (TinyMCE).
10
13
@@ -29,6 +32,13 @@ Note that the table controls are contained in the “kitchen sink” toolbar, to
29
32
30
33
== Changelog ==
31
34
35
+
= 3.3.1 =
36
+
**Note that this release replaces references of `master` with `trunk` so please plan to update any references you have from `master` to `trunk` to ensure you continue to receive the latest updates on this plugin.**
37
+
38
+
* **Changed:** Bump WordPress version “tested up to” 5.8 (props [David Chabbi](https://profiles.wordpress.org/davidchabbi/), [@jeffpaul](https://github.com/jeffpaul), [@ciprianimike](https://github.com/ciprianimike)).
39
+
* **Changed:** Updated documentation including new GitHub Actions (props [@jeffpaul](https://github.com/jeffpaul), [@dinhtungdu](https://github.com/dinhtungdu)).
* Significantly update TinyMCE plugin from 4.1.x to 4.7.11
34
44
* Drop support for WordPress 3.x, which means dropping TinyMCE 3.x and 4.0.x
@@ -72,5 +82,8 @@ Note that the table controls are contained in the “kitchen sink” toolbar, to
72
82
73
83
== Upgrade Notice ==
74
84
85
+
= 3.3.1 =
86
+
This release replaces references of `master` with `trunk` so please plan to update any references you have from `master` to `trunk` to ensure you continue to receive the latest updates on this plugin.
87
+
75
88
= 1.5 =
76
89
REQUIRES WordPress 3.3 or higher. Finally links table buttons row to kitchen sink!
0 commit comments