Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b4045ba

Browse files
committedOct 31, 2023
release version 2.0.49.3
1 parent 62abb67 commit b4045ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎framework/BaseYii.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class BaseYii
9393
*/
9494
public static function getVersion()
9595
{
96-
return '2.0.49.2';
96+
return '2.0.49.3';
9797
}
9898

9999
/**

‎framework/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Yii Framework 2 Change Log
22
==========================
33

4-
2.0.49.3 under development
5-
--------------------------
4+
2.0.49.3 October 31, 2023
5+
-------------------------
66

77
- Bug #20041: Revert MaskedInput package update (bizley)
88

0 commit comments

Comments
 (0)
Failed to load comments.