Version Description
- small bugfix
Download this release
Release Info
Developer | xeno010 |
Plugin | Wp-Pro-Quiz |
Version | 0.31 |
Comparing to | |
See all releases |
Code changes from version 0.30 to 0.31
- lib/helper/WpProQuiz_Helper_Upgrade.php +1 -0
- readme.txt +4 -1
- wp-pro-quiz.php +2 -2
lib/helper/WpProQuiz_Helper_Upgrade.php
CHANGED
@@ -27,6 +27,7 @@ class WpProQuiz_Helper_Upgrade {
|
|
27 |
case '0.27':
|
28 |
case '0.28':
|
29 |
case '0.29':
|
|
|
30 |
break;
|
31 |
default:
|
32 |
WpProQuiz_Helper_Upgrade::install();
|
27 |
case '0.27':
|
28 |
case '0.28':
|
29 |
case '0.29':
|
30 |
+
case '0.30':
|
31 |
break;
|
32 |
default:
|
33 |
WpProQuiz_Helper_Upgrade::install();
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
4 |
Tags: quiz, test, answer, question, learning, assessment
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 3.9.2
|
7 |
-
Stable tag: 0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -312,4 +312,7 @@ http://www.it-gecko.de/wp-pro-quiz-quiz-plugin-fuer-wordpress.html (scroll to "D
|
|
312 |
* Updated dutch translation (Thanks Anton Timmermans)
|
313 |
|
314 |
= 0.30 =
|
|
|
|
|
|
|
315 |
* small bugfix
|
4 |
Tags: quiz, test, answer, question, learning, assessment
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 3.9.2
|
7 |
+
Stable tag: 0.31
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
312 |
* Updated dutch translation (Thanks Anton Timmermans)
|
313 |
|
314 |
= 0.30 =
|
315 |
+
* small bugfix
|
316 |
+
|
317 |
+
= 0.31 =
|
318 |
* small bugfix
|
wp-pro-quiz.php
CHANGED
@@ -3,14 +3,14 @@
|
|
3 |
Plugin Name: WP-Pro-Quiz
|
4 |
Plugin URI: http://wordpress.org/extend/plugins/wp-pro-quiz
|
5 |
Description: A powerful and beautiful quiz plugin for WordPress.
|
6 |
-
Version: 0.
|
7 |
Author: Julius Fischer
|
8 |
Author URI: http://www.it-gecko.de
|
9 |
Text Domain: wp-pro-quiz
|
10 |
Domain Path: /languages
|
11 |
*/
|
12 |
|
13 |
-
define('WPPROQUIZ_VERSION', '0.
|
14 |
|
15 |
define('WPPROQUIZ_DEV', false);
|
16 |
|
3 |
Plugin Name: WP-Pro-Quiz
|
4 |
Plugin URI: http://wordpress.org/extend/plugins/wp-pro-quiz
|
5 |
Description: A powerful and beautiful quiz plugin for WordPress.
|
6 |
+
Version: 0.31
|
7 |
Author: Julius Fischer
|
8 |
Author URI: http://www.it-gecko.de
|
9 |
Text Domain: wp-pro-quiz
|
10 |
Domain Path: /languages
|
11 |
*/
|
12 |
|
13 |
+
define('WPPROQUIZ_VERSION', '0.31');
|
14 |
|
15 |
define('WPPROQUIZ_DEV', false);
|
16 |
|