Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Nov 29, 2023
1 parent a8cb60e commit 7bd2487
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.0] - 2023-11-29

### Commits

- Use `str_start_with`, WordPress has polyfill. ([035d940](https://github.com/pronamic/wp-pronamic-client/commit/035d94043247c2018a1913aa3a2aad4997390ea3))
- Added the new Mollie user agent library. ([666d48b](https://github.com/pronamic/wp-pronamic-client/commit/666d48bdd78d8a3852198a51623d725577051742))
- Use the new Pronamic updater library. ([32b5ad0](https://github.com/pronamic/wp-pronamic-client/commit/32b5ad0a3659a872caa5fa49facf2170699ceb4e))
- ncu ([86ea0b1](https://github.com/pronamic/wp-pronamic-client/commit/86ea0b166cb0e5dd8ee3fa155b2bf7d8ec737e41))
- Use Jetpack autoloader. ([962d77a](https://github.com/pronamic/wp-pronamic-client/commit/962d77af67855daa21669950a5e447fcf513994b))
- Fixed PHP warnings about dynamic properties. ([e85404d](https://github.com/pronamic/wp-pronamic-client/commit/e85404d60853ba83e5fa26a2a34b7ad6860c9481))

### Composer

- Added `php` `>=8.0`.
- Added `automattic/jetpack-autoloader` `^2.12`.
- Added `pronamic/pronamic-mollie-user-agent` `^1.0`.
- Added `pronamic/pronamic-wp-updater` `^1.0`.

Full set of changes: [`1.9.8...2.0.0`][2.0.0]

[2.0.0]: https://github.com/pronamic/wp-pronamic-client/compare/v1.9.8...v2.0.0

## 1.9.8
- Update feed URLs.
- Also override on SEO tools page.
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": "1.9.8",
"version": "2.0.0",
"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 @@ -4,7 +4,7 @@
Plugin URI: https://www.pronamic.eu/plugins/pronamic-client/
Description: WordPress plugin for Pronamic clients.
Version: 1.9.8
Version: 2.0.0
Requires at least: 3.0
Author: Pronamic
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, client, update, plugin, theme, extension, plugins, themes, extensions
Requires at least: 3.0
Tested up to: 6.4
Stable tag: 1.9.8
Stable tag: 2.0.0

WordPress plugin for Pronamic clients.

Expand Down

0 comments on commit 7bd2487

Please sign in to comment.