-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 3.1.0 #608
Merged
Merged
Release 3.1.0 #608
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Second argument supported since PHP 7.0.
Makes them all explicitly `public`, but some of these could be made less visible. See #428.
More performant than single character alternation.
* Tests: Stop using deprecated setMethods method Use `onlyMethods()` instead, which ensures that the method that is being mocked does exist in the class being mocked. * Tests: use onlyMethods() only if it exists
* Displaying Open on Parse.ly links by default * Empty
* Remove deprecated filter after_set_parsely_page * Updating tests
* Remove deprecated filter parsely_filter_insert_javascript * Removing deprecated test
* Fixing code smells * Removing duplicate * Fix linting issues
* Adding E2E test to check for available recommended widget * Adding utils * Documenting utils and separating logical behavior * Adding missing await * Extracting more logic into constants
…warnings downstream (#438) * Update class-parsely.php Change default from null to empty array to prevent warnings thrown by array_diff on line 1650 * Update src/class-parsely.php Co-authored-by: Pau Argelaguet <[email protected]> Co-authored-by: Pau Argelaguet <[email protected]>
* Add wp_parsely_should_insert_metadata filter * Revert return change * Update src/class-parsely.php Co-authored-by: Gary Jones <[email protected]> Co-authored-by: Gary Jones <[email protected]>
* Adding uninstall script * Addressing linting issues
Bumps [@wordpress/e2e-test-utils](https://github.com/WordPress/gutenberg/tree/HEAD/packages/e2e-test-utils) from 5.4.3 to 5.4.4. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/e2e-test-utils/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/e2e-test-utils) --- updated-dependencies: - dependency-name: "@wordpress/e2e-test-utils" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts) from 18.0.1 to 18.1.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/scripts/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/scripts) --- updated-dependencies: - dependency-name: "@wordpress/scripts" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Constant return type on insert_parsely_page * Adding deprecation warning for method * Fix linting issues * Fixing backwards compat return * Update src/class-parsely.php Co-authored-by: Gary Jones <[email protected]> Co-authored-by: Gary Jones <[email protected]>
* Fixing return types of update_metadata_endpoint * Fix identation
* Change to non-post default * Fix linting issues * Adding docstring to document parameter change
* Fix type errors when generating metadata -- backport from VIP * Yoda conditionals to appease the linter Co-authored-by: Pau Argelaguet <[email protected]>
jblz
reviewed
Jan 20, 2022
GaryJones
reviewed
Jan 20, 2022
Co-authored-by: Jeff Bowen <[email protected]>
Co-authored-by: Jeff Bowen <[email protected]>
Co-authored-by: Jeff Bowen <[email protected]>
Co-authored-by: Gary Jones <[email protected]>
acicovic
reviewed
Jan 21, 2022
acicovic
reviewed
Jan 21, 2022
acicovic
reviewed
Jan 21, 2022
acicovic
reviewed
Jan 21, 2022
|
||
To release a new version of the plugin, a GitHub issue with the name of the release (for instance, _Release 3.2.1_) has to be created using the _Release_ template. | ||
|
||
After creating the issue, all the steps laid down in that template must be completed in order. Every time a step is completed, please mark it using the checkbox. Once all steps are done, the issue can be closed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all the steps laid down in that template must be completed in order
Is this really the case?
acicovic
reviewed
Jan 21, 2022
acicovic
approved these changes
Jan 21, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This branch pulls all the changes from
develop
and puts them intotrunk
. We are including the CHANGELOG and version bumps alongside.