Plugin Directory

Changeset 1358834


Ignore:
Timestamp:
02/26/2016 11:56:05 AM (10 years ago)
Author:
tepelstreel
Message:

A5 CLP bugfix

Location:
custom-login-page
Files:
2 deleted
3 edited
27 copied

Legend:

Unmodified
Added
Removed
  • custom-login-page/tags/2.8.1/class-lib/CLP_DynamicJSClass.php

    r1358772 r1358834  
    1919        $link = wp_login_url().'?TB_iframe=true&width=800&height=600&sandbox=""';
    2020       
    21         a5_scripts('admin', array('toplevel_page_clp-settings'), true);
     21        $this->a5_scripts('admin', array('toplevel_page_clp-settings'), true);
    2222       
    2323        parent::$admin_scripts .= $eol.'jQuery(document).ready(function(){jQuery(\'#prev\').attr(\'href\', \''.$link.'\');});'.$eol;
  • custom-login-page/tags/2.8.1/custom-login-page.php

    r1358772 r1358834  
    33Plugin Name: A5 Custom Login Page
    44Description: Just customize your login page (or that of your community etc.) by giving the WP login page a different look, with your own logo and special colours and styles.
    5 Version: 2.8
     5Version: 2.8.1
    66Author: Stefan Crämer
    77Author URI: http://www.stefan-craemer.com
  • custom-login-page/tags/2.8.1/readme.txt

    r1358772 r1358834  
    66Requires at least: 3.9
    77Tested up to: 4.5
    8 Stable tag: 2.8
     8Stable tag: 2.8.1
    99
    1010Style your login page differently.
     
    4444
    4545== Changelog ==
     46
     47= 2.8.1 =
     48
     49* Bug that caused white screen fixed
    4650
    4751= 2.8 =
     
    387391
    388392Framework updated; CSS is now cached
     393
     394= 2.8.1 =
     395
     396Bug that caused white screen fixed
  • custom-login-page/trunk/class-lib/CLP_DynamicJSClass.php

    r1358772 r1358834  
    1919        $link = wp_login_url().'?TB_iframe=true&width=800&height=600&sandbox=""';
    2020       
    21         a5_scripts('admin', array('toplevel_page_clp-settings'), true);
     21        $this->a5_scripts('admin', array('toplevel_page_clp-settings'), true);
    2222       
    2323        parent::$admin_scripts .= $eol.'jQuery(document).ready(function(){jQuery(\'#prev\').attr(\'href\', \''.$link.'\');});'.$eol;
  • custom-login-page/trunk/custom-login-page.php

    r1358772 r1358834  
    33Plugin Name: A5 Custom Login Page
    44Description: Just customize your login page (or that of your community etc.) by giving the WP login page a different look, with your own logo and special colours and styles.
    5 Version: 2.8
     5Version: 2.8.1
    66Author: Stefan Crämer
    77Author URI: http://www.stefan-craemer.com
  • custom-login-page/trunk/readme.txt

    r1358772 r1358834  
    66Requires at least: 3.9
    77Tested up to: 4.5
    8 Stable tag: 2.8
     8Stable tag: 2.8.1
    99
    1010Style your login page differently.
     
    4444
    4545== Changelog ==
     46
     47= 2.8.1 =
     48
     49* Bug that caused white screen fixed
    4650
    4751= 2.8 =
     
    387391
    388392Framework updated; CSS is now cached
     393
     394= 2.8.1 =
     395
     396Bug that caused white screen fixed
Note: See TracChangeset for help on using the changeset viewer.