Skip to content

Commit 9e5765c

Browse files
Merge pull request #254 from NoiseByNorthwest/bump/0.4.16
v0.4.16
2 parents f84f2b6 + 6952398 commit 9e5765c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# Debian (docker)
3535
- { name: debian, ts: 'nts', compiler: 'gcc', os: ubuntu-20.04 }
3636
# macOS
37-
- { name: mac, ts: 'nts', compiler: 'clang', os: macos-11 }
37+
- { name: mac, ts: 'nts', compiler: 'clang', os: macos-12 }
3838

3939
steps:
4040
- uses: actions/checkout@v3

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [v0.4.16](https://github.com/NoiseByNorthwest/php-spx/compare/0.4.15...0.4.16)
8+
9+
### Added
10+
- Local snapshots of jQuery & jscolor in order to remove the internet access dependency of the Web UI [#217](https://github.com/NoiseByNorthwest/php-spx/issues/217)
11+
12+
### Fixed
13+
- Fixed unconfined server file access from WEB UI [#251](https://github.com/NoiseByNorthwest/php-spx/issues/251)
14+
715
## [v0.4.15](https://github.com/NoiseByNorthwest/php-spx/compare/0.4.14...0.4.15)
816

917
### Added

src/php_spx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
#endif
4141

4242
#define PHP_SPX_EXTNAME "SPX"
43-
#define PHP_SPX_VERSION "0.4.15"
43+
#define PHP_SPX_VERSION "0.4.16"
4444

4545
extern zend_module_entry spx_module_entry;

0 commit comments

Comments
 (0)