Skip to content

Commit

Permalink
Release version 1.1.30 (now with updated yiilite)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcovtwout committed Oct 14, 2024
1 parent 8e288a0 commit 5f760e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions framework/yiilite.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class YiiBase
private static $_logger;
public static function getVersion()
{
return '1.1.30-dev';
return '1.1.30';
}
public static function createWebApplication($config=null)
{
Expand Down Expand Up @@ -1345,8 +1345,8 @@ public function getLocaleDataPath()
}
public function setLocaleDataPath($value)
{
$property=new ReflectionProperty($this->localeClass,'dataPath');
$property->setValue($value);
$class=new ReflectionClass($this->localeClass);
$class->setStaticPropertyValue('dataPath',$value);
}
public function getNumberFormatter()
{
Expand Down

0 comments on commit 5f760e8

Please sign in to comment.