Skip to content

Commit 098c093

Browse files
committed
Update changelogs
1 parent f3cd36b commit 098c093

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a
1313

1414
_No documentation available about unreleased changes as of yet._
1515

16+
## [2.1.0] - 2021-03-07
17+
18+
### Added
19+
20+
* Added new filters and arguments to existing filters (See FAQ section for more info)
21+
* Added a check if WooCommerce plugin is active to prevent fatal errors if you disable WooCommerce before this plugin
22+
23+
### Fixed
24+
25+
* Change name of the language translation files so that they work properly
26+
* In case the translation doesn't work automatically, place the woo-solo-api-hr.mo in the
27+
/wp-content/languages/plugins folder
1628

1729
## [2.0.8] - 2020-12-29
1830

@@ -328,6 +340,15 @@ A lot of issues were fixed. The plugin should be more stable and work better now
328340
* Initial release
329341

330342
[Unreleased]: https://github.com/dingo-d/woo-solo-api/compare/master...HEAD
343+
[2.1.0]: https://github.com/dingo-d/woo-solo-api/compare/2.0.8...2.1.0
344+
[2.0.8]: https://github.com/dingo-d/woo-solo-api/compare/2.0.7...2.0.8
345+
[2.0.7]: https://github.com/dingo-d/woo-solo-api/compare/2.0.6...2.0.7
346+
[2.0.6]: https://github.com/dingo-d/woo-solo-api/compare/2.0.5...2.0.6
347+
[2.0.5]: https://github.com/dingo-d/woo-solo-api/compare/2.0.4...2.0.5
348+
[2.0.4]: https://github.com/dingo-d/woo-solo-api/compare/2.0.3...2.0.4
349+
[2.0.3]: https://github.com/dingo-d/woo-solo-api/compare/2.0.2...2.0.3
350+
[2.0.2]: https://github.com/dingo-d/woo-solo-api/compare/2.0.1...2.0.2
351+
[2.0.1]: https://github.com/dingo-d/woo-solo-api/compare/2.0.0...2.0.1
331352
[2.0.0]: https://github.com/dingo-d/woo-solo-api/compare/1.9.6...2.0.0
332353
[1.9.6]: https://github.com/dingo-d/woo-solo-api/compare/1.9.5...1.9.6
333354
[1.9.5]: https://github.com/dingo-d/woo-solo-api/compare/1.9.4...1.9.5

README.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,20 @@ Be sure you have WooCommerce plugin installed first, otherwise you'll get an err
6666

6767
== Changelog ==
6868

69+
= 2.1.0 =
70+
Release Date: March 7th, 2021
71+
72+
Added:
73+
74+
* Added new filters and arguments to existing filters (See FAQ section for more info)
75+
* Added a check if WooCommerce plugin is active to prevent fatal errors if you disable WooCommerce before this plugin
76+
77+
Fixed:
78+
79+
* Change name of the language translation files so that they work properly
80+
* In case the translation doesn't work automatically, place the woo-solo-api-hr.mo in the
81+
/wp-content/languages/plugins folder
82+
6983
= 2.0.8 =
7084
Release Date: December 29th, 2020
7185

0 commit comments

Comments
 (0)