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 99bccad commit e6a2435Copy full SHA for e6a2435
2 files changed
CHANGES.txt
@@ -1,6 +1,10 @@
1
Version history
2
===============
3
4
+5.1.1 (2025-11-13):
5
+
6
+- several small chores/fixes
7
8
5.1 (2025-08-20):
9
10
- added: option to set custom video height
elgg-plugin.php
@@ -3,7 +3,7 @@
return [
'plugin' => [
'name' => 'oEmbed',
- 'version' => '5.1',
+ 'version' => '5.1.1',
],
'settings' => [
'default_height' => 300,
0 commit comments