Changeset 3246352
- Timestamp:
- 02/25/2025 10:42:18 AM (13 months ago)
- Location:
- recruitly/tags/2.0.26/recruitly
- Files:
-
- 11 copied
-
. (copied) (copied from recruitly/trunk)
-
LICENSE (copied) (copied from recruitly/trunk/LICENSE)
-
admin (copied) (copied from recruitly/trunk/admin)
-
admin/dataloader.php (copied) (copied from recruitly/trunk/admin/dataloader.php)
-
admin/includes/shortcodes.php (copied) (copied from recruitly/trunk/admin/includes/shortcodes.php)
-
index.php (copied) (copied from recruitly/trunk/index.php)
-
public (copied) (copied from recruitly/trunk/public)
-
readme.txt (copied) (copied from recruitly/trunk/readme.txt) (1 diff)
-
recruitly-wp-templates.php (copied) (copied from recruitly/trunk/recruitly-wp-templates.php)
-
recruitly.php (copied) (copied from recruitly/trunk/recruitly.php) (1 diff)
-
templates (copied) (copied from recruitly/trunk/templates)
Legend:
- Unmodified
- Added
- Removed
-
recruitly/tags/2.0.26/recruitly/readme.txt
r3246334 r3246352 4 4 Requires at least: 4.5 5 5 Tested up to: 6.7.1 6 Stable tag: 2.0.2 56 Stable tag: 2.0.26 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
recruitly/tags/2.0.26/recruitly/recruitly.php
r3246334 r3246352 15 15 exit; // Exit if accessed directly 16 16 } 17 define('RECRUITLY_PLUGIN_VERSION', '2.0. 16');17 define('RECRUITLY_PLUGIN_VERSION', '2.0.26'); 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.