Skip to content

Commit

Permalink
Prepares v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ouun committed Jan 23, 2023
1 parent b2f35da commit 2854267
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Plugin Name: Zammad for WordPress
* Plugin URI: https://github.com/ouun/zammad-wp/
* Version: 0.9.0
* Version: 0.9.1
* Description: Integrates Zammad Helpdesk into WordPress
* Author: Philipp Wellmer <[email protected]>
* License: GPL v2 or later
Expand All @@ -17,7 +17,7 @@
*/

// Useful global constants.
define('ZAMMAD_WP_VERSION', '0.9.0');
define('ZAMMAD_WP_VERSION', '0.9.1');
define('ZAMMAD_WP_URL', plugin_dir_url(__FILE__));
define('ZAMMAD_WP_PATH', plugin_dir_path(__FILE__));
define('ZAMMAD_WP_INC', ZAMMAD_WP_PATH . 'includes/');
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: zammad, live-chat, ticketing, forms, feedback
Requires at least: 4.5
Requires PHP: 7.2
Tested up to: 6.1
Stable tag: 0.9.0
Stable tag: 0.9.1

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

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

== Changelog ==

= 0.9.1 =
* Adds PHP 8.x compatibility (#38)
* Files Handling: Adds Support for HTML Forms Plugin (w/o Premium Extension)

= 0.9.0 =
* Enh: Forms now attach uploaded files to Zammad tickets
* Enh: Update Dependencies
Expand Down

0 comments on commit 2854267

Please sign in to comment.