Skip to content

Releases: highrisedigital/wpbroadbean

v2.0.9

22 Nov 16:05
Compare
Choose a tag to compare
  • 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

26 Jun 12:51
Compare
Choose a tag to compare
  • 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

29 May 19:10
Compare
Choose a tag to compare
  • 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

22 Apr 10:44
Compare
Choose a tag to compare

Correct an issue where an incorrect taxonomy term could be added to a job. This was because the term could have belonged to another taxonomy. This fix force it to look for only wpbb taxonomies when adding terms to jobs posted through Broadbean.

v2.0.2

05 Mar 16:58
Compare
Choose a tag to compare
  • Fix the delete command which was not working via Broadbean

v2.0.1

05 Mar 12:25
Compare
Choose a tag to compare

Correct an authentication problem when a job is sent from Broadbean.

v2.0

09 Feb 18:52
Compare
Choose a tag to compare
  • 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

14 Nov 17:58
Compare
Choose a tag to compare

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

19 Aug 19:14
Compare
Choose a tag to compare
v0.6-beta Pre-release
Pre-release

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

29 Jul 19:36
Compare
Choose a tag to compare
v0.3-beta Pre-release
Pre-release

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