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 c361d19 commit 41b2c73Copy full SHA for 41b2c73
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Release Notes
2
3
-## WIP
+## 2.10.2 (2024-12-08)
4
5
- Fix $near filter for MongoLite
6
- Add content.index.side-panel and content.collection.items.side-panel triggers
bootstrap.php
<?php
-const APP_VERSION = '2.10.1';
+const APP_VERSION = '2.10.2';
if (!defined('APP_ADMIN')) define('APP_ADMIN', false);
if (!defined('APP_CLI')) define('APP_CLI', PHP_SAPI == 'cli');
0 commit comments