We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647f53d commit 1e0b1faCopy full SHA for 1e0b1fa
2 files changed
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Revision History
2
3
+## 7.0
4
+
5
+### 7.0.0 (2015-08-24)
6
7
+* Compatibility with PHP 7. Well timed, eh?
8
9
+#### Deprecations
10
11
+* The Sabberworm\CSS\Value\String class has been renamed to Sabberworm\CSS\Value\CSSString
12
13
## 6.0
14
15
### 6.0.0 (2014-07-03)
Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME = "Sabberworm/PHP-CSS-Parser"
38
# could be handy for archiving the generated documentation or if some version
39
# control system is used.
40
41
-PROJECT_NUMBER = "6.0.1"
+PROJECT_NUMBER = "7.0.0"
42
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
# for a project that appears at the top of each page and should give viewer a
0 commit comments