Plugin Directory

Changeset 1700769


Ignore:
Timestamp:
07/22/2017 02:05:24 PM (9 years ago)
Author:
bjoerne
Message:

1.1.0: Compatibility with PHP 7.0

Location:
navigation-du-lapin-blanc/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • navigation-du-lapin-blanc/trunk/classes.php

    r985603 r1700769  
    33 * @package Bjoerne
    44 * @subpackage NavigationDuLapinBlanc
    5  * @version 1.0.6
     5 * @version 1.1.0
    66 * Classes used by navigation-du-lapin-blanc WordPress plugin
    77 */
     
    196196     * @abstract
    197197     */
    198     function matches($node, $arg) {
     198    function matches(&$node, $arg) {
    199199        // abstract
    200200    }
  • navigation-du-lapin-blanc/trunk/navigation-du-lapin-blanc.php

    r985592 r1700769  
    33 * @package Bjoerne
    44 * @subpackage NavigationDuLapinBlanc
    5  * @version 1.0.6
     5 * @version 1.1.0
    66 */
    77/*
     
    99 Plugin URI: http://www.bjoerne.com/navigation-du-lapin-blanc
    1010 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.6
     11 Version: 1.1.0
    1212 Author: Björn Weinbrenner
    13  Author URI: http://www.bjoerne.com/
     13 Author URI: https://www.bjoerne.com/
    1414
    1515 Contributors:
  • navigation-du-lapin-blanc/trunk/readme.txt

    r1183863 r1700769  
    11=== Plugin Name ===
    22Contributors: bjoerne
    3 Donate link: http://www.bjoerne.com/navigation-du-lapin-blanc/?page_id=13
     3Donate link: https://www.bjoerne.com/navigation-du-lapin-blanc/donate/
    44Tags: navigation, menu, cms, content management system, sitemap, page, category, url, main navigation, sub navigation, metadata, item, web design
    55Requires at least: 2.8.0
    6 Tested up to: 4.2.2
     6Tested up to: 4.8
    77Stable tag: trunk
    88
     
    8282* Support categery name and category slug to be used as value for bjoerne_category_name when integration categories in the navigation
    8383* 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.