Changeset 948239
- Timestamp:
- 07/14/2014 06:02:54 PM (12 years ago)
- Location:
- ldd-directory-lite/trunk
- Files:
-
- 32 added
- 33 deleted
- 2 edited
-
README.txt (modified) (3 diffs)
-
cache (deleted)
-
import-lddbd.php (added)
-
includes/actions (deleted)
-
includes/admin/filters.php (added)
-
includes/admin/pointers.php (deleted)
-
includes/admin/sanitize.php (added)
-
includes/class.processor.php (added)
-
includes/class.raintpl.php (deleted)
-
includes/cmb/.git (added)
-
includes/listings.php (added)
-
includes/post-types.php (deleted)
-
includes/shortcode.php (deleted)
-
includes/shortcodes (added)
-
includes/shortcodes/directory.php (added)
-
includes/shortcodes/submit.php (added)
-
includes/template-functions.php (added)
-
ldd-directory-lite.php (modified) (2 diffs)
-
public/css/bootstrap.css (deleted)
-
public/css/bootstrap.min.css (added)
-
public/css/bootstrap.min.css.map (added)
-
public/css/directory.min.css (added)
-
public/css/directory.min.css.map (added)
-
public/css/style.css (deleted)
-
public/images/icon-check.png (deleted)
-
public/images/icon-menu.png (deleted)
-
public/images/loading.gif (deleted)
-
public/images/social (deleted)
-
public/images/stars.png (deleted)
-
public/js/admin.js (added)
-
public/js/bootstrap.min.js (added)
-
public/js/contact.js (added)
-
public/js/responsiveslides.js (deleted)
-
public/js/search.js (deleted)
-
templates/category.php (added)
-
templates/category.tpl (deleted)
-
templates/contact-sidebar.php (added)
-
templates/header.php (added)
-
templates/header.tpl (deleted)
-
templates/home.php (added)
-
templates/home.tpl (deleted)
-
templates/listing-compact.php (added)
-
templates/listing-compact.tpl (deleted)
-
templates/listing-grid.php (added)
-
templates/listing-grid.tpl (deleted)
-
templates/listing.tpl (deleted)
-
templates/login.php (added)
-
templates/modal-contact.tpl (deleted)
-
templates/modal-tos.tpl (deleted)
-
templates/panel-general.php (added)
-
templates/panel-geography.php (added)
-
templates/panel-meta.php (added)
-
templates/search-notfound.tpl (deleted)
-
templates/search.php (added)
-
templates/search.tpl (deleted)
-
templates/single.php (added)
-
templates/submit-account.tpl (deleted)
-
templates/submit-general.tpl (deleted)
-
templates/submit-geography.tpl (deleted)
-
templates/submit-success.php (added)
-
templates/submit-success.tpl (deleted)
-
templates/submit-tos.php (added)
-
templates/submit-urls.tpl (deleted)
-
templates/submit.php (added)
-
templates/submit.tpl (deleted)
-
templates/thumbnail-featured.tpl (deleted)
-
templates/thumbnail-new.tpl (deleted)
Legend:
- Unmodified
- Added
- Removed
-
ldd-directory-lite/trunk/README.txt
r948223 r948239 4 4 Requires at least: 3.9.1 5 5 Tested up to: 3.9.1 6 Stable tag: 0.7 -beta6 Stable tag: 0.7.1-beta 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 94 94 == Upgrade Notice == 95 95 96 = 0.7 -beta =96 = 0.7.1-beta = 97 97 This 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. 98 98 … … 100 100 == Changelog == 101 101 102 = 0.7 -beta =102 = 0.7.1-beta = 103 103 104 104 * 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 11 11 * Plugin URI: http://wordpress.org/plugins/ldd-directory-lite 12 12 * Description: Powerful and simple to use, add a directory of business or other organizations to your web site. 13 * Version: 0.7 -beta13 * Version: 0.7.1-beta 14 14 * Author: LDD Web Design 15 15 * Author URI: http://www.lddwebdesign.com … … 27 27 * Define constants 28 28 */ 29 define('LDDLITE_VERSION', '0.7 -beta');29 define('LDDLITE_VERSION', '0.7.1-beta'); 30 30 31 31 define('LDDLITE_PATH', trailingslashit(dirname(__FILE__)));
Note: See TracChangeset
for help on using the changeset viewer.