Skip to content

Commit

Permalink
Merge pull request #1927 from Automattic/release/1.34.1-beta.1
Browse files Browse the repository at this point in the history
Release 1.34.1 beta.1
  • Loading branch information
jom authored Oct 30, 2019
2 parents 334243b + 729b47d commit 5ea4cc6
Show file tree
Hide file tree
Showing 6 changed files with 99 additions and 82 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ module.exports = function( grunt ) {
grunt.registerTask( 'package-unsafe', [ 'build-package-unsafe', 'zip' ] );

// Register tasks
grunt.registerTask( 'default', [ 'build-assets', 'wp_readme_to_markdown' ] );
grunt.registerTask( 'default', [ 'build', 'wp_readme_to_markdown' ] );

// Just an alias for pot file generation
grunt.registerTask( 'pot', [ 'makepot' ] );
Expand Down
12 changes: 12 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
= 1.34.1 =
* Templates Updated: `job-submitted.php`, `job-dashboard.php`.
* Enhancement: Email notifications are sent separately if multiple recipients are listed.
* Enhancement: Notices at end of job submission process are now displayed as a styled notice.
* Fix: Resuming job listing submission at a particular step is now fixed.
* Fix: Issue with some permalink structures and WPMU would cause issues on `[jobs]` page.
* Dev: Adds the ability to block some jobs from being edited in the frontend.
* Dev: Adds ability to force some email notifications to be enabled.
* Dev: Allows email notifications to be sent immediately.
* Dev: Adds ability for settings to reference other settings tabs.
* Dev: Standardizes jQuery UI datepicker script IDs in frontend and backend. Plugins and themes should enqueue `wp-job-manager-datepicker` if they need jQuery UI datepicker.

= 1.34.0 =
* Templates Updated: `content-job_listing.php`, `job-submitted.php`.
* Enhancement: Add support for pre-selecting categories in `[jobs]` using category slugs in query string (e.g. `/jobs?search_category=developer,pm,senior`).
Expand Down
Loading

0 comments on commit 5ea4cc6

Please sign in to comment.