-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated CHANGELOG and added yaml config for addon.
- Loading branch information
Thomas Ocean
committed
May 26, 2019
1 parent
0b4b0e6
commit d253d77
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# CHANGELOG | ||
|
||
## Version 1.1.0 | ||
- Changed `filterInstanceShortcodes()` to always receive property as first param and list to be received as second param. | ||
- Created DataObject Instance Shortcode extension | ||
- Added yml file to specify config if needed. | ||
|
||
## Version 1.0.0 | ||
- Created Instance Shortcode extension. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
Name: taoceanz-instance-shortcodes | ||
--- |