Skip to content

Tags: andersahn/php-time-ago

Tags

2.0.2

Toggle 2.0.2's commit message
Bumped version to 2.0.2

Updated README

2.0.1

Toggle 2.0.1's commit message
Version bump to 2.0.1

Updated turkish translation
Updated readme

2.0.0

Toggle 2.0.0's commit message
Version 2.0.0

Changes for adding namespace.
Added a Westsworld namespace to the source.
Fixed the unit tests.
Removed the timeAgoInWords function declaration.
Updated gitignore to have "report" as well.
Remember to either call the class as Westsworld\TimeAgo OR declare a use Westsworld; at the start of your code.
Moved the phpunit.xml file into the root.

1.0.0

Toggle 1.0.0's commit message
Added a new way to change the translations path.

You can now define TIMEAGO_TRANSLATION_PATH before starting the component, to use a different translation path.
Updated the readme to reflect the changes.
Renamed _loadTranslations to loadTranslations.
Renamed _translate to translate.
Readme is now in markdown.
Removed the old test file, since they are all in the PHPUnit tests anyways.
Bumped version to 1.0.0

0.4.15

Toggle 0.4.15's commit message
Added more languages (credits are in the changelog section)

bumped version to 0.4.15

0.4.14

Toggle 0.4.14's commit message

0.4.13

Toggle 0.4.13's commit message

0.4.12

Toggle 0.4.12's commit message

0.4.11

Toggle 0.4.11's commit message

0.4.10

Toggle 0.4.10's commit message
Change version to 0.4.10

Updated readme after merging two translations (korean and finnish).