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 05e88ee commit 8e288a0Copy full SHA for 8e288a0
CHANGELOG
@@ -1,7 +1,7 @@
1
Yii Framework Change Log
2
========================
3
4
-Version 1.1.30 under development
+Version 1.1.30 October 14, 2024
5
--------------------------------
6
7
- Bug #4547: PHP 8 compatibility: Fix deprecation in CCaptcha when using Imagick extension (apphp)
framework/YiiBase.php
@@ -87,7 +87,7 @@ class YiiBase
87
*/
88
public static function getVersion()
89
{
90
- return '1.1.30-dev';
+ return '1.1.30';
91
}
92
93
/**
0 commit comments