Changeset 2514039
- Timestamp:
- 04/13/2021 11:29:33 AM (5 years ago)
- Location:
- wp-hr-manager/trunk
- Files:
-
- 3 edited
-
includes/admin/class-form-handler.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wp-hr-manager.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-hr-manager/trunk/includes/admin/class-form-handler.php
r2485387 r2514039 171 171 } 172 172 173 $posted = array_map( 'sanitize_text_field', $_POST ); 173 // $posted = array_map( 'sanitize_text_field', $_POST ); 174 $posted = custom_sanitize_array($_POST); 175 174 176 //$posted = array_map( 'trim_deep', $posted ); 175 177 -
wp-hr-manager/trunk/readme.txt
r2512006 r2514039 6 6 Requires at least: 5.0 7 7 Tested up to: 5.7 8 Stable tag: 2.9. 68 Stable tag: 2.9.7 9 9 License: GPLv2 10 10 Donate Link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=GLKGN964GRZJW … … 191 191 192 192 == Changelog == 193 194 = v2.9.7 -> 13 April 2021 195 * Fixed Company Update Issue 193 196 194 197 = v2.9.6 -> 09 April 2021 -
wp-hr-manager/trunk/wp-hr-manager.php
r2512006 r2514039 7 7 * Author: Black and White Digital Ltd 8 8 * Author URI: http://www.wphrmanager.com 9 * Version: 2.9. 69 * Version: 2.9.7 10 10 * Requires at least: 5 11 11 * License: GPLv2
Note: See TracChangeset
for help on using the changeset viewer.