From ae40bc51ffa11c6edc9507d3f110f12e675b4e06 Mon Sep 17 00:00:00 2001 From: Graziano Vincini Date: Mon, 8 Jun 2015 12:53:53 +0200 Subject: [PATCH] 1.8 Signed-off-by: Graziano Vincini --- aeria.php | 6 +++--- metadata.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/aeria.php b/aeria.php index 8892234..27c785c 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.7.3 + * Version: 1.8 */ // Exit if accessed directly if( false === defined('ABSPATH') ) exit; // The Framework version -define('AERIA','1.7.3'); +define('AERIA','1.8'); // Store whether or not we're in the admin if( false === defined('IS_ADMIN') ) define( 'IS_ADMIN', is_admin() ); @@ -51,7 +51,7 @@ function icon($name){ // Enqueue Admin Scripts if(IS_ADMIN){ - + // Register filters add_filter( 'posts_where', 'AeriaUtils::title_like_posts_where', 10, 2 ); diff --git a/metadata.json b/metadata.json index 23b0d81..3778a42 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.7.3", + "version": "1.8", "requires": "4.0", "tested": "4.2", - "last_updated": "2015-03-17 12:30:00", - "upgrade_notice": "[New] AeriaAdmin", + "last_updated": "2015-06-08 12:30:00", + "upgrade_notice": "[New] AeriaSection", "author": "Caffeina", "author_homepage": "http://caffeina.co/",