Changeset 1669940
- Timestamp:
- 06/03/2017 12:15:17 AM (9 years ago)
- Location:
- ider-login/trunk
- Files:
-
- 4 edited
-
assets/css/admin.css (modified) (1 diff)
-
includes/IDER_Shortcodes.php (modified) (1 diff)
-
readme.md (modified) (1 diff)
-
wp-ider-login-client.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ider-login/trunk/assets/css/admin.css
r1664624 r1669940 4 4 5 5 table td input[type="text"] { 6 max-width: 300px; 6 max-width: 330px; 7 width: 100%; 8 } 9 10 table td input[type="password"] { 11 max-width: 330px; 7 12 width: 100%; 8 13 } -
ider-login/trunk/includes/IDER_Shortcodes.php
r1664624 r1669940 86 86 87 87 // skip shipping fields 88 if (preg_match("/^ billing_(.*)/i", $localfield)) continue;88 if (preg_match("/^shipping_(.*)/i", $localfield)) continue; 89 89 90 90 $tbody .= '<tr class="' . (in_array($localfield, $updated_fields) ? 'warning' : '') . '"><th class="textright">' . ucfirst(str_replace(['-', '_'], ' ', $localfield)) . '</th><td>'; -
ider-login/trunk/readme.md
r1665793 r1669940 3 3 Requires at least: 4.6 4 4 Tested up to: 4.7.3 5 Stable tag: 1.5. 15 Stable tag: 1.5.2 6 6 License: Apache License, Version 2.0 or later 7 7 License URI: http://directory.fsf.org/wiki/License:Apache2.0 -
ider-login/trunk/wp-ider-login-client.php
r1665793 r1669940 3 3 * Plugin Name: IDer Login 4 4 * Plugin URI: https://www.ider.com 5 * Version: 1.5. 15 * Version: 1.5.2 6 6 * Description: Provides Single Sign On via IDer Identity Server 7 7 * Author: JLM srl
Note: See TracChangeset
for help on using the changeset viewer.