Plugin Directory

Changeset 2514039


Ignore:
Timestamp:
04/13/2021 11:29:33 AM (5 years ago)
Author:
wphrmanager
Message:

Fixed Company Update Issue

Location:
wp-hr-manager/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-hr-manager/trunk/includes/admin/class-form-handler.php

    r2485387 r2514039  
    171171        }
    172172
    173         $posted   = array_map( 'sanitize_text_field', $_POST );
     173       // $posted   = array_map( 'sanitize_text_field', $_POST );
     174        $posted = custom_sanitize_array($_POST);
     175
    174176        //$posted   = array_map( 'trim_deep', $posted );
    175177
  • wp-hr-manager/trunk/readme.txt

    r2512006 r2514039  
    66Requires at least: 5.0
    77Tested up to: 5.7
    8 Stable tag: 2.9.6
     8Stable tag: 2.9.7
    99License: GPLv2
    1010Donate Link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=GLKGN964GRZJW
     
    191191
    192192== Changelog ==
     193
     194= v2.9.7 -> 13 April 2021
     195* Fixed Company Update Issue
    193196
    194197= v2.9.6 -> 09 April 2021
  • wp-hr-manager/trunk/wp-hr-manager.php

    r2512006 r2514039  
    77 * Author: Black and White Digital Ltd
    88 * Author URI: http://www.wphrmanager.com
    9  * Version: 2.9.6
     9 * Version: 2.9.7
    1010 * Requires at least: 5
    1111 * License: GPLv2
Note: See TracChangeset for help on using the changeset viewer.