Skip to content

Commit

Permalink
Update Plugin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaosmeister authored Jun 14, 2024
1 parent 595e201 commit 47e5265
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ public function getPluginAuthor()

public function getPluginVersion()
{
return '1.0.3';
// 1.1.0 - remove custom image box implementation: the image isn't displayed anymore in Firefox 126 & 127
// just display the result from the image controller.
return '1.1.0';
}

public function getPluginDescription()
Expand Down

0 comments on commit 47e5265

Please sign in to comment.