What's Changed
- Add
Group::listNames()
method as replacement forGroup::listing()
by @Art4 in #398 - Fix CS errors by @Art4 in #402
- Create Github issue on new redmine releases by @Art4 in #405
- Update BDD tests to redmine 5.1.3 and 5.0.9 by @Art4 in #403
- Support for Redmine 4.2 by @Art4 in #404
- PHP 8.4 Fix implicitly nullable parameter declarations deprecations by @Art4 in #407
- Add
IssueCategory::listNamesByProject()
method as replacement forIssueCategory::listing()
by @Art4 in #406 - Add
CustomField::listNames()
method as replacement forCustomField::listing()
by @Art4 in #408 - Add
IssueStatus::listNames()
method as replacement forIssueStatus::listing()
by @Art4 in #409 - Add health check for redmine services by @Art4 in #410
- Add
Project::listNames()
method as replacement forProject::listing()
by @Art4 in #411 - Support for many issue_categories by @Art4 in #413
- Add
Role::listNames()
method as replacement forRole::listing()
by @Art4 in #412 - Add
TimeEntryActivity::listNames()
method as replacement forTimeEntryActivity::listing()
by @Art4 in #414 - Add
Tracker::listNames()
method as replacement forTracker::listing()
by @Art4 in #416 - Improve BDD with new testing command by @Art4 in #420
- Add
User::listLogins()
method as replacement forUser::listing()
by @Art4 in #419 - Add
Version::listNamesByProject()
method as replacement forVersion::listing()
by @Art4 in #421 - Deprecate all
Redmine\Api\*::getIdBy...()
methods by @Art4 in #422 - Remove development files from releases by @phansys in #276
- Update docs by @Art4 in #424
- Release v2.7.0 by @Art4 in #423
Full Changelog: v2.6.0...v2.7.0