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 7a55140 commit 09aca63Copy full SHA for 09aca63
ToolkitApi/Toolkit.php
@@ -18,7 +18,7 @@
18
*/
19
class Toolkit implements ToolkitInterface
20
{
21
- public const VERSION = "1.9.6"; // version number for front-end PHP toolkit
+ public const VERSION = "1.9.7"; // 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