Skip to content

Commit

Permalink
release version 1.2.1
Browse files Browse the repository at this point in the history
refs #49
  • Loading branch information
gkralik committed Mar 8, 2018
1 parent 4bcc3ed commit 6e85099
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.2.1] - 2018-03-08
### Fixed
- Disable `rtrim` option by default (BC)

## [1.2.0] - 2018-03-04
### Added
- Allow `rtrim` option for `RemoteFunction::invoke()` to unify string handling (enabled by default)
Expand Down Expand Up @@ -98,7 +102,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.2.0...HEAD
[Unreleased]: https://github.com/gkralik/php7-sapnwrfc/compare/1.2.1...HEAD
[1.2.1]: https://github.com/gkralik/php7-sapnwrfc/compare/1.2.0...1.2.1
[1.2.0]: https://github.com/gkralik/php7-sapnwrfc/compare/1.1.3...1.2.0
[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
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '1.2.0'
version = '1.2.1'
# The full version, including alpha/beta/rc tags.
release = '1.2.0'
release = '1.2.1'

# 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 "1.2.0"
#define PHP_SAPNWRFC_VERSION "1.2.1"

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

0 comments on commit 6e85099

Please sign in to comment.