Changeset 1229328
- Timestamp:
- 08/24/2015 02:34:29 PM (11 years ago)
- Location:
- ni-breadcrumbs
- Files:
-
- 4 deleted
- 3 edited
-
tags/1.0/ni-breadcrumbs.php (modified) (2 diffs)
-
tags/1.0/readme.txt (modified) (1 diff)
-
trunk/app (deleted)
-
trunk/ni-breadcrumbs.php (deleted)
-
trunk/public (deleted)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/translations (deleted)
Legend:
- Unmodified
- Added
- Removed
-
ni-breadcrumbs/tags/1.0/ni-breadcrumbs.php
r1114466 r1229328 4 4 Plugin Name: NI Breadcrumbs 5 5 Plugin URI: http://www.networkintellect.com 6 Description: Very simple Breadcrumbs Plugin Created By Peter Featherstone @Network Intellect6 Description: Very simple Breadcrumbs Plugin Created By Network Intellect 7 7 Version: 1.0 8 Author: Peter Featherstone8 Author: Network Intellect 9 9 Text Domain: ni-breadcrumbs 10 10 Author URI: http://www.networkintellect.com 11 11 License: GPL2 12 12 Tags: breadcrumbs, ni, ni breadcrumbs 13 14 Copyright 2015 Peter Featherstone <peter.featherstone@networkintellect.com>15 13 16 14 This program is free software; you can redistribute it and/or modify … … 26 24 along with this program; if not, write to the Free Software 27 25 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 28 29 @package WordPress NI Breadcrumbs30 @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-fixed37 with the RM_ tag to avoid conflict, will be updated to use Namespaces when and38 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 and41 all WordPress users.42 26 43 27 |-------------------------------------------------------------------------- -
ni-breadcrumbs/tags/1.0/readme.txt
r1114464 r1229328 1 1 === NI Breadcrumbs === 2 Contributors: peter.featherstone,networkintellect2 Contributors: networkintellect 3 3 Tags: breadcrumbs, ni, ni breadcrumbs 4 4 Requires at least: 3.5.0 5 Tested up to: 4. 15 Tested up to: 4.3 6 6 Stable tag: 1.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 Very simple Breadcrumbs Plugin Created By Peter Featherstone @Network Intellect10 Very simple Breadcrumbs Plugin Created By Network Intellect 11 11 12 12 == Description == 13 13 14 Very simple Breadcrumbs Plugin Created By Peter Featherstone @Network Intellect14 Very simple Breadcrumbs Plugin Created By Network Intellect 15 15 16 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. -
ni-breadcrumbs/trunk/readme.txt
r1114464 r1229328 1 1 === NI Breadcrumbs === 2 Contributors: peter.featherstone, networkintellect3 Tags: breadcrumbs, ni, ni breadcrumbs4 2 Requires at least: 3.5.0 5 3 Tested up to: 4.1 6 4 Stable tag: 1.0 7 License: GPLv2 or later8 License URI: http://www.gnu.org/licenses/gpl-2.0.html9 10 Very simple Breadcrumbs Plugin Created By Peter Featherstone @ Network Intellect11 12 == Description ==13 14 Very simple Breadcrumbs Plugin Created By Peter Featherstone @ Network Intellect15 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 breadcrumbs23 24 == Installation ==25 26 1. Upload `ni-breadcrumbs` to the `/wp-content/plugins/` directory27 2. Activate the plugin through the `Plugins` menu in WordPress28 3. Set your options from the NI Breadcrumbs admin area29 30 Alternatively:31 32 1. Login to your WordPress admin area33 2. Search for `NI Breadcrumbs`34 3. Click install `NI Breadcrumbs`35 4. Activate through the `Plugins` menu in WordPress or when asked during installation36 5. Set your options from the NI Breadcrumbs admin area37 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.