File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ A library for generating static stylesheets from dynamic content, to be used in
2929* [ API Reference] ( #api-reference )
3030 * [ wp_dynamic_css_enqueue] ( #wp_dynamic_css_enqueue )
3131 * [ wp_dynamic_css_set_callback] ( #wp_dynamic_css_set_callback )
32+ * [ Changelog] ( #changelog )
3233
3334## Overview
3435
@@ -240,3 +241,14 @@ Set a callback function that will be used to convert variables to actual values.
240241* ~~ Add support for loading the compiled CSS externally instead of printing to the document head~~ (Added in 1.0.1)
241242* ~~ Add support for multiple value callback functions~~ (Added in 1.0.2)
242243* Add support for caching and improve performance
244+
245+ ## Changelog
246+
247+ ** 1.0.2**
248+ * Added support for multiple value callback functions
249+
250+ ** 1.0.1**
251+ * Added support for loading the compiled CSS externally instead of printing to the document head
252+
253+ ** 1.0.0**
254+ * Initial release
You can’t perform that action at this time.
0 commit comments