Skip to content

Commit

Permalink
1.6 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bfintal committed Sep 29, 2014
1 parent 9a78e62 commit f23daf5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ Titan Framework

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.

#### Updates
* Replaced fontawesome with WordPress-bundled dashicons. This should make the framework more of lightweight.
* New features in the works! Among them, form dependency, opt-in tracking, and the desc parameter for panels, tabs and metaboxes! Stay tuned for more details on when they'll be available!
* Version 1.5.2 has been pushed out to the WP.org plugin repository!

#### Features
* Makes development unbelievably easy
* Built with optimization in mind
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Want to see what Titan Framework can do? [Check out our live demo, no need to in
* Code (using [Ace](http://ace.c9.io/#nav=about))
* Color picker
* Editor (WYSIWYG)
* Enable
* Font Style (Web safe fonts and Google WebFonts)
* Heading
* Media uploader
Expand Down
4 changes: 2 additions & 2 deletions titan-framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
Plugin URI: http://www.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.6-dev
Version: 1.6
Author URI: http://gambit.ph
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

// Used for tracking the version used
defined( 'TF_VERSION' ) or define( 'TF_VERSION', '1.6-dev' );
defined( 'TF_VERSION' ) or define( 'TF_VERSION', '1.6' );
// Used for text domains
defined( 'TF_I18NDOMAIN' ) or define( 'TF_I18NDOMAIN', 'titan-framework' );
// Used for general naming, e.g. nonces
Expand Down

0 comments on commit f23daf5

Please sign in to comment.