Skip to content

Commit

Permalink
Merge pull request #254 from NoiseByNorthwest/bump/0.4.16
Browse files Browse the repository at this point in the history
v0.4.16
  • Loading branch information
NoiseByNorthwest authored Jul 27, 2024
2 parents f84f2b6 + 6952398 commit 9e5765c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# Debian (docker)
- { name: debian, ts: 'nts', compiler: 'gcc', os: ubuntu-20.04 }
# macOS
- { name: mac, ts: 'nts', compiler: 'clang', os: macos-11 }
- { name: mac, ts: 'nts', compiler: 'clang', os: macos-12 }

steps:
- uses: actions/checkout@v3
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [v0.4.16](https://github.com/NoiseByNorthwest/php-spx/compare/0.4.15...0.4.16)

### Added
- 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)

### Fixed
- Fixed unconfined server file access from WEB UI [#251](https://github.com/NoiseByNorthwest/php-spx/issues/251)

## [v0.4.15](https://github.com/NoiseByNorthwest/php-spx/compare/0.4.14...0.4.15)

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/php_spx.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
#endif

#define PHP_SPX_EXTNAME "SPX"
#define PHP_SPX_VERSION "0.4.15"
#define PHP_SPX_VERSION "0.4.16"

extern zend_module_entry spx_module_entry;

0 comments on commit 9e5765c

Please sign in to comment.