Skip to content

Commit

Permalink
Merge pull request #127 from dingo-d/feature/v3.3.0
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
dingo-d committed Jan 16, 2024
2 parents f4ab0ba + 4750fd0 commit 94fbefc
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 13 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Expand Up @@ -16,6 +16,20 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a

_No documentation available about unreleased changes as of yet._

## [3.3.0] - 2024-01-16

### Added

* Additional api response errors in case of an email sending failure, for easier debugging

### Fixed

* Extended the timeout value of fetching PDF from Solo service

### Changed

* Minor package updates

## [3.2.0] - 2023-08-30

### Added
Expand Down Expand Up @@ -433,6 +447,7 @@ A lot of issues were fixed. The plugin should be more stable and work better now
* Initial release

[Unreleased]: https://github.com/dingo-d/woo-solo-api/compare/master...HEAD
[3.3.0]: https://github.com/dingo-d/woo-solo-api/compare/3.2.0...3.3.0
[3.2.0]: https://github.com/dingo-d/woo-solo-api/compare/3.1.1...3.2.0
[3.1.1]: https://github.com/dingo-d/woo-solo-api/compare/3.1.0...3.1.1
[3.1.0]: https://github.com/dingo-d/woo-solo-api/compare/3.0.1...3.1.0
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -15,10 +15,10 @@
**Tags**: woocommerce, api, solo api, solo, api integration, shop, payment, woo
**Requires at least**: 6.0
**Requires PHP**: 7.4
**Tested up to**: 6.3.1
**Stable tag**: 3.2.0
**Tested up to**: 6.4.2
**Stable tag**: 3.3.0
**WC requires at least**: 7.0.0
**WC tested up to**: 8.0.3
**WC tested up to**: 8.4.0
**License**: MIT
**License URI**: https://opensource.org/licenses/MIT

Expand Down Expand Up @@ -155,5 +155,5 @@ You can modify the request towards the Solo service using hooks described in the

## License

Copyright ©2023 Denis Žoljom.
Copyright ©2024 Denis Žoljom.
This plugin is free software, and may be redistributed under the terms specified in the LICENSE file.
23 changes: 19 additions & 4 deletions README.txt
@@ -1,12 +1,12 @@
=== Woo Solo Api ===
Contributors: dingo_d
Tags: woocommerce, api, solo api, solo, api integration, shop, payment, woo
Requires at least: 6.0
Requires at least: 6.1
Requires PHP: 7.4
Tested up to: 6.3.1
Stable tag: 3.2.0
Tested up to: 6.4.2
Stable tag: 3.3.0
WC requires at least: 7.0.0
WC tested up to: 8.0.3
WC tested up to: 8.4.0
License: MIT
License URI: https://opensource.org/licenses/MIT

Expand Down Expand Up @@ -66,6 +66,21 @@ Be sure you have WooCommerce plugin installed first, otherwise you'll get an err

== Changelog ==

= 3.2.0 =
Release Date: January 16th, 2024

### Added

* Additional api response errors in case of an email sending failure, for easier debugging

### Fixed

* Extended the timeout value of fetching PDF from Solo service

### Changed

* Minor package updates

= 3.2.0 =
Release Date: August 30th, 2023

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "woo-solo-api",
"version": "3.2.0",
"version": "3.3.0",
"description": "This plugin provides integration of the SOLO API service with WooCommerce.",
"authors": [
{
Expand Down
4 changes: 2 additions & 2 deletions woo-solo-api.php
Expand Up @@ -10,15 +10,15 @@
* Plugin Name: Woo Solo Api
* Plugin URI: https://madebydenis.com/woo-solo-api
* Description: This plugin provides integration of the SOLO API service with WooCommerce.
* Version: 3.2.0
* Version: 3.3.0
* Author: Denis Žoljom
* Author URI: https://madebydenis.com
* License: MIT
* License URI: https://opensource.org/licenses/MIT
* Text Domain: woo-solo-api
* Domain Path: /languages
* WC requires at least: 7.0.0
* WC tested up to: 8.0.0
* WC tested up to: 8.4.0
* Requires PHP: 7.4
*/

Expand Down

0 comments on commit 94fbefc

Please sign in to comment.