Changeset 1700769
- Timestamp:
- 07/22/2017 02:05:24 PM (9 years ago)
- Location:
- navigation-du-lapin-blanc/trunk
- Files:
-
- 3 edited
-
classes.php (modified) (2 diffs)
-
navigation-du-lapin-blanc.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
navigation-du-lapin-blanc/trunk/classes.php
r985603 r1700769 3 3 * @package Bjoerne 4 4 * @subpackage NavigationDuLapinBlanc 5 * @version 1. 0.65 * @version 1.1.0 6 6 * Classes used by navigation-du-lapin-blanc WordPress plugin 7 7 */ … … 196 196 * @abstract 197 197 */ 198 function matches( $node, $arg) {198 function matches(&$node, $arg) { 199 199 // abstract 200 200 } -
navigation-du-lapin-blanc/trunk/navigation-du-lapin-blanc.php
r985592 r1700769 3 3 * @package Bjoerne 4 4 * @subpackage NavigationDuLapinBlanc 5 * @version 1. 0.65 * @version 1.1.0 6 6 */ 7 7 /* … … 9 9 Plugin URI: http://www.bjoerne.com/navigation-du-lapin-blanc 10 10 Description: This plugin provides integrated navigation for your website. Thus you can use WordPress as a CMS for your website and think in terms of main navigation, sub navigation etc. A navigation item can link to page, a category, directly to the first sub navigation item (if no own content exist for this item), an external url or a sitemap page. There are a lot of helpful methods to realize a website navigation with little effort like printing the navigation on any level (main, sub, sub sub etc.), searching single navigation items and handle them individually, using cross links in the content, providing a sitemap page and so on. 11 Version: 1. 0.611 Version: 1.1.0 12 12 Author: Björn Weinbrenner 13 Author URI: http ://www.bjoerne.com/13 Author URI: https://www.bjoerne.com/ 14 14 15 15 Contributors: -
navigation-du-lapin-blanc/trunk/readme.txt
r1183863 r1700769 1 1 === Plugin Name === 2 2 Contributors: bjoerne 3 Donate link: http ://www.bjoerne.com/navigation-du-lapin-blanc/?page_id=133 Donate link: https://www.bjoerne.com/navigation-du-lapin-blanc/donate/ 4 4 Tags: navigation, menu, cms, content management system, sitemap, page, category, url, main navigation, sub navigation, metadata, item, web design 5 5 Requires at least: 2.8.0 6 Tested up to: 4. 2.26 Tested up to: 4.8 7 7 Stable tag: trunk 8 8 … … 82 82 * Support categery name and category slug to be used as value for bjoerne_category_name when integration categories in the navigation 83 83 * Remove phpDoc from plugin code 84 85 = 1.1.0 = 86 * Compatibility with PHP 7.0
Note: See TracChangeset
for help on using the changeset viewer.