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 bf5983c commit eb9bffcCopy full SHA for eb9bffc
lib/Model/Plugin.php
@@ -46,6 +46,7 @@ class Plugin implements \JsonSerializable
46
Pico::API_VERSION_1,
47
Pico::API_VERSION_2,
48
Pico::API_VERSION_3,
49
+ Pico::API_VERSION_4,
50
];
51
52
/** @var MiscService */
lib/Pico.php
@@ -71,6 +71,13 @@ class Pico extends \Pico
71
*/
72
public const API_VERSION_3 = 3;
73
74
+ /**
75
+ * API version 4, used by Pico 3.0
76
+ *
77
+ * @var int
78
+ */
79
+ public const API_VERSION_4 = 4;
80
+
81
/** @var PicoService */
82
private $picoService;
83
0 commit comments