Skip to content

Commit

Permalink
2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys committed May 30, 2021
1 parent 8c0e6ba commit 25588bb
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.5.0](https://github.com/confirm/PhpZabbixApi/compare/2.4.6...2.5.0) - 2021-05-30
* minor #65 Leverage GitHub templates (phansys)
* minor #63 Move remaining CI tasks to Github Actions (phansys)
* minor #64 Replace `__autoload()` with `spl_autoload_register()` (phansys)
* minor #60 Leverage GitHub actions (phansys)
* minor #61 Normalize contents at `composer.json` (phansys)
* minor #59 Remove development files from releases (phansys)
* minor #53 Do not call `userLogin()` at `__construct()` (phansys)
* minor #55 Make authentication check for each API method explicit at build time (phansys)
* minor #41 Leverage constants from `defines.inc.php` (phansys)
* minor #54 Add suggestion for "ext-posix" (phansys)
* minor #52 Add test for `userLogin()` (phansys)
* minor #50 Mark `ZabbixApi` as final (phansys)
* minor #49 Avoid to retrieve a bigger payload than required at `userLogin()` (phansys)
* minor #48 Add more assertions at `testZabbixApiClass()` (phansys)
* bugfix #47 "ext-curl" is not required, request are made with `fopen()` (phansys)
* minor #44 Respect PSR-2 coding standard (phansys)
* minor #39 Add basic support for Travis CI (phansys)

0 comments on commit 25588bb

Please sign in to comment.