File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed
Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 22## Changelog ##
33
44
5+ ### 0.21.14 ###
6+
7+ Fix headers tags at results' page template.
8+
9+ Bug is ~ 4 years old and was introduced in version 0.3. Thanks for reporting goes to Erik Thor.
10+
11+
512### 0.21.13 ###
613
714Add answer's attribute for CSS styling.
Original file line number Diff line number Diff line change 88
99** Tested up to:** 4.9
1010
11- ** Stable tag:** 0.21.13
11+ ** Stable tag:** 0.21.14
1212
1313** License:** GPLv3
1414
Original file line number Diff line number Diff line change 1818
1919 <?php foreach ($ results as $ i => $ result ): /* @var $result WpTesting_Model_Result */ ?>
2020
21- <h3 class="<?php echo $ result ->getCssClass ($ i ) ?> title"><?php echo $ result ->getTitle () ?> </h4 >
21+ <h3 class="<?php echo $ result ->getCssClass ($ i ) ?> title"><?php echo $ result ->getTitle () ?> </h3 >
2222
2323 <div class="<?php echo $ result ->getCssClass ($ i ) ?> description"><?php echo $ renderer ->renderWithMoreSplitted ($ renderer ->renderTextAsHtml ($ result ->getDescription ())) ?> </div>
2424
3636
3737 <?php foreach ($ scales as $ i => $ scale ): /* @var $scale WpTesting_Model_Scale */ ?>
3838
39- <h3 class="<?php echo $ scale ->getCssClass ($ i ) ?> title"><?php echo $ scale ->getTitle () ?> </h4 >
39+ <h3 class="<?php echo $ scale ->getCssClass ($ i ) ?> title"><?php echo $ scale ->getTitle () ?> </h3 >
4040
4141 <div class="<?php echo $ scale ->getCssClass ($ i ) ?> scores">
4242 <?php echo $ scale ->formatValueAsOutOf () ?>
Original file line number Diff line number Diff line change 33 * Plugin Name: Wp-testing
44 * Plugin URI: http://wordpress.org/extend/plugins/wp-testing/
55 * Description: Helps to create psychological tests.
6- * Version: 0.21.13
6+ * Version: 0.21.14
77 * Author: Alexander Ustimenko
88 * Author URI: http://ustimen.co
99 * License: GPL3
You can’t perform that action at this time.
0 commit comments