Skip to content

Commit e97486e

Browse files
chore: sync versions across plugin file and readme
1 parent 774a377 commit e97486e

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

presence-api.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Presence API
44
* Description: System-wide presence and awareness for WordPress.
5-
* Version: 0.1.8
5+
* Version: 0.1.9
66
* Requires at least: 7.0
77
* Requires PHP: 7.4
88
* Author: WordPress Core Team
@@ -45,7 +45,7 @@ function () {
4545
return;
4646
}
4747

48-
define( 'WP_PRESENCE_VERSION', '0.1.8' );
48+
define( 'WP_PRESENCE_VERSION', '0.1.9' );
4949
define( 'WP_PRESENCE_DB_VERSION', '1' );
5050
define( 'WP_PRESENCE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
5151
define( 'WP_PRESENCE_PLUGIN_URL', plugin_dir_url( __FILE__ ) );

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: joefusco, intenzi, ashishjii
33
Tags: presence, awareness, heartbeat, real-time
44
Requires at least: 7.0
55
Tested up to: 7.0
6-
Stable tag: 0.1.8
6+
Stable tag: 0.1.9
77
Requires PHP: 7.4
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -53,6 +53,10 @@ Or [try it in WordPress Playground](https://playground.wordpress.net/?blueprint-
5353

5454
== Changelog ==
5555

56+
= 0.1.9 =
57+
* Aggregate props from merged PRs onto release PR.
58+
* Default presence widgets to top of dashboard on fresh install.
59+
5660
= 0.1.8 =
5761
* Add AI Tools disclosure to automated contributor PR body.
5862
* Add concurrency group, use default_branch instead of hardcoded main.

0 commit comments

Comments
 (0)