Changeset 2826944
- Timestamp:
- 12/01/2022 11:15:18 AM (3 years ago)
- Location:
- prosolution-wp-client/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
prosolwpclient.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
prosolution-wp-client/trunk/README.txt
r2805451 r2826944 66 66 67 67 == Changelog == 68 69 = 1.8.7 = 70 * Add new mechanic, now jobdetail that have new or pending status can be accessed via workexpert recruitment module 68 71 69 72 = 1.8.6 = -
prosolution-wp-client/trunk/prosolwpclient.php
r2805451 r2826944 17 17 * Plugin URI: https://prosolution.com/produkte-und-services/workexpert.html 18 18 * Description: WordPress client for ProSolution 19 * Version: 1.8. 619 * Version: 1.8.7 20 20 * Author: ProSolution 21 21 * Author URI: https://www.prosolution.com … … 39 39 40 40 defined('PROSOLWPCLIENT_PLUGIN_NAME') or define('PROSOLWPCLIENT_PLUGIN_NAME', 'prosolwpclient'); 41 defined('PROSOLWPCLIENT_PLUGIN_VERSION') or define('PROSOLWPCLIENT_PLUGIN_VERSION', '1.8. 6');41 defined('PROSOLWPCLIENT_PLUGIN_VERSION') or define('PROSOLWPCLIENT_PLUGIN_VERSION', '1.8.7'); 42 42 defined('PROSOLWPCLIENT_BASE_NAME') or define('PROSOLWPCLIENT_BASE_NAME', plugin_basename(__FILE__)); 43 43 defined('PROSOLWPCLIENT_ROOT_PATH') or define('PROSOLWPCLIENT_ROOT_PATH', plugin_dir_path(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.