Skip to content

Releases: viames/pair

1.4.6

27 Nov 14:15
Compare
Choose a tag to compare
MySQL 8 compatibility

1.4.5

29 Oct 09:40
Compare
Choose a tag to compare
Pair\User improvements

1.4.4

28 Oct 21:10
Compare
Choose a tag to compare
Bug fix

1.4.3

24 Oct 07:39
Compare
Choose a tag to compare
Bug fixes

1.4.2

25 Sep 13:36
Compare
Choose a tag to compare
Bug fix

1.4.1

24 Sep 15:10
Compare
Choose a tag to compare
legacy patch

1.4.0

21 Sep 13:30
Compare
Choose a tag to compare
New Country and Locale classes

The new Country and Locale classes allow you to manage languages and localization in a more adherent way to the standards. The sample project Pair_example has been contextually updated and contains a module (downloadable as a ZIP package) that allows you to adapt a project created for the older versions of Pair to the new version 1.4.

1.3.0

31 Aug 12:47
Compare
Choose a tag to compare
New custom routes

The Router class has been improved. Now read the custom paths when adding a file called router.php in a module's folder. For each route you can define a regular expression that will accept the custom route only when matches the regex.

1.2.6

19 Aug 20:30
Compare
Choose a tag to compare
Minor fixes

1.2.5

22 May 09:56
Compare
Choose a tag to compare
New function getFileUrl

New method that returns the public URL of a document by giving its path in the file system. An option allows to add question mark and timestamp in order to force browser reloading the file when changed.