recruiter 7.x-1.17

Bug fixes

Maintenance release for core security updates and minor module updates.

recruiter 7.x-1.16

Bug fixes

Maintenance release for core security updates and minor module updates.

recruiter 7.x-1.15

Bug fixes

Maintenance release for security updates and PHP 7.2 compatibility.

recruiter 7.x-1.5

Bug fixes

Minor maintenance release for Entity API and Views security updates.

recruiter 7.x-1.4

Bug fixes

Minor maintenance release for the Context module security update.

recruiter 7.x-1.3

Bug fixes

Security update for SA-CORE-2014-005 and some module updates, no big changes.

recruiter 7.x-1.2

Bug fixes

Maintenance release.

Changes since 7.x-1.1:

  • Updated to Recruiter Features 1.2 (release notes)
  • Added wysiwyg_linebreaks module.
  • Added PHP notices core patch and updated core version.
  • #2223737 : Removed .gitignore file because it interferes with adding and committing rebuilds of the full Drupal codebase.
  • Lots of Drupal core and contributed module updates.

Upgrade procedure:

recruiter 7.x-1.0

New features
Bug fixes

Changes since 7.x-1.0-rc3:

  • Integrated the fully responsive Cloudy theme based on Omega 4.
  • Improved the installation process.
  • Introduced demo content for jobs and resumes.
  • Added a default front page layout.

Read more about this release at epiqo's blog.

recruiter 7.x-1.0-rc3

Recruiter RC3 is a quick follow-up release to Recruiter RC2 which includes 2 missing security updates:

  • Entity reference 1.0
  • Synonyms 1.1

Please refer to the detailed release notes of RC2.

recruiter 7.x-1.0-rc2

The new RC2 release comes with a lot of improvements and changes, for a complete list please take a look at the Recruiter Features RC1 release notes

Basic upgrade procedure:

Backup all your data and test the upgrade on a local installation first!

First, run all updates (field_resume_degree_level_term fails, we need to revert the recruiter_resume feature first. see the following steps):
drush updatedb

Clear caches:
drush cc all

We recommend to revert all features. Warning: this will reset all customizations to recruiter core functionality that hasn't been exported to code (for example using feature alter hooks or the features override module).
drush fra

Run missing updates.:
drush updatedb

Solr upgrade notes:

When using the database backend, you need to force a revert on the search_api_server and search_api_index components of recruiter_search, recruiter_job_search and recruiter_resume_search. Note, that the search api db server will be marked as overridden, though the feature is default. Reverting the server requires reverting the indices again, this might be a search api bug.

drush fr recruiter_search --force
drush fr recruiter_job_search --force
drush fr recruiter_resume_search --force

recruiter 7.x-1.0-rc1

New features
Bug fixes

The new RC1 release comes with a lot of improvements and changes, for a complete list please take a look at the Recruiter Features RC1 release notes

Upgrade procedure:
Since the RC1 release, the Search API Database backend will be used by default and the Solr backend is an optional feature (recruiter_search_solr module). Websites that are upgraded from a previous Recruiter version will still use the Solr backend. Due to this change, a few steps for a seamless upgrade a required:

  1. Manually enable the Search API Database Module (drush en search_api_db)
  2. Run the update.php (dursh updb)
  3. Clear the caches (drush cc all)

Please test them on a testing website first.

Furthermore a new field "Career Status" has been added to the job preferences field collection on the resume profile. This field is based on the new taxonomy vocabulary "Career Status", which is only pre-filled on new installations. It is recommended to add some terms after the update, e.g. Active job seeker, Passive job seeker, In education.

Shortly after the RC1 release a CTools 1.1 security upgrade has been published, manually upgrading this module on your site is recommended.

Module Updates

  • Recruiter Features to 1.0-rc1

recruiter 7.x-1.0-beta7

Bug fixes

Minor maintenance release. This is the first recruiter release that has been fully built with the drupal.org distribution infrastructure.

See also the upgrade notes for beta6 if you want to upgrade from an older version.

Changes since 7.x-1.0-beta6:

recruiter 7.x-1.0-beta6

Bug fixes

After a long time we are proud to roll another recruiter beta release. Hopefully this is the last beta we need before a release candidate in June 2012.

Upgrading from 1.0-beta4

Warning: Recruiter has been under heavy development in recent months. This release is very different from beta4 and might break your site. Do not upgrade production sites without prior testing!

Major configuration changes

  • Search Facets: Recruiter now uses the Facet API for searching.
  • Role export: User roles now have machine names and the role ids have changed. If you have any custom configuration (rules, ctools, views etc.) that relies on role ids you need to manually update that.
  • Fields: Some fields on jobs and resumes have changed, other new fields have been introduced. There is no automatic data migration for any of the field changes, it depends on your use case what content you have in that fields. Old fields will not be deleted automatically, so you will see duplicated fields after the upgrade (e.g. field_job_employment and field_job_experience have been deprecated in favor of taxonomy term reference fields).

Before upgrading please disable the deprecated search_api_facets module and the recruiter modules that depend on it.

drush dis search_api_facets

recruiter 7.x-1.0-beta4

Bug fixes

This release contains the content of the drupal.org code repository, which is not a fully built distribution. Refer to the README.txt for details on how to build the distribution or download the fully-packaged distribution release directly from epiqo.com (direct-link).

Changes since 7.x-1.0-beta3:

recruiter 7.x-1.0-beta3

Bug fixes

This release contains the content of the drupal.org code repository, which is not a fully built distribution. Refer to the README.txt for details on how to build the distribution or download the fully-packaged distribution release directly from epiqo.com (direct-link).

Changes since 7.x-1.0-beta1:

recruiter 7.x-1.0-beta2

This release contains the content of the drupal.org code repository, which is not a fully built distribution. Refer to the README.txt.

Important note:

Beta2 misses the drupal core upgrade to version 7.2, which has been fixed with beta 3. Thus, just skip beta2 and go with beta3!

Changes since 7.x-1.0-beta1:

recruiter 7.x-1.0-beta1

This release contains the content of the drupal.org code repository, which is not a fully built distribution. Refer to the README.txt for details on how to build the distribution or download the fully-packaged distribution release directly from epiqo.com (direct-link).

Subscribe with RSS Subscribe to Releases for Recruiter