We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f21f7c7 commit 15fb93dCopy full SHA for 15fb93d
ToolkitApi/Toolkit.php
@@ -18,7 +18,7 @@
18
*/
19
class Toolkit implements ToolkitInterface
20
{
21
- const VERSION = "1.9.3"; // version number for front-end PHP toolkit
+ const VERSION = "1.9.6"; // version number for front-end PHP toolkit
22
23
/* @todo use inputXml and outputXml to make this class more flexibly OO-like. Fewer strings copied around.
24
* Better would be to use a Request object that has a connection.
0 commit comments