Skip to content

Commit cf7a197

Browse files
author
Yoav Kadosh
committed
Update README.md
1 parent 920404e commit cf7a197

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)