Skip to content

Commit

Permalink
Release version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gkralik committed May 21, 2024
1 parent 29e032b commit 4c71723
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
Possibly breaking changes are marked with **BC break**.

## [Unreleased]


## [2.1.0] - 2024-05-21
### Added
- Connection attributes: add `partnerIP` and `partnerIPv6` (added in SDK 7.50.6, `null` for earlier SDK versions)
- Add trace level `TRACE_LEVEL_DETAILED` (3), change `TRACE_LEVEL_FULL` to 4 (requires SDK 7.50.9)
Expand Down Expand Up @@ -190,7 +193,8 @@ marked with **BC break**.
### Added
- Initial working release of the extension

[Unreleased]: https://github.com/gkralik/php7-sapnwrfc/compare/2.0.0...HEAD
[Unreleased]: https://github.com/gkralik/php7-sapnwrfc/compare/2.1.0...HEAD
[2.1.0]: https://github.com/gkralik/php7-sapnwrfc/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/gkralik/php7-sapnwrfc/compare/2.0.0-beta3...2.0.0
[2.0.0-beta3]: https://github.com/gkralik/php7-sapnwrfc/compare/2.0.0-beta2...2.0.0-beta3
[2.0.0-beta2]: https://github.com/gkralik/php7-sapnwrfc/compare/2.0.0-beta1...2.0.0-beta2
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
master_doc = 'index'

# General information about the project.
project = 'php7-sapnwrfc'
project = 'php-sapnwrfc'
copyright = '2016 - 2024 Gregor Kralik'
author = 'Gregor Kralik'

Expand All @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = '2.0.0'
version = '2.1.0'
# The full version, including alpha/beta/rc tags.
release = '2.0.0'
release = '2.1.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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 "2.0.0"
#define PHP_SAPNWRFC_VERSION "2.1.0"
#ifdef PHP_WIN32
# define PHP_SAPNWRFC_API __declspec(dllexport)
#elif defined(__GNUC__) && __GNUC__ >= 4
Expand Down

0 comments on commit 4c71723

Please sign in to comment.