diff --git a/aeria.php b/aeria.php index 25d4578..6174d53 100755 --- a/aeria.php +++ b/aeria.php @@ -5,14 +5,14 @@ * Author: Caffeina * Author URI: http://caffeina.it * Plugin URI: https://github.com/CaffeinaLab/aeria - * Version: 1.8.32 + * Version: 1.8.33 */ // Exit if accessed directly if( false === defined('ABSPATH') ) exit; // The Framework version -define('AERIA','1.8.32'); +define('AERIA','1.8.33'); // Store whether or not we're in the admin if( false === defined('IS_ADMIN') ) define( 'IS_ADMIN', is_admin() ); diff --git a/metadata.json b/metadata.json index 95b0cae..92b7c11 100755 --- a/metadata.json +++ b/metadata.json @@ -3,11 +3,11 @@ "slug": "aeria", "homepage": "http://labs.caffeina.co/tech/aeria", "download_url": "https://github.com/CaffeinaLab/aeria/archive/master.zip", - "version": "1.8.32", + "version": "1.8.33", "requires": "4.0", "tested": "4.3.1", "last_updated": "2016-02-26 10:00:00", - "upgrade_notice": "[Fix AeriaMetabox | Checkbox]", + "upgrade_notice": "[Fix AeriaSection | Add filter text]", "author": "Caffeina", "author_homepage": "http://caffeina.com/", diff --git a/readme.txt b/readme.txt index 465353b..f2b26a6 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: caffeina Tags: framework, metabox, custom-post, development Requires at least: 3.0 Tested up to: 4.4 -Stable tag: 1.8.32 +Stable tag: 1.8.33 WordPress Rapid Development Toolkit