Skip to content

Commit 86380b1

Browse files
committed
Update readme
1 parent 846d6a5 commit 86380b1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.markdown

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Simply add this line of code to your site for latest version
1818

1919
<script src="http://static.zencodez.net/js/jquery.css3finalize-v3.x.min.js"></script>
2020

21-
or for version 3.1
21+
or for version 3.2
2222

23-
<script src="https://cdnjs.cloudflare.com/ajax/libs/css3finalize/3.1/jquery.css3finalize.min.js"></script>
23+
<script src="https://cdnjs.cloudflare.com/ajax/libs/css3finalize/3.2/jquery.css3finalize.min.js"></script>
2424

2525
Once the script is loaded it will search for style-tags and link-tags (within same domain) and parse them.
2626

@@ -74,6 +74,11 @@ I appreciate all feedback, thanks! If you would like to donate you can send to t
7474

7575
## Change log ##
7676

77+
2012-11-30 - **v3.2**
78+
79+
* Fix detect shorthand properties in webkit. ([codler](https://github.com/codler) [#20](https://github.com/codler/jQuery-Css3-Finalize/issues/20))
80+
* Fix flex for IE10 ([codler](https://github.com/codler))
81+
7782
2012-09-06 - **v3.1**
7883

7984
* Remove prefixing flex in cssHooks. ([codler](https://github.com/codler) [#18](https://github.com/codler/jQuery-Css3-Finalize/issues/18))

0 commit comments

Comments
 (0)