Changeset 2966572
- Timestamp:
- 09/13/2023 02:24:40 PM (3 years ago)
- Location:
- ldd-directory-lite/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
ldd-directory-lite.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ldd-directory-lite/trunk/README.txt
r2920323 r2966572 4 4 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7EUP56RH7E8RJ 5 5 Requires at least: 5.0 or higher 6 Tested up to: 6. 2.27 Stable tag: 3. 126 Tested up to: 6.3 7 Stable tag: 3.2 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 136 136 137 137 == Upgrade Notice == 138 139 = 3.2 = 140 * Fixed front end listing management issue 141 * layout fixes on category page 142 138 143 139 144 = 3.10 = -
ldd-directory-lite/trunk/ldd-directory-lite.php
r2920323 r2966572 10 10 * Plugin URI: https://plugins.lddwebdesign.com 11 11 * Description: Powerful and simple to use, add a directory of business or other organizations to your web site. 12 * Version: 3. 1212 * Version: 3.2 13 13 * Author: LDD Web Design 14 14 * Author URI: http://www.lddwebdesign.com … … 28 28 * Define constants 29 29 */ 30 define('LDDLITE_VERSION', '3. 12');30 define('LDDLITE_VERSION', '3.2'); 31 31 32 32 define('LDDLITE_PATH', dirname(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.