Changeset 816977
- Timestamp:
- 12/08/2013 06:07:27 PM (12 years ago)
- Location:
- category-class
- Files:
-
- 7 added
- 2 edited
-
tags/1.2 (added)
-
tags/1.2/category-class.php (added)
-
tags/1.2/inc (added)
-
tags/1.2/inc/article.class.php (added)
-
tags/1.2/inc/categorie.class.php (added)
-
tags/1.2/inc/squelette.class.php (added)
-
tags/1.2/readme.txt (added)
-
trunk/category-class.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
category-class/trunk/category-class.php
r808982 r816977 3 3 /* 4 4 Plugin Name: Category class 5 Plugin URI: http://www. duy-pham.fr5 Plugin URI: http://www.my-wp-plugins.com/Forum-category-class.html 6 6 Description: This is just a class for developpers which can be used into plugins, widget, ... 7 7 Author: LordPretender 8 Version: 1. 18 Version: 1.2 9 9 Author URI: http://www.duy-pham.fr 10 10 */ -
category-class/trunk/readme.txt
r808982 r816977 5 5 Requires at least: 3.6.1 6 6 Tested up to: 3.6.1 7 Stable tag: 1. 17 Stable tag: 1.2 8 8 9 9 Here is a library for developpers which help them to use categories and posts whithin a simple class. … … 41 41 == Changelog == 42 42 43 = 1.2 = 44 * Support link added. 45 43 46 = 1.1 = 44 47 * All request are now saved in order and will be used if needed (whereas loading them again). … … 47 50 = 1.0 = 48 51 * The first version of the plugin. 49 50 == Upgrade Notice ==51 52 = 1.1 =53 Tested in WordPress 3.7.154 55 = 1.0 =56 Tested in WordPress 3.6.1
Note: See TracChangeset
for help on using the changeset viewer.