Changeset 2959677
- Timestamp:
- 08/29/2023 06:03:26 AM (3 years ago)
- Location:
- prosolution-wp-client/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
includes/single-table-list/class-prosolwpclient-jobcustomfields-list.php (modified) (1 diff)
-
prosolwpclient.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
prosolution-wp-client/trunk/README.txt
r2959659 r2959677 66 66 67 67 == Changelog == 68 69 = 1.8.11 = 70 * Add New show and hide feature for job custom field added from workexpert in Design Template setting menu 71 * Add sorting option for Job Search Page in Design Template setting menu 72 * In Job Search Page, it is now possible to search Job based on its 'id' and 'category name' 73 * New Application Form input field called 'Expected Salary per Month 74 - with this new field new applicant that are applied from this page will have expected salary input into workexpert. 75 - this new form input field can be enable/disable from Application Form setting menu 76 * FIXED missing file 68 77 69 78 = 1.8.10 = -
prosolution-wp-client/trunk/includes/single-table-list/class-prosolwpclient-jobcustomfields-list.php
r2959675 r2959677 6 6 } 7 7 ?> 8 <?php 8 <?php 9 9 10 10 if (!class_exists('WP_List_Table')) { -
prosolution-wp-client/trunk/prosolwpclient.php
r2959659 r2959677 17 17 * Plugin URI: https://prosolution.com/produkte-und-services/workexpert.html 18 18 * Description: WordPress client for ProSolution 19 * Version: 1.8.1 019 * Version: 1.8.11 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.1 0');41 defined('PROSOLWPCLIENT_PLUGIN_VERSION') or define('PROSOLWPCLIENT_PLUGIN_VERSION', '1.8.11'); 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.