Plugin Directory

Changeset 3246355


Ignore:
Timestamp:
02/25/2025 10:44:50 AM (13 months ago)
Author:
recruitly
Message:

Fix issue with multiple industries in taxonomies.

Location:
recruitly/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • recruitly/trunk/readme.txt

    r3246353 r3246355  
    44Requires at least: 4.5
    55Tested up to: 6.7.1
    6 Stable tag: 2.0.26
     6Stable tag: 2.0.27
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    119119* Fix issue with multiple industries in taxonomies.
    120120
     121= 2.0.27 =
     122* Fix issue with multiple industries in taxonomies.
     123
    121124== Upgrade Notice ==
    122125
  • recruitly/trunk/recruitly.php

    r3246353 r3246355  
    44Plugin URI: https://recruitly.io
    55Description: Recruitly job board integration.
    6 Version: 2.0.26
     6Version: 2.0.27
    77Author: Recruitly
    88Author URI: https://recruitly.io
     
    1515    exit; // Exit if accessed directly
    1616}
    17 define('RECRUITLY_PLUGIN_VERSION', '2.0.26');
     17define('RECRUITLY_PLUGIN_VERSION', '2.0.27');
    1818
    1919defined('RECRUITLY_POST_TYPE') or define('RECRUITLY_POST_TYPE', 'current-vacancies');
Note: See TracChangeset for help on using the changeset viewer.