Advertisement
cmoreira

advisor quiz change log

Nov 28th, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. /*
  2. Changelog
  3. v.1.5.3 - 26.11.2018
  4. - Bug fix in answers field
  5. - Bug fix in count presentation quiz
  6.  
  7. v.1.5.2 - 20.11.2018
  8. - Disable statistics option
  9.  
  10. v.1.5.1 - 13.11.2018
  11. - Added option to set points per answer in the count quiz
  12. - Option to send email to notify of new quiz completation
  13.  
  14. v.1.5 - 12.11.2018
  15. - added option to display answers as a dropdown
  16.  
  17. v.1.4.9 - 12.11.2018
  18. - deleted profiles issue on profile quiz
  19.  
  20. v.1.4.8 - 10.11.2018
  21. - Conditional questions in trivia quiz type
  22.  
  23. v.1.4.7 - 26.10.2018
  24. - Jump to next question improvements
  25.  
  26. v.1.4.6 - 20.10.2018
  27. - Entry screen fix
  28. - Options fix
  29.  
  30. v.1.4.5 - 19.10.2018
  31. - Improve Aweber integration
  32. - Fix statistics bug on profile quizzes
  33.  
  34. v.1.4.4 - 18.10.2018
  35. - Add new background image options for presentation layout
  36. - add new background color optoins for subtitle in presentation layout
  37. - css fixes for progress bar
  38.  
  39. v.1.4.3 - 16.10.2018
  40. - count quiz results improvement
  41. - css improvements
  42.  
  43. v.1.4.2 - 09.10.2018
  44. - extensions code improvements
  45.  
  46. v.1.4.1 - 06.10.2018
  47. - Orderby option for suggestions
  48.  
  49. v.1.4 - 05.10.2018
  50. - Aweber initial integration
  51.  
  52. v.1.3 - 14.09.2018
  53. - Fix query builder bugs
  54.  
  55. v.1.2.9 - 12.09.2018
  56. - Render shortcode in no results text
  57.  
  58. v.1.2.8 - 08.09.2018
  59. - Date column bug solved
  60.  
  61. v.1.2.7 - 06.09.2018
  62. - Improvements to post__in queries
  63. - Option to not display profile in results based on answer given
  64.  
  65. v.1.2.6 - 31.08.2018
  66. - Added post_status forced to 'publish' on queries
  67.  
  68. v.1.2.5 - 25.08.2018
  69. - Add sku and IDs filter paramaters to query builder
  70.  
  71. v.1.2.4 - 23.08.2018
  72. - Fix bug with conditional answers with commas
  73.  
  74. v.1.2.3 - 16.08.2018
  75. - Fix bug in presentation layout not displaying results when questions didn't have images (content advisor quiz)
  76.  
  77. v.1.2.2 - 09.08.2018
  78. - Fixed conditional questions bug with answers that had quotes
  79.  
  80. v.1.2.1 - 07.08.2018
  81. - Option to display Excerpt in suggestions
  82. - Suggestions layouts css fixes
  83.  
  84. v.1.2 - 06.08.2018
  85. - Option to clear statistics
  86. - Option to choose 'stock status' for woocommerce products
  87.  
  88. v.1.1.9 - 01.08.2018
  89. - Added 'Loading Overlay' for all 'content advisor' quizzes
  90.  
  91. v.1.1.9 - 24.07.2018
  92. - Option to choose OR/AND relation on tax_query
  93.  
  94. v.1.1.8 - 23.07.2018
  95. - Added option to remember users or not
  96.  
  97. v.1.1.7 - 23.07.2018
  98. - Added data-no-lazy paramater to images in results to try to bypass lazy-loading
  99.  
  100. v.1.1.6 - 05.07.2018
  101. - Improved max input vars warning
  102.  
  103. v.1.1.5 - 25.06.2018
  104. - Implemented 'Previous Question' button option
  105.  
  106. v.1.1.4 - 21.06.2018
  107. - Added workaround to solve conflict with Bridge Theme
  108. - Javascript improvements for Quiz Layouts
  109. - Added social share button click count to statistics
  110.  
  111. v.1.1.3 - 20.06.2018
  112. - Added option to enable a checkbox on intro screens before the quiz starts (RGPD related user request)
  113.  
  114. v.1.1.2 - 18.06.2018
  115. - Feedback from results and intro content will render shortcodes
  116.  
  117. v.1.1.1 - 12.06.2018
  118. - Added 'Review Answers' option when displaying results for trivia quiz type and questions are in slides
  119.  
  120. v.1.1 - 11.06.2018
  121. - Fixed bug with Facebook fontawesome Icon
  122.  
  123. v.1.0.8 - 05.06.2018
  124. - Fixed bug in 'Correct Answer' Label
  125.  
  126. v.1.0.7 - 25.05.2018
  127. - Added Global Labels
  128. - Added option to randomize answers
  129. - Added option to select question field type when adding questions (it can now be a textarea or editor)
  130. - Added option to repeat integration code after X questions
  131.  
  132. v.1.0.6
  133. - Added WooCommerce Product Attributes to Content Filter Rule builder
  134.  
  135. v.1.0.5 - 22.05.2018
  136. - Improvements to private data export and delete functions
  137.  
  138. v.1.0.4 - 21.05.2018
  139. - Added empty results message option for content suggestions layout
  140.  
  141. v.1.0.3 - 19.05.2018
  142. - Social Sharing and Open Graph Data bug fixes
  143.  
  144. v.1.0.2 - 17.05.2018
  145. - Removed woocommerce related function that was causing an error
  146. - Added Min PHP version 5.6 to guarantee compatibility
  147.  
  148. v.1.0.1 - 10.05.2018
  149. - Changed redux framework names to qedux to prevent conflict with older versions of redux
  150.  
  151. v1.0 - 09.05.2018
  152. - Initial Release
  153.  
  154.  
  155. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement