Skip to content

Commit

Permalink
1.8.33
Browse files Browse the repository at this point in the history
  • Loading branch information
vincio87 committed Mar 4, 2016
1 parent ef5a22d commit 11a142b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions aeria.php
Original file line number Diff line number Diff line change
Expand Up @@ -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() );
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/",

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 11a142b

Please sign in to comment.