Plugin Directory

Changeset 2959677


Ignore:
Timestamp:
08/29/2023 06:03:26 AM (3 years ago)
Author:
prosolution
Message:

1.8.11

  • Add New show and hide feature for job custom field added from workexpert in Design Template setting menu
  • Add sorting option for Job Search Page in Design Template setting menu
  • In Job Search Page, it is now possible to search Job based on its 'id' and 'category name'
  • New Application Form input field called 'Expected Salary per Month
    • with this new field new applicant that are applied from this page will have expected salary input into workexpert.
    • this new form input field can be enable/disable from Application Form setting menu
  • FIXED missing file
Location:
prosolution-wp-client/trunk
Files:
3 edited

Legend:

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

    r2959659 r2959677  
    6666
    6767== Changelog ==
     68
     69= 1.8.11 =
     70* Add New show and hide feature for job custom field added from workexpert in Design Template setting menu
     71* Add sorting option for Job Search Page in Design Template setting menu
     72* In Job Search Page, it is now possible to search Job based on its 'id' and 'category name'
     73* New Application Form input field called 'Expected Salary per Month
     74  - with this new field new applicant that are applied from this page will have expected salary input into workexpert.
     75  - this new form input field can be enable/disable from Application Form setting menu
     76* FIXED missing file
    6877
    6978= 1.8.10 =
  • prosolution-wp-client/trunk/includes/single-table-list/class-prosolwpclient-jobcustomfields-list.php

    r2959675 r2959677  
    66    }
    77?>
    8 <?php 
     8<?php
    99
    1010    if (!class_exists('WP_List_Table')) {
  • prosolution-wp-client/trunk/prosolwpclient.php

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