Plugin Directory

Changeset 2380709


Ignore:
Timestamp:
09/14/2020 03:25:11 AM (6 years ago)
Author:
prosolution
Message:

1.5.19

  • Change email's max character input from 50 to 200
Location:
prosolution-wp-client/trunk
Files:
3 edited

Legend:

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

    r2364772 r2380709  
    66Tested up to: 4.9.5
    77Requires PHP: 5.6
    8 Stable tag: 1.5.18
     8Stable tag: 1.5.19
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6767== Changelog ==
    6868
     69= 1.5.19 =
     70* Change email's max character input from 50 to 200
     71
    6972= 1.5.18 =
    7073* New setting to sort by Skillgroup at adminsite / application form, step Expertise
  • prosolution-wp-client/trunk/prosolwpclient.php

    r2364772 r2380709  
    1717     * Plugin URI:        https://prosolution.com/produkte-und-services/workexpert.html
    1818     * Description:       WordPress client for ProSolution
    19      * Version:           1.5.18
     19     * Version:           1.5.19
    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.5.18');
     41    defined('PROSOLWPCLIENT_PLUGIN_VERSION') or define('PROSOLWPCLIENT_PLUGIN_VERSION', '1.5.19');
    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__));
  • prosolution-wp-client/trunk/public/templates/singlefieldset/prosolwpclientjobapplicationpersonalinfo.php

    r2357146 r2380709  
    209209        <div class="col-sm-9 error-msg-show">
    210210            <input type="email" name="email" class="form-control" id="pswp-email" <?php echo $field_opt['email'][3] ?>
    211                     data-rule-maxlength="50" placeholder="<?php esc_html_e( 'E-mail', 'prosolwpclient' ) ?>">
     211                    data-rule-maxlength="200" placeholder="<?php esc_html_e( 'E-mail', 'prosolwpclient' ) ?>">
    212212        </div>
    213213    </div>
Note: See TracChangeset for help on using the changeset viewer.