Plugin Directory

Changeset 2826944


Ignore:
Timestamp:
12/01/2022 11:15:18 AM (3 years ago)
Author:
prosolution
Message:

1.8.7

  • Add new mechanic, now jobdetail that have new or pending status can be accessed via workexpert recruitment module
Location:
prosolution-wp-client/trunk
Files:
2 edited

Legend:

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

    r2805451 r2826944  
    6666
    6767== 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
    6871
    6972= 1.8.6 =
  • prosolution-wp-client/trunk/prosolwpclient.php

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