Changeset 3012366
- Timestamp:
- 12/20/2023 09:31:46 AM (2 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
r3012358 r3012366 66 66 67 67 == Changelog == 68 69 = 1.9.1 = 70 * UPDATE: 71 - all third-party has been update to newest version 72 - fileupload for front-end page change to more secure third-party 73 - bootstrap update 74 - API Pass for "API Config" setting page is now using more secure encryption method 75 - database table name for this plugin has been change to avoid clash with other table 76 * FIXED Bug: 77 - show/hide checkbox functionality for zipcode and workplace in "design template" setting page has been fixed 78 - deactivate and reactivate plugin is now no longer cause database error. 79 - missing data for skill selection in frontend page for non-master "additional site" 80 - missing file 68 81 69 82 = 1.9.0 = -
prosolution-wp-client/trunk/prosolwpclient.php
r3012338 r3012366 17 17 * Plugin URI: https://prosolution.com/produkte-und-services/workexpert.html 18 18 * Description: WordPress client for ProSolution 19 * Version: 1.9. 019 * Version: 1.9.1 20 20 * Author: ProSolution 21 21 * Author URI: https://www.prosolution.com … … 42 42 43 43 defined('PROSOLWPCLIENT_PLUGIN_NAME') or define('PROSOLWPCLIENT_PLUGIN_NAME', 'prosolwpclient'); 44 defined('PROSOLWPCLIENT_PLUGIN_VERSION') or define('PROSOLWPCLIENT_PLUGIN_VERSION', '1.9. 0');44 defined('PROSOLWPCLIENT_PLUGIN_VERSION') or define('PROSOLWPCLIENT_PLUGIN_VERSION', '1.9.1'); 45 45 defined('PROSOLWPCLIENT_BASE_NAME') or define('PROSOLWPCLIENT_BASE_NAME', plugin_basename(__FILE__)); 46 46 defined('PROSOLWPCLIENT_ROOT_PATH') or define('PROSOLWPCLIENT_ROOT_PATH', plugin_dir_path(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.