Plugin Directory

Changeset 3012366


Ignore:
Timestamp:
12/20/2023 09:31:46 AM (2 years ago)
Author:
prosolution
Message:

1.9.1

  • UPDATE:
    • all third-party has been update to newest version
    • fileupload for front-end page change to more secure third-party
    • bootstrap update
    • API Pass for "API Config" setting page is now using more secure encryption method
    • database table name for this plugin has been change to avoid clash with other table
  • FIXED Bug:
    • show/hide checkbox functionality for zipcode and workplace in "design template" setting page has been fixed
    • deactivate and reactivate plugin is now no longer cause database error.
    • missing data for skill selection in frontend page for non-master "additional site"
    • missing file
Location:
prosolution-wp-client/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • prosolution-wp-client/trunk/README.txt

    r3012358 r3012366  
    6666
    6767== 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
    6881
    6982= 1.9.0 =
  • prosolution-wp-client/trunk/prosolwpclient.php

    r3012338 r3012366  
    1717     * Plugin URI:        https://prosolution.com/produkte-und-services/workexpert.html
    1818     * Description:       WordPress client for ProSolution
    19      * Version:           1.9.0
     19     * Version:           1.9.1
    2020     * Author:            ProSolution
    2121     * Author URI:        https://www.prosolution.com
     
    4242
    4343    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');
    4545    defined('PROSOLWPCLIENT_BASE_NAME') or define('PROSOLWPCLIENT_BASE_NAME', plugin_basename(__FILE__));
    4646    defined('PROSOLWPCLIENT_ROOT_PATH') or define('PROSOLWPCLIENT_ROOT_PATH', plugin_dir_path(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.