Skip to content

Commit

Permalink
read me and version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Bearded Avenger committed Apr 7, 2014
1 parent 5c79d24 commit 1494770
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,14 @@ Full documentation can be found below.

== Changelog ==

= 1.0.3 =
* FIXED - parallax image bug in Firefox
* FIXED - added the missing “title” option for Timeline component
* FIXED - image now aligns to center if center alignment and width are set on image component
* NEW - Added option area to Theme Customizer to allow custom map tiles from Mapbox
* NEW - Added option to set the default zoom level in the Map component
* misc bug fixes

= 1.0.2 =
* FIXED - Better value saving
* FIXED - Hosted video not obeying width set
Expand Down
4 changes: 2 additions & 2 deletions aesop-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Plugin Name: Aesop Story Engine
* Plugin URI: http://aesopstories.com/story-engine
* Description: Aesop Story Engine is an open-sourced suite of tools that empowers developers to build feature-rich, interactive, long-form storytelling themes for Wordpress.
* Version: 1.0.2
* Version: 1.0.3
* Author: Nick "Bearded Avenger" Haskins
* Author URI: http://nickhaskins.com
* Text Domain: aesop-core
Expand All @@ -30,7 +30,7 @@
}

// Set some constants
define('AI_CORE_VERSION', '1.0.2');
define('AI_CORE_VERSION', '1.0.3');
define('AI_CORE_DIR', plugin_dir_path( __FILE__ ));
define('AI_CORE_URL', plugins_url( '', __FILE__ ));

Expand Down

0 comments on commit 1494770

Please sign in to comment.