Plugin Directory

Changeset 1565493


Ignore:
Timestamp:
12/31/2016 06:56:36 PM (9 years ago)
Author:
LordPretender
Message:

This is just a test to make sure subversion is working fine on my local machine.
Changes will be revert after.

Location:
category-class/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • category-class/trunk/category-class.php

    r816977 r1565493  
    33/*
    44Plugin Name: Category class
    5 Plugin URI: http://www.my-wp-plugins.com/Forum-category-class.html
    65Description: This is just a class for developpers which can be used into plugins, widget, ...
    76Author: LordPretender
    8 Version: 1.2
     7Version: 1.3
    98Author URI: http://www.duy-pham.fr
    109*/
  • category-class/trunk/inc/categorie.class.php

    r808982 r1565493  
    179179   
    180180    /**
     181    * Retourne le tableau des sous-catégories.
     182    *
     183    * @return Array Tableau d'objets CCS_Catégorie.
     184    */
     185    public function getSousCatégories(){
     186        return $this->sousCatégories;
     187    }
     188   
     189    /**
    181190    * Permet de chercher une valeur dans un tableau d'objets en fournissant la valeur mais aussi l'attribut.
    182191    *
  • category-class/trunk/readme.txt

    r816977 r1565493  
    55Requires at least: 3.6.1
    66Tested up to: 3.6.1
    7 Stable tag: 1.2
     7Stable tag: 1.3
    88
    9 Here is a library for developpers which help them to use categories and posts whithin a simple class.
     9Here is a library for developpers which help them to use categories and posts whithin a simple class....
    1010
    1111== Description ==
     
    4141== Changelog ==
    4242
     43= 1.3 =
     44*   New method in CCS_Catégorie class. It is now possible to access to sub-categories.
     45
    4346= 1.2 =
    4447*   Support link added.
Note: See TracChangeset for help on using the changeset viewer.