diff --git a/beacon-for-helpscout.php b/beacon-for-helpscout.php index 659ce8b..1b03c8e 100644 --- a/beacon-for-helpscout.php +++ b/beacon-for-helpscout.php @@ -3,7 +3,7 @@ * Plugin Name: Beacon For Help Scout * Plugin URI: http://wordpress.org/plugins/beacon-for-helpscout * Description: Integrate Beacon from Help Scout into your WordPress site - * Version: 1.1.0 + * Version: 1.2.0 * Author: Daniel J Griffiths * Author URI: https://section214.com * Text Domain: beacon @@ -72,7 +72,7 @@ public static function instance() { */ public function setup_constants() { // Plugin version - define( 'BEACON_VER', '1.1.0' ); + define( 'BEACON_VER', '1.2.0' ); // Plugin path define( 'BEACON_DIR', plugin_dir_path( __FILE__ ) ); diff --git a/readme.txt b/readme.txt index 9f2188d..8ef8a20 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Contributors: section214 Tags: beacon, helpscout, help scout Requires at least: 3.0 Tested up to: 4.3 -Stable tag: 1.1.0 +Stable tag: 1.2.0 Integrate Help Scout Beacons with your WordPress site... without dealing with messy JavaScript! @@ -28,7 +28,14 @@ The new Beacon feature from Help Scout is AWESOME! But... customizing it if you = None yet! = -== Changelog == +== Changelog == += 1.2.0 = +* Updated: Settings library +* Improved: General cleanup +* Added: Beacon position support +* Added: Dashboard support +* Added: Popover trigger support + = 1.1.0 = * Improved: Switched to S214 Settings library * Improved: Codebase cleanup