Plugin Directory

Changeset 1229328


Ignore:
Timestamp:
08/24/2015 02:34:29 PM (11 years ago)
Author:
networkintellect
Message:

Updated

Location:
ni-breadcrumbs
Files:
4 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • ni-breadcrumbs/tags/1.0/ni-breadcrumbs.php

    r1114466 r1229328  
    44Plugin Name: NI Breadcrumbs
    55Plugin URI: http://www.networkintellect.com
    6 Description: Very simple Breadcrumbs Plugin Created By Peter Featherstone @ Network Intellect
     6Description: Very simple Breadcrumbs Plugin Created By Network Intellect
    77Version: 1.0
    8 Author: Peter Featherstone
     8Author: Network Intellect
    99Text Domain: ni-breadcrumbs
    1010Author URI: http://www.networkintellect.com
    1111License: GPL2
    1212Tags: breadcrumbs, ni, ni breadcrumbs
    13 
    14 Copyright 2015 Peter Featherstone <peter.featherstone@networkintellect.com>
    1513
    1614This program is free software; you can redistribute it and/or modify
     
    2624along with this program; if not, write to the Free Software
    2725Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    28 
    29 @package  WordPress NI Breadcrumbs
    30 @author   Peter Featherstone <peter.featherstone@networkintellect.com>
    31 
    32 |--------------------------------------------------------------------------
    33 | A note on Namespaces (or lack of)
    34 |--------------------------------------------------------------------------
    35  
    36 Unfortunately, due to ~70% non-support for NameSpaces all Classes are pre-fixed
    37 with the RM_ tag to avoid conflict, will be updated to use Namespaces when and
    38 if it becomes a requirement for WordPress.
    39 
    40 It's a bit ugly but it's the best way for compatibility with other plug-ins and
    41 all WordPress users.
    4226 
    4327|--------------------------------------------------------------------------
  • ni-breadcrumbs/tags/1.0/readme.txt

    r1114464 r1229328  
    11=== NI Breadcrumbs ===
    2 Contributors: peter.featherstone, networkintellect
     2Contributors: networkintellect
    33Tags: breadcrumbs, ni, ni breadcrumbs
    44Requires at least: 3.5.0
    5 Tested up to: 4.1
     5Tested up to: 4.3
    66Stable tag: 1.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    10 Very simple Breadcrumbs Plugin Created By Peter Featherstone @ Network Intellect
     10Very simple Breadcrumbs Plugin Created By Network Intellect
    1111
    1212== Description ==
    1313
    14 Very simple Breadcrumbs Plugin Created By Peter Featherstone @ Network Intellect
     14Very simple Breadcrumbs Plugin Created By Network Intellect
    1515
    1616Please note that I have created this plugin as a personal project to use across various sites that I make, therefore there will be no custom support or feature requests in regards this plugin.
  • ni-breadcrumbs/trunk/readme.txt

    r1114464 r1229328  
    11=== NI Breadcrumbs ===
    2 Contributors: peter.featherstone, networkintellect
    3 Tags: breadcrumbs, ni, ni breadcrumbs
    42Requires at least: 3.5.0
    53Tested up to: 4.1
    64Stable tag: 1.0
    7 License: GPLv2 or later
    8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
    9 
    10 Very simple Breadcrumbs Plugin Created By Peter Featherstone @ Network Intellect
    11 
    12 == Description ==
    13 
    14 Very simple Breadcrumbs Plugin Created By Peter Featherstone @ Network Intellect
    15 
    16 Please note that I have created this plugin as a personal project to use across various sites that I make, therefore there will be no custom support or feature requests in regards this plugin.
    17 
    18 You are of course more than welcome to use it however if you wish and it fulfils your needs.
    19 
    20 It currently supports the following shortcode:
    21 
    22 [ni-breadcrumbs] - Shows listed breadcrumbs
    23 
    24 == Installation ==
    25 
    26 1. Upload `ni-breadcrumbs` to the `/wp-content/plugins/` directory
    27 2. Activate the plugin through the `Plugins` menu in WordPress
    28 3. Set your options from the NI Breadcrumbs admin area
    29 
    30 Alternatively:
    31 
    32 1. Login to your WordPress admin area
    33 2. Search for `NI Breadcrumbs`
    34 3. Click install `NI Breadcrumbs`
    35 4. Activate through the `Plugins` menu in WordPress or when asked during installation
    36 5. Set your options from the NI Breadcrumbs admin area
    37 
    38 == Frequently Asked Questions ==
    39 
    40 == Screenshots ==
    41 
    42 == Changelog ==
    43 
    44 = 1.0 (13th Mar 2015) =
    45 
    46 * Initial Version Released.
    47 
    48 == Upgrade Notice ==
Note: See TracChangeset for help on using the changeset viewer.