Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Release new version to solve issue, #3
Browse files Browse the repository at this point in the history
  • Loading branch information
bueltge committed Jan 21, 2019
1 parent d2c9d2a commit 04ca099
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.2](https://github.com/inpsyde/translation-cache/compare/1.0.0...1.0.2) - 2017-09-20
## [1.0.3](https://github.com/inpsyde/translation-cache/compare/1.0.2...1.0.) - 2019-01-21
* Add parameter to make thrid param optional to avoid errors, #3

## [1.0.2](https://github.com/inpsyde/translation-cache/compare/1.0.1...1.0.2) - 2017-09-20
* Fixed warning for undefined variable access when dropins replaced `wp_cache_get` with a signature different from core

## [1.0.1](https://github.com/inpsyde/translation-cache/compare/1.0.0...1.0.1) - 2016-10-31
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ The 'classical' installation method (_download_ -> _put in plugins folder_ -> _a

## License

Copyright (c) 2016 Inpsyde GmbH.
Copyright (c) since 2016 Inpsyde GmbH.

_'Inpsyde Translation Cache'_ code is licensed under [MIT license](https://opensource.org/licenses/MIT).

Expand Down
4 changes: 2 additions & 2 deletions inpsyde-translation-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* Plugin URI: https://github.com/inpsyde/translation-cache
* Description: Improves site performance by caching translation files using WordPress object cache.
* Author: Inpsyde GmbH, Giuseppe Mazzapica, Masaki Takeuchi
* Version: 1.0.2
* Requires at least: 4.5
* Version: 1.0.3
* Requires at least: 5.1
* This file is part of the inpsyde-translation-cache package.
Expand Down

0 comments on commit 04ca099

Please sign in to comment.