Skip to content

Commit

Permalink
release 1.1.3
Browse files Browse the repository at this point in the history
Changes include:
  - Fix compilation with NW RFC SDK versions < 7.20
  • Loading branch information
gkralik committed Oct 20, 2017
1 parent 5daae27 commit f10698a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.1.3] - 2017-10-21
### Fixed
- Fix compilation with NW RFC SDK 7.11
- Fix compilation with NW RFC SDK versions < 7.20

## [1.1.2] - 2017-03-30
### Fixed
Expand Down Expand Up @@ -87,7 +89,8 @@ All notable changes to this project will be documented in this file.
### Added
- Initial working release of the extension

[Unreleased]: https://github.com/gkralik/php7-sapnwrfc/compare/1.1.2...HEAD
[Unreleased]: https://github.com/gkralik/php7-sapnwrfc/compare/1.1.3...HEAD
[1.1.3]: https://github.com/gkralik/php7-sapnwrfc/compare/1.1.2...1.1.3
[1.1.2]: https://github.com/gkralik/php7-sapnwrfc/compare/1.1.1...1.1.2
[1.1.1]: https://github.com/gkralik/php7-sapnwrfc/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/gkralik/php7-sapnwrfc/compare/1.0.0...1.1.0
Expand Down
2 changes: 1 addition & 1 deletion php_sapnwrfc.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
extern zend_module_entry sapnwrfc_module_entry;
#define phpext_sapnwrfc_ptr &sapnwrfc_module_entry

#define PHP_SAPNWRFC_VERSION "1.1.2"
#define PHP_SAPNWRFC_VERSION "1.1.3"

#ifdef PHP_WIN32
# define PHP_SAPNWRFC_API __declspec(dllexport)
Expand Down

0 comments on commit f10698a

Please sign in to comment.