Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tobeyadr committed Apr 30, 2021
1 parent e51d951 commit c2d1fa4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ No, once a visitor starts the chat it opens the chat in their Facebook Messenger

== Changelog ==

= 1.1.6 =
= 1.1.6 & 1.1.7 =
* TWEAKED Removed "Facebook" from plugin display name.

= 1.1.5 =
Expand Down
6 changes: 3 additions & 3 deletions wp-simple-chat.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WP Simple Chat
* Plugin URI: https://wpsimplechat.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash
* Description: A simple way to include the Facebook Chat Plugin on your website.
* Version: 1.1.6
* Version: 1.1.7
* Author: Groundhogg Inc.
* Author URI: https://wpsimplechat.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash
* Text Domain: wp-simple-chat
Expand All @@ -22,8 +22,8 @@

if ( ! defined( 'ABSPATH' ) ) exit;

define( 'SIMPLE_CHAT_VERSION', '1.1.6' );
define( 'SIMPLE_CHAT_PREVIOUS_STABLE_VERSION', '1.1.5' );
define( 'SIMPLE_CHAT_VERSION', '1.1.7' );
define( 'SIMPLE_CHAT_PREVIOUS_STABLE_VERSION', '1.1.6' );

define( 'SIMPLE_CHAT__FILE__', __FILE__ );
define( 'SIMPLE_CHAT_PLUGIN_BASE', plugin_basename( SIMPLE_CHAT__FILE__ ) );
Expand Down

0 comments on commit c2d1fa4

Please sign in to comment.