Skip to content

Commit

Permalink
1.8
Browse files Browse the repository at this point in the history
Signed-off-by: Graziano Vincini <[email protected]>
  • Loading branch information
vincio87 committed Jun 8, 2015
1 parent 6924c63 commit ae40bc5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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.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() );
Expand Down Expand Up @@ -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 );

Expand Down
6 changes: 3 additions & 3 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.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/",

Expand Down

0 comments on commit ae40bc5

Please sign in to comment.