Skip to content

Commit

Permalink
Release 0.9.3
Browse files Browse the repository at this point in the history
Fix the version numbers

Signed-off-by: Hubert Figuière <[email protected]>
  • Loading branch information
hfiguiere committed Jan 3, 2025
1 parent 7f93910 commit 87d934c
Showing 4 changed files with 11 additions and 7 deletions.
8 changes: 4 additions & 4 deletions collabora-online-wp.php
Original file line number Diff line number Diff line change
@@ -4,14 +4,14 @@
*
* @package collabora-online-wp
* @author Collabora Productivity
* @copyright 2024 Collabora Productivity
* @copyright 2024-2025 Collabora Productivity
* @license MPL-2.0
*
* @wordpress-plugin
* Plugin Name: Collabora Online WP
* Plugin URI: https://github.com/CollaboraOnline/collabora-wordpress
* Description: WordPress connector for Collabora Online, allow you to view or edit collaboratively office documents directly from WordPress in Collabora Online.
* Version: 0.9.1
* Version: 0.9.3
* License: MPL-2.0
* License URI: https://www.mozilla.org/en-US/MPL/2.0/
* Text Domain: collabora-online
@@ -29,8 +29,8 @@
}

define( 'COOL_PLUGIN_NAME', 'collabora-online-wp' );
define( 'COOL_PLUGIN_VERSION', '0.9.1' );
define( 'COOL_PLUGIN_VERSION_NUM', 91 );
define( 'COOL_PLUGIN_VERSION', '0.9.3' );
define( 'COOL_PLUGIN_VERSION_NUM', 93 );
define( 'COOL_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'COOL_PLUGIN_FILE', plugin_dir_path( __FILE__ ) . '/' . basename( __FILE__ ) );

2 changes: 1 addition & 1 deletion cool-block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cool-block",
"version": "0.9.2",
"version": "0.9.3",
"description": "Add document collaboration with Collabora Online.",
"author": "Collabora Online contributors",
"license": "MPL-2.0",
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "collabora-online-wp",
"version": "0.9.2",
"version": "0.9.3",
"description": "Add document collaboration with Collabora Online.",
"author": "Collabora Online contributors",
"license": "MPL-2.0",
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ Contributors: hubcp
Tags: collaboration, pdf, presentation, spreadsheet, document
Requires at least: 6.6
Tested up to: 6.7.1
Stable tag: 0.9.2
Stable tag: 0.9.3
Requires PHP: 8.0
License: MPL-2.0
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

== Changelog ==

= 0.9.3 =

* Fix improper version in plugin file.

= 0.9.2 =

* Fix reviewing issues.

0 comments on commit 87d934c

Please sign in to comment.