Skip to content

Releases: viames/pair

3.0.0-alpha

15 Apr 14:00

Choose a tag to compare

Refactor access-denied handling and redirects

Replace inline landing/redirect logic with a dedicated accessDeniedRedirectUrl method and a small resourceUrl helper.

1.9.16

27 Oct 08:50

Choose a tag to compare

Update composer.json and refactor template handling

Updated composer.json to refine PHP and extension requirements, set stability flags, adjust keywords, and fix homepage URL casing.
Refactor template handling and improve type hints
Removed deprecated 'templatePath' property access and updated 'getTemplate' method visibility and return type in Application.php. Cleaned up Template.php by removing legacy code, improving formatting, and updating the getPath method to return a URL instead of a filesystem path.

1.9.14

06 May 03:37

Choose a tag to compare

1.9.13

22 Apr 10:00

Choose a tag to compare

Bug fix

2.0.0

01 Nov 12:23

Choose a tag to compare

Update composer.json

2.0.0-beta

10 Mar 10:22

Choose a tag to compare

This release contains a security bug fix reported by mcdruid (https://github.com/mcdruid), whom I thank for his collaboration, and several other improvements compared to version 2.0.0-alpha.

1.9.11

08 Mar 11:51

Choose a tag to compare

1.9.10

05 Feb 07:47

Choose a tag to compare

Update Utilities.php

1.9.9

11 Oct 08:27

Choose a tag to compare

Update Utilities.php

1.9.8

25 Sep 09:28

Choose a tag to compare

Bug fix