Plugin Directory

Changeset 765541


Ignore:
Timestamp:
09/02/2013 01:01:30 AM (13 years ago)
Author:
scriptrunner
Message:

Update readme to pass validation test

Location:
simple-crumbs-redux/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • simple-crumbs-redux/trunk/readme.txt

    r765534 r765541  
    11=== Simple Crumbs Redux ===
    22Contributors: Doug Sparling
     3Donate link: http://www.dougsparling.org/wordpress-plugins/simple-crumbs-redux/
    34Tags: breadcrumbs, navigation
    45Requires at least: 2.7
    56Tested up to: 3.6
    6 Stable tag: 1.0.0
     7Stable tag: 1.0.1
     8License: GPLv2 or later
     9License URI: http://www.gnu.org/licenses/gpl-2.0.html
    710
    811
     
    3538
    3639
    37 == Changelog ==
    38 
    39 
    40 Version: 1.0.0
    41 * 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 1991
    47 
    48 
    4940== Installation ==
    5041
     
    6354* from html with document root: `[simple_crumbs root="Some Root" /]`
    6455* from html without document root: `[simple_crumbs /]`
     56
     57
     58== Frequently Asked Questions ==
     59
     60= Why another breadcrumbs plugin? =
     61
     62A 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
     671. 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
     88Updated readme to pass validation.
  • simple-crumbs-redux/trunk/simple-crumbs-redux.php

    r765534 r765541  
    55Description: 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.
    66Author: Doug Sparling
    7 Version: 1.0.0
     7Version: 1.0.1
    88Author URI: http://www.dougsparling.org
    99Note: link/crumb information from $query_string
Note: See TracChangeset for help on using the changeset viewer.