Skip to content

Commit

Permalink
Merge pull request #107 from scoutapp/update-for-1-7-0-release
Browse files Browse the repository at this point in the history
Updates for 1.7.0 release
  • Loading branch information
asgrim authored Apr 21, 2022
2 parents 35108ac + dd18e8a commit 8f7bfeb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
26 changes: 22 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,21 @@
</lead>

<!-- Current Release -->
<date>2022-01-10</date>
<date>2022-04-21</date>
<time>10:00:00</time>
<version>
<release>1.6.0</release>
<api>1.6.0</api>
<release>1.7.0</release>
<api>1.7.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://opensource.org/licenses/MIT">MIT</license>
<notes>
- Added support for PHP 8.1 (#101)
- Pinned Elasticsearch to ^7.0 as ^8.0 has major BC breaks (#105)
- Elasticsearch 8 support (#106)
- Added release automation (#103)
</notes>
<!-- End Current Release -->

Expand Down Expand Up @@ -115,6 +117,22 @@
<zendextsrcrelease />

<changelog>
<release>
<date>2022-01-10</date>
<time>10:00:00</time>
<version>
<release>1.6.0</release>
<api>1.6.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://opensource.org/licenses/MIT">MIT</license>
<notes>
- Added support for PHP 8.1 (#101)
</notes>
</release>
<release>
<date>2021-12-24</date>
<time>14:00:00</time>
Expand Down
2 changes: 1 addition & 1 deletion zend_scoutapm.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "scout_execute_ex.h"

#define PHP_SCOUTAPM_NAME "scoutapm"
#define PHP_SCOUTAPM_VERSION "1.6.0"
#define PHP_SCOUTAPM_VERSION "1.7.0"

/* Extreme amounts of debugging, set to 1 to enable it and `make clean && make` (tests will fail...) */
#define SCOUT_APM_EXT_DEBUGGING 0
Expand Down

0 comments on commit 8f7bfeb

Please sign in to comment.