Skip to content

Commit

Permalink
Updates for 1.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrim committed Dec 24, 2021
1 parent d231a1b commit 43aef15
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 6 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 1.5.1 - 2021-12-24

### Added

- Nothing.

### Changed

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- [#100](https://github.com/scoutapp/scout-apm-php-ext/pull/100) Fix json_encode usage where ext-json is shared or does not exist - thanks @remicollet

## 1.5.0 - 2021-12-23

### Added
Expand Down
26 changes: 21 additions & 5 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@
</lead>

<!-- Current Release -->
<date>2021-12-23</date>
<time>09:00:00</time>
<date>2021-12-24</date>
<time>14:00:00</time>
<version>
<release>1.5.0</release>
<api>1.5.0</api>
<release>1.5.1</release>
<api>1.5.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://opensource.org/licenses/MIT">MIT</license>
<notes>
- file_get_contents and curl_exec now record HTTP methods (#96)
- Fix json_encode usage where ext-json is shared or does not exist - thanks @remicollet (#100)
</notes>
<!-- End Current Release -->

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

<changelog>
<release>
<date>2021-12-23</date>
<time>09:00:00</time>
<version>
<release>1.5.0</release>
<api>1.5.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://opensource.org/licenses/MIT">MIT</license>
<notes>
- file_get_contents and curl_exec now record HTTP methods (#96)
</notes>
</release>
<release>
<date>2021-10-29</date>
<time>09: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.5.0"
#define PHP_SCOUTAPM_VERSION "1.5.1"

/* 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 43aef15

Please sign in to comment.