@@ -9,7 +9,7 @@ This filter converts stackview `[[stackview 3]]` shortcode to an iframe.
99
1010##### Tested in:
1111
12- ![ moodle43 ] ( https://img.shields.io/badge/moodle-4.3-green .svg )
12+ ![ moodle405 ] ( https://img.shields.io/badge/moodle-4.5-blue .svg )
1313![ moodle394] ( https://img.shields.io/badge/moodle-3.94-green.svg )
1414![ moodle403] ( https://img.shields.io/badge/moodle-4.3-green.svg )
1515![ workplace311] ( https://img.shields.io/badge/workplace-3.11-blue.svg )
@@ -25,22 +25,28 @@ This filter converts stackview `[[stackview 3]]` shortcode to an iframe.
25252 . Login as administrator
26263 . Go to Site Administrator > Notification
27274 . Install the plugin
28- 5 . Enabled the filter on global level ` /admin/filters.php ` .
28+ 5 . Enable the filter on global level ` /admin/filters.php ` .
2929
3030##### Requirements:
3131
32- * Recommended Moodle version: ** 4.3 Moodle **
33- * Recommended PHP version: ** 8.0 **
32+ * Recommended Moodle version: ** 4.5 **
33+ * Recommended PHP version: ** 8.1 **
3434* Required Moodle version: ** 4.3 Moodle**
3535* Required PHP version: ** 8.0**
3636
3737---
3838### Changelog
3939
40+ ##### 4.5.0 (18.10.2025)
41+ * Moodle 4.5 compatibility
42+ * Added type hints to all methods
43+ * Updated PHPDoc blocks to modern standards
44+ * Improved code quality and compliance
45+
4046##### 4.3 (Apr 15, 2024)
4147* Update/tested in Moodle 4.3
4248
43- ##### 3.9 (09.05.2021)
49+ ##### 3.9.0 (09.05.2021)
4450* Original release
4551
4652---
@@ -58,7 +64,7 @@ the [LICENSE](LICENSE.md) file.
5864
5965<img src =" https://avetica.nl/logo.svg " alt =" avetica logo " width =" 250px " >
6066
61- Copyright © 2021 Avetica :: [ avetica.nl] ( https://avetica.nl/ )
67+ Copyright © 2025 Avetica :: [ avetica.nl] ( https://avetica.nl/ )
6268
6369##### Author:
6470* Luuk Verhoeven ::
[ Ldesign Media
] ( https://ldesignmedia.nl/ ) -
[ [email protected] ] ( [email protected] )
0 commit comments