Plugin Directory

Changeset 3378552


Ignore:
Timestamp:
10/15/2025 03:48:31 AM (5 months ago)
Author:
prosolution
Message:

1.9.9

  • UPDATE:
    • for jobdetail page, there will be space between bullet list and text content
Location:
prosolution-wp-client/trunk
Files:
3 edited

Legend:

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

    r3331282 r3378552  
    66Tested up to: 6.5
    77Requires PHP: 7.0
    8 Stable tag: 1.9.8
     8Stable tag: 1.9.9
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6565
    6666== Changelog ==
     67= 1.9.9 =
     68* UPDATE:
     69  - for jobdetail page, there will be space between bullet list and text content
     70
    6771= 1.9.8 =
    6872* UPDATE:
  • prosolution-wp-client/trunk/prosolwpclient.php

    r3331282 r3378552  
    1717     * Plugin URI:        https://prosolution.com/produkte-und-services/workexpert.html
    1818     * Description:       WordPress client for ProSolution
    19      * Version:           1.9.8
     19     * Version:           1.9.9
    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.8');
     44    defined('PROSOLWPCLIENT_PLUGIN_VERSION') or define('PROSOLWPCLIENT_PLUGIN_VERSION', '1.9.9');
    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__));
  • prosolution-wp-client/trunk/public/templates/prosolwpclientjobdetails.php

    r3182060 r3378552  
    360360                height:inherit;
    361361                text-align: center;
     362            }
     363            li{
     364                padding-left: 12px !important;
    362365            }
    363366        </style>
Note: See TracChangeset for help on using the changeset viewer.