diff options
author | paladox <thomasmulhall410@yahoo.com> | 2014-06-18 00:27:39 +0000 |
---|---|---|
committer | Timo Tijhof <krinklemail@gmail.com> | 2014-06-28 13:28:41 +0200 |
commit | d86decf031c56a258dba5d39769c36f00eeefbbd (patch) | |
tree | 6dd12e6dba06707330ab710342782ab5ac2b245c /RELEASE-NOTES-1.24 | |
parent | ce7ee42b7f7bc47ea531592944a74b023a55b7ac (diff) | |
download | mediawikicore-d86decf031c56a258dba5d39769c36f00eeefbbd.tar.gz mediawikicore-d86decf031c56a258dba5d39769c36f00eeefbbd.zip |
Update Moment.js from 2.6.0 to 2.7.0
Project site
* http://momentjs.com/ and https://github.com/moment/moment/
File source
* https://github.com/moment/moment/blob/2.7.0/moment.js
README
* https://github.com/moment/moment/blob/2.7.0/readme.md
Changelog
https://gist.github.com/ichernev/b0a3d456d5a84c9901d7
difference between 2.6.0 and 2.7.0
new languages
• #1678 Bengali (bn)
• #1628 Azerbaijani (az)
• #1633 Arabic, Saudi Arabia (ar-sa)
• #1648 Austrian German (de-at)
features
• #1663 configurable relative time thresholds
• #1554 support anchor time in moment.calendar
• #1693 support moment.ISO_8601 as parsing format
• #1637 add moment.min and moment.max and deprecate min/max instance methods
• #1704 support string value in add/subtract
• #1647 add spm support (package manager)
bugfixes
• #1651 fixes #1627 fix timezone parsing in some edge cases
• #1641 fixes #1626 fix creation from week/weekday/weekyear for weeks starting monday
• #1616 fix language code of cyrillic Serbian (sr-cyrl) and latin Tamazight (tzm-latn)
language bugfixes
• #1699 fixes #1326 use lowercase months in Italian
• #1650 partly fixes #1640 implement meridiem parsing for Russian
• #1673 fix lithuanian weekday names for weeks not starting Monday
• #1433 Better "time ago" expression for European Portuguese
• #1671 Improve welsh past expressions
• #1449 Use dot after the day number in Danish
• #1559 Update arabic numbers, meridiem and short weekdays
• #1622 Fix previous Saturday in Greek
tests
• #1687 fixed flaky test in Russian timezone
Change-Id: If8e065bf9e0962059697e6f08100e7bc966cd32f
Diffstat (limited to 'RELEASE-NOTES-1.24')
-rw-r--r-- | RELEASE-NOTES-1.24 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES-1.24 b/RELEASE-NOTES-1.24 index a923701158bc..899d2118c4c0 100644 --- a/RELEASE-NOTES-1.24 +++ b/RELEASE-NOTES-1.24 @@ -100,6 +100,7 @@ production. Special:PageLanguage. All pages are set to wiki language by default. The feature needs to be enabled with $wgPageLanguageUseDB=true and permission needs to be set for 'pagelang'. +* Upgrade Moment.js to v2.7.0. === Bug fixes in 1.24 === * (bug 49116) Footer copyright notice is now always displayed in user language |