Skip to content

Commit 8e288a0

Browse files
committed
Release version 1.1.30
1 parent 05e88ee commit 8e288a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Yii Framework Change Log
22
========================
33

4-
Version 1.1.30 under development
4+
Version 1.1.30 October 14, 2024
55
--------------------------------
66

77
- Bug #4547: PHP 8 compatibility: Fix deprecation in CCaptcha when using Imagick extension (apphp)

framework/YiiBase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class YiiBase
8787
*/
8888
public static function getVersion()
8989
{
90-
return '1.1.30-dev';
90+
return '1.1.30';
9191
}
9292

9393
/**

0 commit comments

Comments
 (0)