From 579f9fa61ab1075f2d373ec036bbf77fe01e1b0e Mon Sep 17 00:00:00 2001 From: Devin Price Date: Fri, 2 May 2014 15:13:58 -0500 Subject: [PATCH] Version 1.8.2. --- includes/class-options-framework.php | 2 +- options-framework.php | 2 +- readme.md | 2 +- readme.txt | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/includes/class-options-framework.php b/includes/class-options-framework.php index 61b6fa8..cdacbb9 100644 --- a/includes/class-options-framework.php +++ b/includes/class-options-framework.php @@ -15,7 +15,7 @@ class Options_Framework { * @since 1.7.0 * @type string */ - const VERSION = '1.8.1'; + const VERSION = '1.8.2'; /** * Initialize the plugin. diff --git a/options-framework.php b/options-framework.php index d451146..48f33f6 100644 --- a/options-framework.php +++ b/options-framework.php @@ -12,7 +12,7 @@ * Plugin Name: Options Framework * Plugin URI: http://wptheming.com * Description: A framework for building theme options. - * Version: 1.8.1 + * Version: 1.8.2 * Author: Devin Price * Author URI: http://wptheming.com * License: GPL-2.0+ diff --git a/readme.md b/readme.md index 81d66f5..f035b0c 100644 --- a/readme.md +++ b/readme.md @@ -3,7 +3,7 @@ **Tags:** options, theme options **Requires at least:** 3.6 **Tested up to:** 3.9 -**Stable tag:** 1.8.1 +**Stable tag:** 1.8.2 **License:** GPLv2 **Donate link:** http://bit.ly/options-donate-2 diff --git a/readme.txt b/readme.txt index aa100c2..83857a9 100755 --- a/readme.txt +++ b/readme.txt @@ -1,11 +1,11 @@ === Options Framework === -Contributors: @downstairsdev +Contributors: downstairsdev Tags: options, theme options Donate link: http://bit.ly/options-donate-2 Requires at least: 3.6 Tested up to: 3.9 -Stable tag: 1.8.1 +Stable tag: 1.8.2 License: GPLv2 == Description ==