Plugin Directory

Changeset 643634


Ignore:
Timestamp:
12/23/2012 10:49:08 AM (13 years ago)
Author:
codeblab
Message:

Replaced 'home' with 'siteurl' for get_option().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • glass/trunk/readme.txt

    r643560 r643634  
    55Requires at least: 3.0.0
    66Tested up to: 3.5
    7 Stable tag: 1.3.1
     7Stable tag: 1.3.2
    88License: GPL3
    99
     
    5353== Installation ==
    5454
    55 1. Upload glass.1.3.1.zip to the `/wp-content/plugins/` directory.
    56 1. Unpack glass.1.3.1.zip, optionally remove it after unpacking.
     551. Upload glass.1.3.2.zip to the `/wp-content/plugins/` directory.
     561. Unpack glass.1.3.2.zip, optionally remove it after unpacking.
    57571. Activate the plugin through the 'Plugins' menu in WordPress
    5858
     
    210210== Changelog ==
    211211
     212= 1.3.2 =
     213* Replaced depreciated get_option('home') calls with get_option('siteurl').
     214
    212215= 1.3.1 =
    213216* Replaced depreciated get_settings('home') calls with get_option('home').
     
    236239== Upgrade Notice ==
    237240
     241= 1.3.2 =
     242Fixed problem with non default home location. Again.
     243
    238244= 1.3.1 =
    239245Fixed possible error when using a non default home location. If glass is
Note: See TracChangeset for help on using the changeset viewer.