Skip to content
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.7 #651

Merged
merged 24 commits into from
Jan 4, 2024
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
2595348
Merge pull request #637 from publishpress/main
andergmartins Dec 20, 2023
da9bc1f
Fix auto expanding behavior for terms setting field, #638
andergmartins Dec 21, 2023
c399823
Make sure terms are not hidden on settings and meta box, #639
andergmartins Dec 21, 2023
5d69a29
Bump version to 3.1.7-beta.1
andergmartins Dec 21, 2023
0b301b1
Update the changelog
andergmartins Dec 21, 2023
c6fcc5d
Update js with development versions
andergmartins Dec 21, 2023
aa5349f
Fix the fatal error when hook add_meta_boxes has not a WP_Post param,…
andergmartins Dec 21, 2023
9845e07
Bump version to 3.1.7-beta.2
andergmartins Jan 2, 2024
098624e
Update the changelog
andergmartins Jan 2, 2024
d110da4
Remove redundant data filtering statement that messed with accents, #…
andergmartins Jan 2, 2024
63142ac
Only check the Gutenberg editor availability if post is set, #646;
andergmartins Jan 2, 2024
7b7edd7
Fix issue on classic editor that was creating NaN categories, #647
andergmartins Jan 3, 2024
6d948c6
Bump version to 3.1.7-beta.3
andergmartins Jan 3, 2024
106e2fe
Update compiled js files to dev versions
andergmartins Jan 3, 2024
4f2826a
Update the changelog
andergmartins Jan 3, 2024
334e131
Bump version to 3.1.7
andergmartins Jan 4, 2024
b18a658
Fix syntax on issue template files
andergmartins Jan 4, 2024
6e316fc
Update the code check and deploy github workflows
andergmartins Jan 4, 2024
b7465be
Update dev dependencies on composer file
andergmartins Jan 4, 2024
5cdad0e
Update JS file to production version
andergmartins Jan 4, 2024
5db84e3
Add new composer command
andergmartins Jan 4, 2024
db7dc56
Ignore false positive on PHPCS
andergmartins Jan 4, 2024
7edbe49
Update the POT file
andergmartins Jan 4, 2024
785994e
Update the release date in the changelog
andergmartins Jan 4, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update the changelog
  • Loading branch information
andergmartins committed Dec 21, 2023
commit 0b301b1f8990385b913b0382542d675c8076cfa5
5 changes: 5 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -141,6 +141,11 @@ Yes, the PublishPress Future plugin allows you to schedule automatic changes to

== Changelog ==

= [3.1.7] - UNRELEASED =

* FIXED: Fix compatibility with plugins like "Hide Categories and Products for Woocommerce", making sure terms are not hidden in the taxonomy field, #639;
* FIXED: Fix the terms select field in the settings page, expanding it on focus, #638;

= [3.1.6] - 20 Dec, 2023 =

* ADDED: Add a new setting to select the time format in the date picker component, #626;