Plugin Directory

Changeset 815314


Ignore:
Timestamp:
12/05/2013 08:42:50 AM (12 years ago)
Author:
LordPretender
Message:

version number 1.1 released.

Location:
simple-hierarchical-sitemap
Files:
5 added
3 edited

Legend:

Unmodified
Added
Removed
  • simple-hierarchical-sitemap/trunk/inc/class.shortcode.php

    r781030 r815314  
    1515           
    1616            //On charge toutes les catégories
    17             $this->catégories   = get_categories();
     17            $this->catégories   = array_values(get_categories());
    1818        }
    1919       
  • simple-hierarchical-sitemap/trunk/readme.txt

    r787122 r815314  
    55Requires at least: 3.6.1
    66Tested up to: 3.6.1
    7 Stable tag: 1.0
     7Stable tag: 1.1
    88
    99Simple Hierarchical Sitemap is the simple way to add an HTML sitemap to your wordpress blog...
     
    22221. Upload folder into to the `/wp-content/plugins/` directory
    23231. Activate the plugin through the 'Plugins' menu in WordPress
     241. Use your 'Presentation'/'Sidebar Widgets' settings to drag and configure
    2425
    2526= Automatic installation =
     
    29301. Click on "Add New" next to the Plugins header in the main content area.
    30311. Enter "Simple Hierarchical Sitemap" (without quotes) in the textbox and click the "Search Plugins" button.
    31 1. In the list of relevant plugins click the "Install" link for "Simple Hierarchical Sitemap" on the right hand side of the page.
     321. In the list of relevant plugins click the "Install" link for "WP Realtime Sitemap" on the right hand side of the page.
    32331. Click the "Install Now" button on the popup page.
    33341. Click "Activate Plugin" to finish installation.
     
    5556== Changelog ==
    5657
     58= 1.1 =
     59*   There was a minor issue when retrieving categories list. In some cases, posts were all sorted in the same category without name.
     60
    5761= 1.0 =
    5862*   The first version of the plugin.
    59 
    60 == Upgrade Notice ==
    61 
    62 = 1.0 =
    63 Tested in WordPress 3.6.1
  • simple-hierarchical-sitemap/trunk/simple-hierarchical-sitemap.php

    r781030 r815314  
    66Description: This plugin generates an HTML Sitemap in a hierarchical tree of the posts (and pages) ordered by category and then by title.
    77Author: LordPretender
    8 Version: 1.0
     8Version: 1.1
    99Author URI: http://www.duy-pham.fr
    1010Domain Path: /languages
Note: See TracChangeset for help on using the changeset viewer.