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 release is slated for Wednesday, 2018-07-11 (pending major issues).
Download (Beta 2) | PRs | Issues | Diff
Overview and Testing
While this release is small in terms of functionality impact, it is massive in terms of lines of modified/added/removed code. We'll be heavily testing this release, however, this should be backwards compatible with 1.31.0. Still, we highly recommend theme and plugin authors test their product with this beta release. We had two massive PRs in this release:
extract()
. Themes and plugins that override the templates related to[jobs]
should verify their products aren't effected by the change.===
,!==
, andin_array( $needle, $haystack, true )
.composer install
on master branch to install the pre-commit hook that will prevent further PHPCS issues from entering codebase. Some ignored rules will be handled soon.Additionally, the following PRs should be tested using the testing instructions provided inside the PR or related issue:
Draft
and not be affected by auto-expiring.Changelog
Known Issues
Beta 2 (2018-07-05)
Diff from Beta 1
wp_kses_post()
instead ofesc_html()
. (b55a749)Beta 1 (2018-07-04)
wpjm_get_the_job_title()
templates/content-widget-job_listing.php
needs to check for$show_logo
because it is shared in the widgets (we should probably add this to the other widget)Additional Information
This release PR should never be merged. Instead, once completed, we'll tag the release and then cherry-pick the updates to the version number into a clean PR along with additional fixes. Since branching it from master, I've reverted the changes related to the upcoming blocks (as none will be there in this release).