Plugin Directory

Changeset 948239


Ignore:
Timestamp:
07/14/2014 06:02:54 PM (12 years ago)
Author:
delayedinsanity
Message:

Fixing trunk for 0.7.1

Location:
ldd-directory-lite/trunk
Files:
32 added
33 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • ldd-directory-lite/trunk/README.txt

    r948223 r948239  
    44Requires at least: 3.9.1
    55Tested up to: 3.9.1
    6 Stable tag: 0.7-beta
     6Stable tag: 0.7.1-beta
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9494== Upgrade Notice ==
    9595
    96 = 0.7-beta =
     96= 0.7.1-beta =
    9797This is a major update towards releasing a stable version of ldd directory lite, and addresses numerous issues reported by users with the earlier beta copies.
    9898
     
    100100== Changelog ==
    101101
    102 = 0.7-beta =
     102= 0.7.1-beta =
    103103
    104104* Cleaned up code formatting and style considerably across the entire plugin, adding much needed inline documentation
  • ldd-directory-lite/trunk/ldd-directory-lite.php

    r948223 r948239  
    1111 * Plugin URI:        http://wordpress.org/plugins/ldd-directory-lite
    1212 * Description:       Powerful and simple to use, add a directory of business or other organizations to your web site.
    13  * Version:           0.7-beta
     13 * Version:           0.7.1-beta
    1414 * Author:            LDD Web Design
    1515 * Author URI:        http://www.lddwebdesign.com
     
    2727 * Define constants
    2828 */
    29 define('LDDLITE_VERSION', '0.7-beta');
     29define('LDDLITE_VERSION', '0.7.1-beta');
    3030
    3131define('LDDLITE_PATH', trailingslashit(dirname(__FILE__)));
Note: See TracChangeset for help on using the changeset viewer.