Plugin Directory

Changeset 2772381


Ignore:
Timestamp:
08/19/2022 03:41:58 AM (4 years ago)
Author:
prosolution
Message:

1.8.4

  • Fix typo
Location:
prosolution-wp-client/trunk
Files:
2 edited

Legend:

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

    r2736178 r2772381  
    66Tested up to: 4.9.5
    77Requires PHP: 5.6
    8 Stable tag: 1.8.3
     8Stable tag: 1.8.4
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6666
    6767== Changelog ==
     68
     69= 1.8.4 =
     70* Fix typo
    6871
    6972= 1.8.3 =
  • prosolution-wp-client/trunk/prosolwpclient.php

    r2736178 r2772381  
    1717     * Plugin URI:        https://prosolution.com/produkte-und-services/workexpert.html
    1818     * Description:       WordPress client for ProSolution
    19      * Version:           1.8.3
     19     * Version:           1.8.4
    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.3');
     41    defined('PROSOLWPCLIENT_PLUGIN_VERSION') or define('PROSOLWPCLIENT_PLUGIN_VERSION', '1.8.4');
    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.