8000
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 183ecf1 commit eff5549Copy full SHA for eff5549
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 2.0.0 (2014-01-30)
2
+
3
+Features:
4
+* Argument validation (courtesy of @jochenvdv)
5
6
7
## 2.0.0-RC.1 (2014-01-17)
8
9
Changes:
src/Ulrichsg/Getopt/Getopt.php
@@ -6,7 +6,7 @@
* Getopt.PHP allows for easy processing of command-line arguments.
* It is a more powerful, object-oriented alternative to PHP's built-in getopt() function.
*
- * @version 2.0.0-rc.1
+ * @version 2.0.0
10
* @license MIT
11
* @link https://github.com/ulrichsg/getopt-php
12
*/
0 commit comments