mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 10:54:27 +02:00
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
===== 3.1.19-dev ===== (xx.xx.2014)
|
===== 3.1.19-dev ===== (xx.xx.2014)
|
||||||
|
|
||||||
|
18.04.2014
|
||||||
|
- revert bugfxx of 5.4.2015 because %-e date formart is not supported on all oprearting systems
|
||||||
|
|
||||||
|
|
||||||
===== 3.1.18 ===== (07.04.2014)
|
===== 3.1.18 ===== (07.04.2014)
|
||||||
06.04.2014
|
06.04.2014
|
||||||
@@ -7,7 +10,7 @@
|
|||||||
- bugfix update of composer file (Issue 168 and 184)
|
- bugfix update of composer file (Issue 168 and 184)
|
||||||
|
|
||||||
05.04.2014
|
05.04.2014
|
||||||
- bugfix default date format leads to extra spaces when displaying dates with single digit days (Issue 182)
|
- bugfix default date format leads to extra spaces when displaying dates with single digit days (Issue 165)
|
||||||
|
|
||||||
26.03.2014
|
26.03.2014
|
||||||
- bugfix Smart_Resource_Custom should not lowercase the resource name (Issue 183)
|
- bugfix Smart_Resource_Custom should not lowercase the resource name (Issue 183)
|
||||||
|
@@ -70,7 +70,7 @@ if (!defined('SMARTY_RESOURCE_DATE_FORMAT')) {
|
|||||||
/**
|
/**
|
||||||
* @deprecated in favor of Smarty::$_DATE_FORMAT
|
* @deprecated in favor of Smarty::$_DATE_FORMAT
|
||||||
*/
|
*/
|
||||||
define('SMARTY_RESOURCE_DATE_FORMAT', '%b %-e, %Y');
|
define('SMARTY_RESOURCE_DATE_FORMAT', '%b %e, %Y');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user