add optional shortcode support for tick content (#18) (#19)
Some checks failed
continuous-integration/drone/push Build is failing

If the new option is enabled, tick content will be piped through
do_shortcode() to parse nested shortcode content. Disabled by default
as it is not necessary in most cases.
This commit is contained in:
2022-01-23 12:28:27 +01:00
parent 109efd341b
commit f50dfe92c7
4 changed files with 40 additions and 9 deletions

View File

@@ -85,6 +85,7 @@ caching time of 12 hours obviously makes no sense.
* Requires WordPress 4.7 or above
* Migrated AJAX to REST API
* Resolved Javascript compatibility issues with IE11
* Added optional shortcode support for tick content
### 1.1.1 - 2021-03-20