Skip to content

Commit

Permalink
Merge pull request #255 from fpcorso/release/4.4.2
Browse files Browse the repository at this point in the history
Release 4.4.2
  • Loading branch information
Frank Corso committed Jun 26, 2015
2 parents 0c8a25b + 6461c8f commit 090b9ec
Show file tree
Hide file tree
Showing 16 changed files with 4,369 additions and 3,874 deletions.
Binary file modified languages/quiz-master-next-da_DK.mo
Binary file not shown.
1,390 changes: 742 additions & 648 deletions languages/quiz-master-next-da_DK.po

Large diffs are not rendered by default.

Binary file modified languages/quiz-master-next-es_ES.mo
Binary file not shown.
1,438 changes: 778 additions & 660 deletions languages/quiz-master-next-es_ES.po

Large diffs are not rendered by default.

Binary file modified languages/quiz-master-next-it_IT.mo
Binary file not shown.
1,411 changes: 761 additions & 650 deletions languages/quiz-master-next-it_IT.po

Large diffs are not rendered by default.

Binary file modified languages/quiz-master-next-nl-NL.mo
Binary file not shown.
1,430 changes: 776 additions & 654 deletions languages/quiz-master-next-nl-NL.po

Large diffs are not rendered by default.

Binary file modified languages/quiz-master-next-th.mo
Binary file not shown.
1,353 changes: 692 additions & 661 deletions languages/quiz-master-next-th.po

Large diffs are not rendered by default.

1,193 changes: 603 additions & 590 deletions languages/quiz-master-next.pot

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions mlw_quizmaster2.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Quiz Master Next
* Description: Use this plugin to add multiple quizzes, tests, or surveys to your website.
* Version: 4.4.1
* Version: 4.4.2
* Author: Frank Corso
* Author URI: http://www.mylocalwebstop.com/
* Plugin URI: http://www.quizmasternext.com/
Expand All @@ -16,7 +16,7 @@
* You understand that you install, operate, and unistall the plugin at your own discretion and risk.
*
* @author Frank Corso
* @version 4.4.1
* @version 4.4.2
*/
if ( ! defined( 'ABSPATH' ) ) exit;
/**
Expand All @@ -34,7 +34,7 @@ class MLWQuizMasterNext
* @var string
* @since 4.0.0
*/
public $version = '4.4.1';
public $version = '4.4.2';

/**
* QMN Alert Manager Object
Expand Down
6 changes: 2 additions & 4 deletions php/qmn_credits.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,8 @@ function mlw_generate_about_page()
<div id="mlw_quiz_changelog" style="display: none;">
<h3><?php echo $mlw_quiz_version; ?> (June 20, 2015)</h3>
<ul>
<li>* Bug Fix: Fixes validation bug from missing first page</li>
<li>* Bug Fix: Fixes timer bug that prevented timer when first page was missing</li>
<li>* Bug Fix: Fixes bug that prevented re-editing of LaTex</li>
<li>* Bug Fix: Fixes certificate site_url bug</li>
<li>* Bug Fix: Fixed bug that caused issues with validation<a href="https://github.com/fpcorso/quiz_master_next/issues/254">Github Issue #254</a></li>
<li>* Bug Fix: Fixed a rare permalink issue<a href="https://github.com/fpcorso/quiz_master_next/issues/253">Github Issue #253</a></li>
</ul>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions php/qmn_quiz.php
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ public function display_quiz($qmn_quiz_options, $qmn_quiz_questions, $qmn_quiz_a
public function display_begin_section($qmn_quiz_options, $qmn_array_for_variables)
{
$section_display = "";

$section_display .= "<span name='mlw_error_message' id='mlw_error_message' class='qmn_error'></span><br />";
if (!empty($qmn_quiz_options->message_before) OR $qmn_quiz_options->contact_info_location == 0)
{
$section_display.= "<script> var firstPage = true; </script>";
Expand All @@ -430,7 +430,7 @@ public function display_begin_section($qmn_quiz_options, $qmn_array_for_variable
else
{
$section_display .= "<script> var firstPage = false; </script>";
$section_display .= "<span name='mlw_error_message' id='mlw_error_message' class='qmn_error'></span><br />";

}
return $section_display;
}
Expand Down
2 changes: 1 addition & 1 deletion php/qmn_quiz_admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function mlw_generate_quiz_admin()
{
$my_query->the_post();
$post_to_quiz_array[get_post_meta( get_the_ID(), 'quiz_id', true )] = array(
'link' => get_the_permalink(),
'link' => get_permalink(),
'id' => get_the_ID()
);
}
Expand Down
10 changes: 9 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: http://mylocalwebstop.com/downloads/donation-service-payment/
Tags: quiz, test, score, exam, survey, contact, form, email, answer, question, certificate, points, results, math
Requires at least: 3.8.1
Tested up to: 4.2
Stable tag: 4.4.1
Stable tag: 4.4.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -121,6 +121,10 @@ Feel free to use the widget on the help page within the plugin or from our [cont
8. Example Quiz With Styling

== Changelog ==
= 4.4.2 (June 26, 2015) =
* Bug Fix: Fixed bug that caused issues with validation ([Github Issue #254](https://github.com/fpcorso/quiz_master_next/issues/254))
* Bug Fix: Fixed a rare permalink issue ([Github Issue #253](https://github.com/fpcorso/quiz_master_next/issues/253))


= 4.4.1 (June 21, 2015) =
* Bug Fix: Fixes validation bug from missing first page
Expand Down Expand Up @@ -685,6 +689,10 @@ Feel free to use the widget on the help page within the plugin or from our [cont

== Upgrade Notice ==

= 4.4.2 =
Upgrade for a variety of bug fixes


= 4.4.1 =
Upgrade for a variety of bug fixes

Expand Down

0 comments on commit 090b9ec

Please sign in to comment.