Plugin Directory

Changeset 3012338


Ignore:
Timestamp:
12/20/2023 08:34:21 AM (2 years ago)
Author:
prosolution
Message:

change the patch note from 1.8.14 to 1.9.0

Location:
prosolution-wp-client/trunk
Files:
2 edited

Legend:

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

    r3012337 r3012338  
    6767== Changelog ==
    6868
    69 = 1.8.14 =
     69= 1.9.0 =
    7070* UPDATE:
    7171  - all third-party has been update to newest version
  • prosolution-wp-client/trunk/prosolwpclient.php

    r3012337 r3012338  
    1717     * Plugin URI:        https://prosolution.com/produkte-und-services/workexpert.html
    1818     * Description:       WordPress client for ProSolution
    19      * Version:           1.8.13
     19     * Version:           1.9.0
    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.8.17');
     44    defined('PROSOLWPCLIENT_PLUGIN_VERSION') or define('PROSOLWPCLIENT_PLUGIN_VERSION', '1.9.0');
    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.