Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed May 15, 2024
1 parent a4d381a commit a5cea21
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.2] - 2024-05-15

### Commits

- Tested up to: 6.5. ([98df5b7](https://github.com/pronamic/wp-pronamic-client/commit/98df5b737910be38a0512c054747202001bc847c))
- Removed virus scanner, no longer used. ([3c44fe2](https://github.com/pronamic/wp-pronamic-client/commit/3c44fe2cdb273fd0cdde65b422e6e3ad7710f913))
- Added support for SQLite. ([b0f3968](https://github.com/pronamic/wp-pronamic-client/commit/b0f396867c4b761008e743bc207cd6a358d4e52e))
- Updated Adminder to full version with SQLite support. ([eddf9b8](https://github.com/pronamic/wp-pronamic-client/commit/eddf9b8ba43fade5c6dafb4b569aa89ea5544d4d))

### Composer

- Changed `automattic/jetpack-autoloader` from `v2.12.0` to `v3.0.7`.
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v3.0.7
- Changed `pronamic/pronamic-mollie-user-agent` from `v1.0.0` to `v1.0.1`.
Release notes: https://github.com/pronamic/pronamic-mollie-user-agent/releases/tag/v1.0.1
- Changed `pronamic/pronamic-wp-updater` from `v1.0.0` to `v1.0.2`.
Release notes: https://github.com/pronamic/pronamic-wp-updater/releases/tag/v1.0.2

Full set of changes: [`2.0.1...2.0.2`][2.0.2]

[2.0.2]: https://github.com/pronamic/wp-pronamic-client/compare/v2.0.1...v2.0.2

## [2.0.1] - 2024-02-29

### Commits
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pronamic-client",
"version": "2.0.1",
"version": "2.0.2",
"description": "WordPress plugin for Pronamic clients.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion pronamic-client.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: Pronamic Client
* Plugin URI: https://wp.pronamic.directory/plugins/pronamic-client/
* Description: WordPress plugin for Pronamic clients.
* Version: 2.0.1
* Version: 2.0.2
* Requires at least: 3.0
* Author: Pronamic
* Author URI: https://www.pronamic.eu/
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: pronamic, remcotolsma
Tags: pronamic
Requires at least: 3.0
Tested up to: 6.5
Stable tag: 2.0.1
Stable tag: 2.0.2

WordPress plugin for Pronamic clients.

Expand Down

0 comments on commit a5cea21

Please sign in to comment.