From 0d9adf75bbf37f5524a4ca0ba18ef9d76a527bb1 Mon Sep 17 00:00:00 2001 From: Graziano Vincini Date: Wed, 25 Feb 2015 16:46:28 +0100 Subject: [PATCH] 1.3.6 Signed-off-by: Graziano Vincini --- aeria.php | 4 ++-- metadata.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/aeria.php b/aeria.php index 0bd0b2b..9480ada 100755 --- a/aeria.php +++ b/aeria.php @@ -5,14 +5,14 @@ * Author: Caffeina Srl * Author URI: http://caffeina.co * Plugin URI: https://github.com/CaffeinaLab/aeria - * Version: 1.3.5 + * Version: 1.3.6 */ // Exit if accessed directly if( false === defined('ABSPATH') ) exit; // The Framework version -define('AERIA','1.3.5'); +define('AERIA','1.3.6'); // 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 c570c90..28a1a09 100644 --- a/metadata.json +++ b/metadata.json @@ -4,11 +4,11 @@ "homepage": "http://labs.caffeina.co/tech/aeria", "download_url": "https://github.com/CaffeinaLab/aeria/archive/master.zip", - "version": "1.3.5", + "version": "1.3.6", "requires": "3.5", "tested": "4.0", - "last_updated": "2015-02-11 15:00:00", - "upgrade_notice": "[New Feature] Aeria No Comments", + "last_updated": "2015-02-25 16:45:00", + "upgrade_notice": "[New Feature] Aeria Post Raw", "author": "Caffeina", "author_homepage": "http://caffeina.co/",