diff --git a/readme.md b/readme.md index 4c8e727..2841134 100644 --- a/readme.md +++ b/readme.md @@ -22,6 +22,10 @@ This plugin provides a shortcode, widget, helper functions, and default styles f ## Changelog ## +### 2.0.0 ### +* Enhancements: + * Updated layout hooks to use filters instead of actions. Please note this change is not backward-compatible with layouts registered using hooks provided by older versions of the plugin. + ### 1.0.6 ### * Bug Fixes: * Fixed bug in modern layout that could cause broken HTML in event descriptions. diff --git a/readme.txt b/readme.txt index 0ddd567..c786ac4 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: ucfwebcom Tags: ucf, events Requires at least: 4.5.3 Tested up to: 4.5.3 -Stable tag: 1.0.6 +Stable tag: 2.0.0 License: GPLv3 or later License URI: http://www.gnu.org/copyleft/gpl-3.0.html @@ -29,6 +29,10 @@ This plugin provides a shortcode, widget, helper functions, and default styles f == Changelog == += 2.0.0 = +* Enhancements: + * Updated layout hooks to use filters instead of actions. Please note this change is not backward-compatible with layouts registered using hooks provided by older versions of the plugin. + = 1.0.6 = * Bug Fixes: * Fixed bug in modern layout that could cause broken HTML in event descriptions. diff --git a/ucf-events.php b/ucf-events.php index c362ed9..63301ab 100644 --- a/ucf-events.php +++ b/ucf-events.php @@ -2,7 +2,7 @@ /* Plugin Name: UCF Events Description: Contains shortcode and widget for displaying UCF Events Feeds -Version: 1.0.6 +Version: 2.0.0 Author: UCF Web Communications License: GPL3 */