Skip to content

Commit

Permalink
Update release number to v1.3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vicchi committed Nov 28, 2013
1 parent c3f8195 commit 7a21d20
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
1 change: 1 addition & 0 deletions includes/class-wp-quadratum-admin.php
Expand Up @@ -290,6 +290,7 @@ function admin_upgrade () {
$cache['locality'] = null;
update_option(WP_Quadratum::CACHE, $cache);

case '1311':
$options['version'] = WP_Quadratum::VERSION;
$upgrade_settings = true;

Expand Down
4 changes: 2 additions & 2 deletions includes/class-wp-quadratum.php
Expand Up @@ -8,8 +8,8 @@ class WP_Quadratum extends WP_PluginBase_v1_1 {
const CACHE = 'wp_quadratum_cache';
const LOCALITY_CACHE = 'locality';
const CHECKIN_CACHE = 'checkin';
const VERSION = '131';
const DISPLAY_VERSION = 'v1.3.1';
const VERSION = '1311';
const DISPLAY_VERSION = 'v1.3.1.1';

/**
* Class constructor
Expand Down
14 changes: 11 additions & 3 deletions readme.txt
Expand Up @@ -4,7 +4,7 @@ Donate Link: http://www.vicchi.org/codeage/donate/
Tags: wp-quadratum, maps, map, foursquare, checkins, checkin, widget
Requires at least: 3.7.0
Tested up to: 3.7.1
Stable tag: 1.3.1
Stable tag: 1.3.1.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -87,7 +87,7 @@ WP Quadratum is named after both the Latin words *quattor*, meaning **four** and
1. Settings and Options: Maps Tab; MapQuest Open Maps configuration
1. Settings and Options: Shortcode Tab; [wp_quadratum] shortcode enabled
1. Settings and Options: Shortcode Tab; [wp_quadratum_locality] shortcode enabled, no Factual OAuth Key or Secret entered or saved
1. Settings and Options: Shortcode Tab; [wp_quadratum_locality] shortcode enabled, no Factual OAuth Key or Secret saved
1. Settings and Options: Shortcode Tab; [wp_quadratum_locality] shortcode enabled, Factual OAuth Key and Secret saved
1. Settings and Options: Defaults Tab
1. Settings and Options: Colophon Tab
1. Appearance: Widgets; Sample widget settings
Expand All @@ -96,7 +96,12 @@ WP Quadratum is named after both the Latin words *quattor*, meaning **four** and

== Changelog ==

The current version is 1.3.1 (2013.10.23)
The current version is 1.3.1.1 (2013.11.28)

= 1.3.1.1 =
* Released: 2013.11.28
* Fixed: Bug in checking for when the `[wp_quadratum_map]` and `[wpq_map]` shortcodes are enabled.
* Updated: Factual PHP driver to latest version.

= 1.3.1 =
* Released: 2013.10.23
Expand Down Expand Up @@ -150,6 +155,9 @@ Fixed: An issue with an old version of WP_PluginBase, the PHP class which WP Qua
* First version of WP Quadratum released

== Upgrade Notice ==
= 1.3.1.1 =
Fixed bug in checking for when the `[wp_quadratum_map]` and `[wpq_map]` shortcodes are enabled. Updated Factual PHP driver to latest version.

= 1.3.1 =
Cache last good Foursquare checkin response for when the Foursquare API is down. Add new locality shortcode. This release is fully compatible with WordPress 3.7 "Basie".

Expand Down
2 changes: 1 addition & 1 deletion wp-quadratum.php
Expand Up @@ -3,7 +3,7 @@
Plugin Name: WP Quadratum
Plugin URI: http://www.vicchi.org/codeage/wp-quadratum/
Description: A WordPress plugin to display your last Foursquare checkin as a map widget, fully authenticated via OAuth 2.0.
Version: 1.3.1
Version: 1.3.1.1
Author: Gary Gale
Author URI: http://www.garygale.com/
License: GPL2
Expand Down

0 comments on commit 7a21d20

Please sign in to comment.