From 18d3e6bf53ddde1a628ae039aba07da8f6ffef47 Mon Sep 17 00:00:00 2001 From: Graziano Vincini Date: Fri, 6 Nov 2015 17:34:55 +0100 Subject: [PATCH] 1.8.8| Minor Bug Fixes --- aeria.php | 4 ++-- metadata.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aeria.php b/aeria.php index 4f3d5ba..ff4380e 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.7 + * Version: 1.8.8 */ // Exit if accessed directly if( false === defined('ABSPATH') ) exit; // The Framework version -define('AERIA','1.8.7'); +define('AERIA','1.8.8'); // 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 7215de0..74a1bd8 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.7", + "version": "1.8.8", "requires": "4.0", "tested": "4.3.1", "last_updated": "2015-11-03 11:00:00", - "upgrade_notice": "[Fix] AeriaMetabox Preview Single Image", + "upgrade_notice": "[Fix] Minor Bug Fixes", "author": "Caffeina", "author_homepage": "http://caffeina.co/",