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 a45dd5c commit a251305Copy full SHA for a251305
2 files changed
CHANGES.txt
@@ -1,6 +1,10 @@
1
Version history
2
===============
3
4
+3.0.1 (2022-03-11):
5
+
6
+- fixed: oembed adapter is cacheable on php8+
7
8
3.0 (2021-09-27):
9
10
- changed: updated for Elgg 4.0
elgg-plugin.php
@@ -2,7 +2,7 @@
return [
'plugin' => [
- 'version' => '3.0',
+ 'version' => '3.0.1',
],
'hooks' => [
'view_vars' => [
0 commit comments