Releases: fr3nch13/cakephp-jira
Releases · fr3nch13/cakephp-jira
Added user tracking
- Explicitly added the ability to any user to submit a Bug/Task.
- Added tracking of a username if the user is logged in.
Frontend update.
Update to url tracking to setup the initial state.
Added url tracking
Added the ability to track the referring url when submitting an issue.
Also changed the field name from 'details' to 'description' to better align with Jira.
Typehint updates.
Minor update to typehints that could cause an issue.
Minor bug fix.
Minor bug fix with type hint. Updated tests.
Adding annotations and proper typehints.
Merge pull request #23 from fr3nch13/1.x-dev 1.x dev
Minor update for compatibility to CakePHP
Merge pull request #22 from fr3nch13/1.x-dev Removed phpdoc, added phpstan, updated README
Initial support for CakePHP 4.x
Merge pull request #20 from fr3nch13/2.x-dev README Update
Removed phpdoc, added phpstan, updated README
Merge pull request #20 from fr3nch13/2.x-dev README Update
Tighter Version Constraints
Tighter version constraints to that less stable versions of other packages won't be eligible to be installed.