Changeset 3338999
- Timestamp:
- 08/04/2025 01:12:26 PM (8 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
r3338991 r3338999 4 4 Requires at least: 4.5 5 5 Tested up to: 6.7.1 6 Stable tag: 2.0.3 06 Stable tag: 2.0.32 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 134 134 * Fix character encoding issues. 135 135 136 = 2.0.32 = 137 * Fix character encoding issues. 138 136 139 == Upgrade Notice == 137 140 -
recruitly/trunk/recruitly.php
r3338991 r3338999 4 4 Plugin URI: https://recruitly.io 5 5 Description: Recruitly job board integration. 6 Version: 2.0.3 16 Version: 2.0.32 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.3 1');17 define('RECRUITLY_PLUGIN_VERSION', '2.0.32'); 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.