Skip to content

Commit

Permalink
release version 2.0.49.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bizley committed Oct 12, 2023
1 parent 33254d5 commit 4f17359
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion framework/BaseYii.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class BaseYii
*/
public static function getVersion()
{
return '2.0.50-dev';
return '2.0.49.2';
}

/**
Expand Down
4 changes: 2 additions & 2 deletions framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Yii Framework 2 Change Log
==========================

2.0.49.2 under development
------------------------
2.0.49.2 October 12, 2023
-------------------------

- Bug #19925: Improved PHP version check when handling MIME types (schmunk42)

Expand Down
3 changes: 3 additions & 0 deletions framework/helpers/mimeAliases.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
* MIME aliases.
*
* This file contains aliases for MIME types.
*
* All extra changes made to this file must be comitted to /build/controllers/MimeTypeController.php
* otherwise they will be lost on next build.
*/
return [
'text/rtf' => 'application/rtf',
Expand Down
3 changes: 3 additions & 0 deletions framework/helpers/mimeExtensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
* Its content is generated from the apache http mime.types file.
* https://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/mime.types?view=markup
* This file has been placed in the public domain for unlimited redistribution.
*
* All extra changes made to this file must be comitted to /build/controllers/MimeTypeController.php
* otherwise they will be lost on next build.
*/
return [
'application/andrew-inset' => 'ez',
Expand Down
3 changes: 3 additions & 0 deletions framework/helpers/mimeTypes.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
* Its content is generated from the apache http mime.types file.
* https://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/mime.types?view=markup
* This file has been placed in the public domain for unlimited redistribution.
*
* All extra changes made to this file must be comitted to /build/controllers/MimeTypeController.php
* otherwise they will be lost on next build.
*/
$mimeTypes = [
123 => 'application/vnd.lotus-1-2-3',
Expand Down

0 comments on commit 4f17359

Please sign in to comment.