From f23daf555819afbcb6b941bdc5ec78a0e2c4d2fc Mon Sep 17 00:00:00 2001 From: Benjamin Intal Date: Mon, 29 Sep 2014 16:30:45 +0800 Subject: [PATCH] 1.6 tag --- README.md | 5 ----- readme.txt | 1 + titan-framework.php | 4 ++-- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a50cb8f0..443ba4fa 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/readme.txt b/readme.txt index cce3025a..43d7072d 100644 --- a/readme.txt +++ b/readme.txt @@ -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 diff --git a/titan-framework.php b/titan-framework.php index 2442e524..89b10b82 100644 --- a/titan-framework.php +++ b/titan-framework.php @@ -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