Changeset 3234449
- Timestamp:
- 02/04/2025 07:00:26 AM (12 months ago)
- Location:
- ari-stream-quiz/trunk
- Files:
-
- 4 edited
-
ari-stream-quiz.php (modified) (1 diff)
-
includes/class-plugin.php (modified) (2 diffs)
-
includes/defines.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ari-stream-quiz/trunk/ari-stream-quiz.php
r3054422 r3234449 4 4 Plugin URI: http://wp-quiz.ari-soft.com 5 5 Description: Powerful and easy to use quiz plugin for WordPress. 6 Version: 1.3. 46 Version: 1.3.5 7 7 Author: ARI Soft 8 8 Author URI: http://www.ari-soft.com -
ari-stream-quiz/trunk/includes/class-plugin.php
r3049583 r3234449 13 13 14 14 public function init() { 15 $this->load_translations();16 17 15 add_action( 18 16 'init', … … 96 94 97 95 private function init_plugin() { 96 $this->load_translations(); 97 98 98 $post_type_args = array( 99 99 'description' => '', -
ari-stream-quiz/trunk/includes/defines.php
r3054422 r3234449 1 1 <?php 2 define( 'ARISTREAMQUIZ_VERSION', '1.3. 4' );2 define( 'ARISTREAMQUIZ_VERSION', '1.3.5' ); 3 3 define( 'ARISTREAMQUIZ_SLUG', 'ari-stream-quiz' ); 4 4 define( 'ARISTREAMQUIZ_', 'ari-stream-quiz' ); -
ari-stream-quiz/trunk/readme.txt
r3081269 r3234449 4 4 Tags: quiz, buzzfeed quiz, trivia quiz, personality test, exam 5 5 Requires at least: 4.0 6 Tested up to: 6. 5.27 Stable tag: 1.3. 46 Tested up to: 6.7.1 7 Stable tag: 1.3.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 119 119 == Changelog == 120 120 121 = 1.3.5 = 122 * Fix "Translation loading for the ari-stream-quiz domain was triggered too early" error 123 121 124 = 1.3.4 = 122 125 * Fix error on quizzes page
Note: See TracChangeset
for help on using the changeset viewer.