We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0dd255 commit 2f47c2aCopy full SHA for 2f47c2a
1 file changed
plugins/system/k2.php
@@ -27,7 +27,7 @@ public function onAfterInitialise()
27
28
// Define K2 version & build here
29
define('K2_CURRENT_VERSION', '2.11.0');
30
- define('K2_BUILD_ID', '20211219');
+ define('K2_BUILD_ID', '20211220');
31
define('K2_BUILD', '<br />[Dev Build '.K2_BUILD_ID.']'); // Use '' for stable or "<br />[Dev Build '.K2_BUILD_ID.']" for the developer build
32
33
// Define the DS constant (for backwards compatibility with old template overrides & 3rd party K2 extensions)
0 commit comments