From 5b1a08863f37eb9e05ad392938eaa5085b7e1576 Mon Sep 17 00:00:00 2001 From: Ollie Armstrong Date: Tue, 8 Nov 2011 17:31:53 +0000 Subject: [PATCH] Prep for release --- readme.txt | 2 +- wp-survey-and-quiz-tool.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index b61304b..ad55f86 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=99WUG Tags: Quiz,test,exam,survey,results,email,quizzes,charts,google charts,wpsqt,tool,poll,polling,polls Requires at least: 3.1 Tested up to: 3.3-beta2 -Stable tag: 2.7.4 +Stable tag: 2.8 A highly customisable Quiz, Survey and Poll plugin to which allows for unlimited questions and sections. == Description == diff --git a/wp-survey-and-quiz-tool.php b/wp-survey-and-quiz-tool.php index 10c8fb2..0e9e351 100755 --- a/wp-survey-and-quiz-tool.php +++ b/wp-survey-and-quiz-tool.php @@ -5,7 +5,7 @@ Description: Allows wordpress owners to create their own web based quizes. Author: Fubra Limited Author URI: http://www.catn.com -Version: 2.7.4 +Version: 2.8 WP Survey And Quiz Tool Copyright (C) 2011 Fubra Limited @@ -49,7 +49,7 @@ define( 'WPSQT_URL_MAIN' , admin_url('admin.php?page='.WPSQT_PAGE_MAIN) ); define( 'WPSQT_URL_MAINENTANCE' , admin_url('admin.php?page='.WPSQT_PAGE_MAINTENANCE) ); define( 'WPSQT_CONTACT_EMAIL' , 'support@catn.com' ); -define( 'WPSQT_VERSION' , '2.7.4' ); +define( 'WPSQT_VERSION' , '2.8' ); define( 'WPSQT_DIR' , dirname(__FILE__).'/' ); define( 'WPSQT_FILE' , __FILE__ );