diff --git a/CHANGELOG.md b/CHANGELOG.md index 649e6eb..bee2e17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.3.4 + +Changes: +* ( build/ ) Updated to Method v1.3.4, which adds a filter and action to allow for easily adding custom format tags, and adds an optional $fallback argument to the get_meta(), get_loaded_meta(), and get_option() methods. +* ( njk/assets/lib/admin-customization.php ) Implemented the 'method_after_tags_dialog_html' action in the prefix_admin_footer_function() function. +* ( gulpfile.js ) Implemented a fix so that custom builds should no longer contain dev folders, and should contain the .gitignore file. + +--- + ## 1.3.3 Changes: diff --git a/build b/build index 6b81c04..16479bd 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit 6b81c0450433f5cba5c686732e8daa87ff1aca52 +Subproject commit 16479bd3c0077f71e369fda8d445738b5faf0dc4 diff --git a/njk/assets/lib/admin-customization.php b/njk/assets/lib/admin-customization.php index 78ff8b5..ca4b745 100644 --- a/njk/assets/lib/admin-customization.php +++ b/njk/assets/lib/admin-customization.php @@ -36,6 +36,9 @@ function {{globals.code_prefix}}admin_footer_function() {
This tags allows you to insert a line break. Use [br]
for the line break to appear on all devices, [mbr]
for the line break to only appear on mobile, and [dbr]
for the break to only appear on desktop.
(Ex: "I want this text on line 1,[br]and this text on line 2.")