Skip to content

Commit 2854267

Browse files
committed
Prepares v0.9.1
1 parent b2f35da commit 2854267

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Plugin Name: Zammad for WordPress
55
* Plugin URI: https://github.com/ouun/zammad-wp/
6-
* Version: 0.9.0
6+
* Version: 0.9.1
77
* Description: Integrates Zammad Helpdesk into WordPress
88
* Author: Philipp Wellmer <philipp@ouun.io>
99
* License: GPL v2 or later
@@ -17,7 +17,7 @@
1717
*/
1818

1919
// Useful global constants.
20-
define('ZAMMAD_WP_VERSION', '0.9.0');
20+
define('ZAMMAD_WP_VERSION', '0.9.1');
2121
define('ZAMMAD_WP_URL', plugin_dir_url(__FILE__));
2222
define('ZAMMAD_WP_PATH', plugin_dir_path(__FILE__));
2323
define('ZAMMAD_WP_INC', ZAMMAD_WP_PATH . 'includes/');

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: zammad, live-chat, ticketing, forms, feedback
55
Requires at least: 4.5
66
Requires PHP: 7.2
77
Tested up to: 6.1
8-
Stable tag: 0.9.0
8+
Stable tag: 0.9.1
99

1010
This plugin helps you embed Zammad Chats & Forms into your WordPress site and gives you access to the Zammad API if required.
1111

@@ -30,6 +30,10 @@ https://github.com/ouun/zammad-wp/releases/latest/download/zammad-wp.zip
3030

3131
== Changelog ==
3232

33+
= 0.9.1 =
34+
* Adds PHP 8.x compatibility (#38)
35+
* Files Handling: Adds Support for HTML Forms Plugin (w/o Premium Extension)
36+
3337
= 0.9.0 =
3438
* Enh: Forms now attach uploaded files to Zammad tickets
3539
* Enh: Update Dependencies

0 commit comments

Comments
 (0)