From 99a628dd9aac721e2f4ca56e01be69c712b2854a Mon Sep 17 00:00:00 2001 From: Jonathan Williams Date: Tue, 30 Mar 2021 17:05:04 -0400 Subject: [PATCH] :pencil: update readme --- readme.md | 6 ++++++ readme.txt | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 457122c..de472b0 100644 --- a/readme.md +++ b/readme.md @@ -107,6 +107,12 @@ Please see this page for the details: ## Changelog +### 1.3.0 + +* Moves core methods to a [Composer package](https://github.com/bu-ist/bu-navigation-core-widget) that is then imported back into the plugin. This is to allow for other plugins to also import the core data and widget code. +* Uses a new namespace for the core data methods. +* Global stubs for the namespaced functions are still available for functions that are in use outside of the plugin. If a function doesn't appear to be in use outside of the plugin, the global function was removed. + ### 1.2.24 * Refactor library query functions for code standards and maintainability. diff --git a/readme.txt b/readme.txt index cc808d5..847f259 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: ntk, mgburns, gcorne, jtwiest, awbauer, inderpreet99 Tags: navigation, hierarchical, post type, boston university, bu Requires at least: 3.1 Tested up to: 5.5 -Stable tag: 1.2.24 +Stable tag: 1.3.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -78,6 +78,12 @@ Please see this page for the details: == Changelog == += 1.3.0 = + +* Moves core methods to a Composer package that is then imported back into the plugin. This is to allow for other plugins to also import the core data and widget code. +* Uses a new namespace for the core data methods. +* Global stubs for the namespaced functions are still available for functions that are in use outside of the plugin. If a function doesn't appear to be in use outside of the plugin, the global function was removed. + = 1.2.24 = * Refactor library query functions for code standards and maintainability.