Changeset 765541
- Timestamp:
- 09/02/2013 01:01:30 AM (13 years ago)
- Location:
- simple-crumbs-redux/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
simple-crumbs-redux.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-crumbs-redux/trunk/readme.txt
r765534 r765541 1 1 === Simple Crumbs Redux === 2 2 Contributors: Doug Sparling 3 Donate link: http://www.dougsparling.org/wordpress-plugins/simple-crumbs-redux/ 3 4 Tags: breadcrumbs, navigation 4 5 Requires at least: 2.7 5 6 Tested up to: 3.6 6 Stable tag: 1.0.0 7 Stable tag: 1.0.1 8 License: GPLv2 or later 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 7 10 8 11 … … 35 38 36 39 37 == Changelog ==38 39 40 Version: 1.0.041 * Fixed 'PHP Fatal error: Call-time pass-by-reference has been removed' with PHP 5.4 and greater.42 * Converted plugin from functional style to Object Oriented.43 * Repaced sc_unpack_query_string function with WordPress core function wp_parse_args().44 45 46 Released under GNU v2 June 199147 48 49 40 == Installation == 50 41 … … 63 54 * from html with document root: `[simple_crumbs root="Some Root" /]` 64 55 * from html without document root: `[simple_crumbs /]` 56 57 58 == Frequently Asked Questions == 59 60 = Why another breadcrumbs plugin? = 61 62 A client of mine was using the Simple Crumbs and it wouldn't work once PHP was updated on his server. As Simple Crumbs hadn't been updated since 2009 and I needed to get my client going, I just created Simple Crumbs Redux and got him going. I made a few minor improvements over the original plugin and will work as a drop in replacement. Whether I add any other features depends on my needs and if I get any requests from users. 63 64 65 == Screenshots == 66 67 1. No UI. No screenshots available. 68 69 70 == Changelog == 71 72 = 1.0.0 = 73 74 * Initial Release. 75 * Fixed 'PHP Fatal error: Call-time pass-by-reference has been removed' with PHP 5.4 and greater. 76 * Converted plugin from functional style to Object Oriented. 77 * Repaced sc_unpack_query_string function with WordPress core function wp_parse_args(). 78 79 = 1.0.1 = 80 81 * Upated readme to pass validation. 82 83 84 == Upgrade Notice == 85 86 = 1.0.1 = 87 88 Updated readme to pass validation. -
simple-crumbs-redux/trunk/simple-crumbs-redux.php
r765534 r765541 5 5 Description: Simple Crumbs Redux- Generates a breadcrumb trail for pages and blog entries. Requires use of permalinks and php > 4.1.0, tested up to WP 3.6. 6 6 Author: Doug Sparling 7 Version: 1.0. 07 Version: 1.0.1 8 8 Author URI: http://www.dougsparling.org 9 9 Note: link/crumb information from $query_string
Note: See TracChangeset
for help on using the changeset viewer.