forked from hlashbrooke/WordPress-Plugin-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
44 lines (38 loc) · 1.75 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
*** WordPress Plugin Template Changelog ***
2014.08.05 - version 3.0.0
* New - Library for registering post types
* New - Library for registering taxonomies
* New - Library for generic admin functions
* New - Adding wrapper functions to main plugin class to employ new libraries
* New - Adding tabs to settings page
* Tweak - Updating build-plugin.sh to cater for new library files
* Tweak - Bumping compatibility version
* Tweak - Adding correct GPL reference
* Tweak - Updating README.md with a few pointers on how to use the new libraries
* Fix - Markup fix for settings fields
2014.06.27 - version 2.1.0
* New - Adding Grunt.js support (kudos kloon)
* New - Including custom post type class by default
* Tweak - Updating custom post type class to be compatible with the rest of the plugin
* Tweak - Improving general syntax
* Tweak - Making build-plugin.sh compatible with more devices (kudos Natrio42)
* Fix - Markup fix (kudos mrsonord)
2014.04.07 - version 2.0.0
* New - Refactoring method for loading main class
* New - Minifying JS
* New - Adding default CSS & Less files
* New - Adding script and style enqueue functions
* New - Adding shell script to clone template to new folder
* Tweak - Adding further DocBlock comments
* Tweak - Modifying readme.txt to be more generic
* Fix - Fixing image upload settings field to work with more than one field on the same page
* Fix - Fixing column headers for custom post types (kudos ffabiosales)
2014.02.26 - version 1.1.0
* New - Completely refactoring the settings class
* Tweak - Updating WordPress version compatibility
2013.12.05 - version 1.0.1
* Tweak - Adding DocBlock comments
* Tweak - Slight refactor
* Tweak - Updating WordPress version compatibility
2012.12.13 - version 1.0.0
* Initial release