Skip to content

Commit

Permalink
Readying for tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
bfintal committed Feb 20, 2014
1 parent 04c41d2 commit 83bdace
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
Tags: framework, options, admin, admin panel, meta box, theme customizer, option framework, library, sdk
Requires at least: 3.8
Tested up to: 3.8.1
Stable tag: 1.0.2
Stable tag: 1.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -36,6 +36,7 @@ Titan Framework allows theme and plugin developers to create a admin pages, opti

* Checkbox
* Color picker
* Editor (WYSIWYG)
* Heading
* Media uploader
* Multicheck
Expand All @@ -44,6 +45,7 @@ Titan Framework allows theme and plugin developers to create a admin pages, opti
* Note
* Number
* Radio buttons
* Radio palette picker
* Save and reset buttons
* Select (drop down)
* Select Google WebFont
Expand Down Expand Up @@ -153,5 +155,16 @@ $myValue = $titan->getOption( 'option_name', $post_id );`

== Changelog ==

= 1.1 =
* Added WYSIWYG editor option
* Added Radio Palette option
* Fixed bug where special characters in admin pages and tabs were not redirecting correctly
* Fixed minor bug where customizer options become reordered
* Minor bug fixes

= 1.0.1 - 1.0.2 =
* Added styling to the admin options
* Fixed minor debug error in options (Thanks to @Dovy)

= 1.0 =
First release
2 changes: 1 addition & 1 deletion titan-framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: http://titanframework.net/
Description: Titan Framework allows theme and plugin developers to create a admin pages, options, meta boxes, and theme customizer options with just a few simple lines of code.
Author: Benjamin Intal, Gambit
Version: 1.0.2
Version: 1.1
Author URI: http://gambit.ph
*/

Expand Down

0 comments on commit 83bdace

Please sign in to comment.