Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Version 1.0.8.1
  • Loading branch information
ginatrapani committed Jul 6, 2012
1 parent b94bd76 commit 8fb0ac6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions docs/source/changelog/1.0.8.rst
Expand Up @@ -18,3 +18,7 @@ Changelog:
these charts may appear blank. In order to restore them, run a data capture.


1.0.8.1
-------

This bugfix-bugfix restores dashboard charts for Facebook and Google+ service users.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0.8'
version = '1.0.8.1'
# The full version, including alpha/beta/rc tags.
release = '1.0.8'
release = '1.0.8.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions webapp/install/sql/build-db_mysql.sql
Expand Up @@ -500,13 +500,13 @@ CREATE TABLE tu_users (
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Service user details.';


-- Dump completed on 2012-07-05 13:48:48
-- Dump completed on 2012-07-05 23:51:04

--
-- Insert DB Version
--
INSERT INTO tu_options (namespace, option_name, option_value, last_updated, created)
VALUES ('application_options', 'database_version', '1.0.8', NOW(), NOW());
VALUES ('application_options', 'database_version', '1.0.8.1', NOW(), NOW());

--
-- Insert default plugin(s)
Expand Down
2 changes: 1 addition & 1 deletion webapp/install/version.php
Expand Up @@ -26,6 +26,6 @@
* @license http://www.gnu.org/licenses/gpl.html
* @copyright 2009-2012 Dwi Widiastuti, Gina Trapani, Guillaume Boudreau
*/
$THINKUP_VERSION = '1.0.8';
$THINKUP_VERSION = '1.0.8.1';
$THINKUP_VERSION_REQUIRED['php'] = '5.2';
$THINKUP_VERSION_REQUIRED['mysql'] = '5';

0 comments on commit 8fb0ac6

Please sign in to comment.