Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost1227 committed Feb 1, 2017
1 parent 9fcaa0c commit 48240a3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions beacon-for-helpscout.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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__ ) );
Expand Down
11 changes: 9 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand All @@ -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
Expand Down

0 comments on commit 48240a3

Please sign in to comment.