Plugin Directory

Changeset 1669940


Ignore:
Timestamp:
06/03/2017 12:15:17 AM (9 years ago)
Author:
ider
Message:

Trunk to 1.5.2

Location:
ider-login/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ider-login/trunk/assets/css/admin.css

    r1664624 r1669940  
    44
    55table td input[type="text"] {
    6     max-width: 300px;
     6    max-width: 330px;
     7    width: 100%;
     8}
     9
     10table td input[type="password"] {
     11    max-width: 330px;
    712    width: 100%;
    813}
  • ider-login/trunk/includes/IDER_Shortcodes.php

    r1664624 r1669940  
    8686
    8787            // skip shipping fields
    88             if (preg_match("/^billing_(.*)/i", $localfield)) continue;
     88            if (preg_match("/^shipping_(.*)/i", $localfield)) continue;
    8989
    9090            $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  
    33Requires at least: 4.6
    44Tested up to: 4.7.3
    5 Stable tag: 1.5.1
     5Stable tag: 1.5.2
    66License: Apache License, Version 2.0 or later
    77License URI: http://directory.fsf.org/wiki/License:Apache2.0
  • ider-login/trunk/wp-ider-login-client.php

    r1665793 r1669940  
    33 * Plugin Name: IDer Login
    44 * Plugin URI: https://www.ider.com
    5  * Version: 1.5.1
     5 * Version: 1.5.2
    66 * Description: Provides Single Sign On via IDer Identity Server
    77 * Author: JLM srl
Note: See TracChangeset for help on using the changeset viewer.