Skip to content

Commit 87d934c

Browse files
committed
Release 0.9.3
Fix the version numbers Signed-off-by: Hubert Figuière <hub@collabora.com>
1 parent 7f93910 commit 87d934c

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

collabora-online-wp.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
*
55
* @package collabora-online-wp
66
* @author Collabora Productivity
7-
* @copyright 2024 Collabora Productivity
7+
* @copyright 2024-2025 Collabora Productivity
88
* @license MPL-2.0
99
*
1010
* @wordpress-plugin
1111
* Plugin Name: Collabora Online WP
1212
* Plugin URI: https://github.com/CollaboraOnline/collabora-wordpress
1313
* Description: WordPress connector for Collabora Online, allow you to view or edit collaboratively office documents directly from WordPress in Collabora Online.
14-
* Version: 0.9.1
14+
* Version: 0.9.3
1515
* License: MPL-2.0
1616
* License URI: https://www.mozilla.org/en-US/MPL/2.0/
1717
* Text Domain: collabora-online
@@ -29,8 +29,8 @@
2929
}
3030

3131
define( 'COOL_PLUGIN_NAME', 'collabora-online-wp' );
32-
define( 'COOL_PLUGIN_VERSION', '0.9.1' );
33-
define( 'COOL_PLUGIN_VERSION_NUM', 91 );
32+
define( 'COOL_PLUGIN_VERSION', '0.9.3' );
33+
define( 'COOL_PLUGIN_VERSION_NUM', 93 );
3434
define( 'COOL_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
3535
define( 'COOL_PLUGIN_FILE', plugin_dir_path( __FILE__ ) . '/' . basename( __FILE__ ) );
3636

cool-block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cool-block",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"description": "Add document collaboration with Collabora Online.",
55
"author": "Collabora Online contributors",
66
"license": "MPL-2.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "collabora-online-wp",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"description": "Add document collaboration with Collabora Online.",
55
"author": "Collabora Online contributors",
66
"license": "MPL-2.0",

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: hubcp
33
Tags: collaboration, pdf, presentation, spreadsheet, document
44
Requires at least: 6.6
55
Tested up to: 6.7.1
6-
Stable tag: 0.9.2
6+
Stable tag: 0.9.3
77
Requires PHP: 8.0
88
License: MPL-2.0
99
License URI: http://mozilla.org/MPL/2.0/
@@ -42,6 +42,10 @@ If you are already a paid customer for Collabora Online, you can use your existi
4242

4343
== Changelog ==
4444

45+
= 0.9.3 =
46+
47+
* Fix improper version in plugin file.
48+
4549
= 0.9.2 =
4650

4751
* Fix reviewing issues.

0 commit comments

Comments
 (0)