Skip to content

Commit

Permalink
1.8.70
Browse files Browse the repository at this point in the history
Signed-off-by: Graziano Vincini <[email protected]>
  • Loading branch information
vincio87 committed Aug 25, 2016
1 parent 4a1a3d2 commit 0766054
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.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() );
Expand Down
4 changes: 2 additions & 2 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.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/",

Expand Down

0 comments on commit 0766054

Please sign in to comment.