Releases: highrisedigital/wpbroadbean
Releases · highrisedigital/wpbroadbean
v2.0.9
- Prevent an error when trying to add a term with an empty string as the term name. It essentially allows you to have blank terms when sent. Thanks to Susie Black for input on this issue.
- Force XML value in added fields to be a string
- Correct typo on the job post edit screen in meta boxes
v2.0.8
- Application form php warnings with WP_DEBUG on are not removed on the application form page
- Adds a message input to the application form so that applicants can add notes to their applications
- Enables additional file types to be uploaded other than PDFs through the addition of filterable allowed file types on the application form
v2.0.5
- Correct declaration of constant to remove debug warnings.
- Add additional filters to allow developers to changes the names of the admin menus added by the plugin.
- Additional filters added which allows developers to change the page titles in the admin area.
- Functions for retrieving the password and username
- Some simple functions docs updates
v2.0.3
v2.0.2
v2.0.1
v2.0
- Removed the beta status!
- Added a filter to allow developers to use a different custom post type for jobs
- WP Broadbean sub menus are added using a filter so developers can add their own menus more easily
- Created a template function to get the value of a job field from post meta
- Fields are now added using a filter. This allows developers to easily add other fields and have the data processed in the feed as well as the WP backend.
- The processing of the feed is now more dynamic to tie in with other registered taxonomies and fields.
- Amended the way in which the application form is rendered (no shortcode) and processed. Also slimmed the number of fields on this form.
- Documented most functions etc. in the plugin code itself as well as cleaning up the file structure a little.
- Allow both hierarchical and non hierarchical taxonomies to be registered for use with jobs
- Output fields and taxonomies on the front end - using the_content filter. These get added below the post content. Control of which taxonomies and fields are shown on the front-end is controlled when they are registered.
- Updated the readme.txt file.
v1.0.2
This release features a number of key improvements/changes including:
- Set skills taxonomy to hierarchical
- Correct name for the job locations taxonomy - showed an incorrect label in the taxonomy metabox
- Thanks to @getdave for contributions to v1.0
- Ensure taxonomies (and all assoc data and admin menus) are created dynamically rather than hard coded
- Ability to add custom taxonomies via hooks/filters
- Add new Broadbean default taxonomy "Industry"
- Ensure new taxonomy terms are created if they don't exist. Ensures client can dynamically created new terms without having to manually create them in WP first
- Ensure job days_to_advertise field is used to calculate an expiry date which is stored as post meta. Developers can then use this to ensure "expired" jobs are not included in search results
v0.6-beta
The following updates/changes have been made since 0.3:
- Added the ability to use WYSIWYG when adding your own settings to the setting page
- Removed the post type support filters as post type support can be added with add_post_type_support()
- Corrected issue where using an inbox.php file from the theme folder would not work.
- Added filters for meta box fields in applications and job post types. This allows devs to be able to add to or remove existing fields from a metabox.
v0.3-beta
Fixes include:
- Removed the admin stylesheet - use dashicons for the admin menu icon
- Removed filterable post type labels, not needed as core provides this functionality
- Add additional filters for post title and post editor content
- General bug fixes and code comment updates