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 64819e6 commit 46e1274Copy full SHA for 46e1274
ToolkitApi/Toolkit.php
@@ -18,7 +18,7 @@
18
*/
19
class Toolkit implements ToolkitInterface
20
{
21
- const VERSION = "1.8.5"; // version number for front-end PHP toolkit
+ const VERSION = "1.9.0"; // 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