From 14482a4011ded291704f3bd0d55fcb00015376bc Mon Sep 17 00:00:00 2001 From: Bearded Avenger <email@nickhaskins.com> Date: Mon, 6 Jul 2015 14:46:55 -0500 Subject: [PATCH] 5.0.1 --- README.txt | 5 ++++- cgc-video-tracking.php | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 1d31034..0da0c29 100755 --- a/README.txt +++ b/README.txt @@ -4,7 +4,7 @@ Donate link: http://example.com/ Tags: comments, spam Requires at least: 3.5.1 Tested up to: 3.6 -Stable tag: 0.0.1 +Stable tag: 5.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -86,6 +86,9 @@ directory take precedence. For example, `/assets/screenshot-1.png` would win ove == Changelog == += 1.0.1 = +* rewrote saving logic to account for previous percentages + = 1.0 = * A change since the previous version. * Another change. diff --git a/cgc-video-tracking.php b/cgc-video-tracking.php index 0c5d43b..5b1bf92 100755 --- a/cgc-video-tracking.php +++ b/cgc-video-tracking.php @@ -10,7 +10,7 @@ * Plugin Name: CGC Video Tracking * Plugin URI: http://cgcookie.com * Description: Records percentage watched for a video id - * Version: 5.0 + * Version: 5.0.1 * GitHub Plugin URI: https://github.com/cgcookie/cgc-video-tracking */ @@ -20,7 +20,7 @@ } // Set some constants -define('CGC_VIDEO_TRACKING_VERSION', '5.0'); +define('CGC_VIDEO_TRACKING_VERSION', '5.0.1'); define('CGC_VIDEO_TRACKING_DIR', plugin_dir_path( __FILE__ )); define('CGC_VIDEO_TRACKING_URL', plugins_url( '', __FILE__ ));