From 076605488cb450f0a54980436485359a072bdfaa Mon Sep 17 00:00:00 2001 From: Graziano Vincini Date: Thu, 25 Aug 2016 10:07:12 +0200 Subject: [PATCH] 1.8.70 Signed-off-by: Graziano Vincini --- aeria.php | 4 ++-- metadata.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aeria.php b/aeria.php index 5dbb98b..022bf10 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.60 + * Version: 1.8.70 */ // Exit if accessed directly if( false === defined('ABSPATH') ) exit; // The Framework version -define('AERIA','1.8.60'); +define('AERIA','1.8.70'); // 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 1ec302d..4df4af4 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.60", + "version": "1.8.70", "requires": "4.0", "tested": "4.5.2", "last_updated": "2016-06-06 17:00:00", - "upgrade_notice": "[AeriaRelationTable | NEW]", + "upgrade_notice": "[AeriaSection Multiple Support]", "author": "Caffeina", "author_homepage": "http://caffeina.com/",