Changeset 3246355
- Timestamp:
- 02/25/2025 10:44:50 AM (13 months ago)
- Location:
- recruitly/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
recruitly.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
recruitly/trunk/readme.txt
r3246353 r3246355 4 4 Requires at least: 4.5 5 5 Tested up to: 6.7.1 6 Stable tag: 2.0.2 66 Stable tag: 2.0.27 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 119 119 * Fix issue with multiple industries in taxonomies. 120 120 121 = 2.0.27 = 122 * Fix issue with multiple industries in taxonomies. 123 121 124 == Upgrade Notice == 122 125 -
recruitly/trunk/recruitly.php
r3246353 r3246355 4 4 Plugin URI: https://recruitly.io 5 5 Description: Recruitly job board integration. 6 Version: 2.0.2 66 Version: 2.0.27 7 7 Author: Recruitly 8 8 Author URI: https://recruitly.io … … 15 15 exit; // Exit if accessed directly 16 16 } 17 define('RECRUITLY_PLUGIN_VERSION', '2.0.2 6');17 define('RECRUITLY_PLUGIN_VERSION', '2.0.27'); 18 18 19 19 defined('RECRUITLY_POST_TYPE') or define('RECRUITLY_POST_TYPE', 'current-vacancies');
Note: See TracChangeset
for help on using the changeset viewer.