=== Changelog ===
= 1.0.2 - 2015/01/12 =
* Fix - Fatal Error on first install on some installs. Hook the 'set_default_settings' function into 'init' action instead hook into 'register_activation_hook'
* Fix - Item main image caption not showing. Updated if ( ! is_array( $gallery ) ) to if ( is_array( $gallery ) )
* Credit - Thanks to wordpress.org memeber [jmdev](https://wordpress.org/support/profile/jmdev) for reporting the issue.
= 1.0.1 - 2015/01/05 =
* Feature - Add a3 Portfolio Isotope Add-On Free plugin download from the Add-On's menu
* Tweak - Updated the plugins description with details about the Isotope Add-On plugin.
* Tweak - Link from the Isotope Add-On plugin to http://a3rev.com/my-account/free-downloads/
* Tweak - Add Registration and Login features to the /free-downloads/ page
* Tweak - Add License agreement for first download of a3 Portfolio Isotope plugin
* Tweak - Added effect mouse over on the card for Add-On page
* Tweak - Remove custom colour for Add-On submenu title.
* Dev - Hooked framework code into 'plugins_loaded' action. Allows developers to add their child plugin admin menu as a a3 Portfolio sub menu
* Dev - Defined 'a3_portfolio_before_portfolio_enqueue_styles' action tag.
* Dev - Defined 'a3_portfolio_after_portfolio_enqueue_styles' action tag.
* Dev - Defined 'a3_portfolio_before_portfolio_enqueue_styles_rtl' action tag.
* Dev - Defined 'a3_portfolio_after_portfolio_enqueue_styles_rtl' action tag.
* Dev - Defined 'a3_portfolio_before_single_enqueue_styles' action tag.
* Dev - Defined 'a3_portfolio_after_single_enqueue_styles' action tag.
* Dev - Defined 'a3_portfolio_before_single_enqueue_styles_rtl' action tag.
* Dev - Defined 'a3_portfolio_after_single_enqueue_styles_rtl' action tag.
= 1.0.0 - 2014/12/16 =
* First release.