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 eaafdf7 commit f7baebdCopy full SHA for f7baebd
CHANGES.md
@@ -1,6 +1,6 @@
1
# Changelog #
2
3
-## v2.0.0 (?) ##
+## v2.0.0 (2014-12-29) ##
4
5
* Encoding is now separated into external encoding classes
6
* Various options are now set via PHPEncoder::setOption() instead
README.md
@@ -81,7 +81,7 @@ This would create the following output:
81
82
Of course, the most important feature of this library is the ability to
83
customize the created the PHP code. As the second argument, the `encode()`
84
-method takes an array of options, which can be used to customise the returned
+method takes an array of options, which can be used to customize the returned
85
PHP code. For example:
86
87
```php
0 commit comments