Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Graziano Vincini <[email protected]>
  • Loading branch information
vincio87 committed Dec 5, 2014
1 parent da6e0c9 commit 51596ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 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 Srl
* Author URI: http://caffeina.co
* Plugin URI: https://github.com/CaffeinaLab/aeria
* Version: 1.1.1
* Version: 1.2.0
*/

// Exit if accessed directly
if( false === defined('ABSPATH') ) exit;

// The Framework version
define('AERIA','1.1.1');
define('AERIA','1.2.0');

// Store whether or not we're in the admin
if( false === defined('IS_ADMIN') ) define( 'IS_ADMIN', is_admin() );
Expand Down
11 changes: 4 additions & 7 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,17 @@
"homepage": "http://labs.caffeina.co/tech/aeria",
"download_url": "https://github.com/CaffeinaLab/aeria/archive/master.zip",

"version": "1.1.1",
"version": "1.2.0",
"requires": "3.5",
"tested": "4.0",
"last_updated": "2014-12-04 10:00:00",
"upgrade_notice": "Aeria Branding and Aeria Dashboard",
"last_updated": "2014-12-05 11:00:00",
"upgrade_notice": "[New] User Profile upload photo",

"author": "Caffeina",
"author_homepage": "http://caffeina.co/",

"sections": {
"description": "(Required) Plugin description. Basic HTML can be used in all sections.",
"installation": "(Recommended) Installation instructions.",
"changelog": "(Recommended) Changelog. <p>This section will be opened by default when the user clicks 'View version XYZ information'.</p>",
"custom_section": "This is a custom section labeled 'Custom Section'."
"description": "Modular, Fast, Wordpress Framework for advanced theme development.",
},

"rating": 100,
Expand Down

0 comments on commit 51596ea

Please sign in to comment.