-
Notifications
You must be signed in to change notification settings - Fork 368
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 1.32.0 #1649
Release 1.32.0 #1649
Conversation
Enhancement to new Draft Job Ad feature (sorry if this is the wrong place to post this) Steps to Reproduce 1 - Given the proposed new ability to retain draft Job Ads What I Expected N/a - haven't seen new Draft Job Ad styling We are multi-users of WP Job Manager |
The width of the Category input on the Jobs page does not appear to resizing with the parent container. GIF: http://cld.wthms.co/SiNXRa This happens for both the multiselect and single-select versions of the input. It does not appear to be theme-dependent (I'm seeing it happen on Twenty Nineteen, Twenty Seventeen, and Divi). |
On Jobify, upgrading to 1.32.0 causes the Category select box to render as a normal HTML multiselect. It does not use Chosen OR Select2. Note that this happens on the |
On Listify, the "Post a Job" page is showing two renders of the Category selection dropdown, one with Select2 and one with Chosen. It's worth noting that the "Submit Resume" page does not have the same problem. It uses only Select2 for the dropdown. I'm using the current |
When posting a job on Listable, I'm seeing a horizontal scrollbar on the Select2 UI for the Category select. I'm also seeing this on the Category select on the Resumes page and the Submit Resume page. |
On the Specialty theme, upgrading to 1.32.0 causes the Category select box to render as a normal HTML multiselect. It does not use Chosen OR Select2. Note that this happens on the |
Fixed in #1657, although a similar check should also be done in Listify eventually.
After updating to 1.9.4, it seems to not be there. Listable also seems to package and use select2 separately, which they may no longer need to do. cc: @pixelgrade
I think this will need to be handled in Jobify. With cc: @spencerfinnell
At least with the version we have (1.0), it looks like the archive page produces a similar view to the cc: @tsiger For these last two issues, we could [temporarily] include these assets on the jobs archive page as well. It might save some headache while themes upgrade. @tsiger @spencerfinnell @alexsanford, thoughts? |
@jom I would agree to enable the assets on archives (jobs and resumes). It seems like a regression because Chosen didn't require any extra code to enqueue before right? For now I've added
And similar for Resumes. P.S https://github.com/Astoundify/jobify/tree/release/3.11.0 includes style updates and these fixes. Edit: Actually I guess it's not a regression in the plugin since on a default theme the archive doesn't display the filters by default. |
@spencerfinnell It was actually going to be required to do that in themes/plugins in this version anyway (#1358) so we didn't load these assets everywhere, but we changed the filters used to make it compatible in this version so I wouldn't expect themes to have added that already. Out of curiosity, for Listify and Jobify, you have a sense of how many folks are updating the [parent] theme regularly? I'm inclined to add the check for |
Hi, co-author of Specialty, colleague of @tsiger here. Until we change it to work with select2, this should maintain compatibility with the new version:
However, it doesn't quite work. Not sure if it's a bug or a design decision, but this bit has been removed, making the (theme's) initialization of chosen, fail:
@jom happy to share the latest version of the theme with you. Let me know how/where. |
@anastis The localization was taken out because we don't use it in core, but I've added it back in on #1659 (during the deprecation phase) if others are referencing that. I've also set it to load |
I'm pushing the final release until next week (2019-01-22). Beta 2 should be out tomorrow (2019-01-15). |
Beta 2 released. Final release scheduled for 2019-01-23 (next Wednesday). |
Release for 1.32.0
Closed Issues | PRs | Diff
Timeline
2019-01-152019-01-23Things to Test
[jobs]
shortcode with category select fields. Try with multiple category select option enabled and disabled.job_manager_enqueue_frontend_style
filter. See this code.Comment on this PR with any issues that are found.
Changelog: