Plugin Directory

Changeset 3234449


Ignore:
Timestamp:
02/04/2025 07:00:26 AM (12 months ago)
Author:
arisoft
Message:

Tagging version 1.3.5

Location:
ari-stream-quiz/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ari-stream-quiz/trunk/ari-stream-quiz.php

    r3054422 r3234449  
    44    Plugin URI: http://wp-quiz.ari-soft.com
    55    Description: Powerful and easy to use quiz plugin for WordPress.
    6     Version: 1.3.4
     6    Version: 1.3.5
    77    Author: ARI Soft
    88    Author URI: http://www.ari-soft.com
  • ari-stream-quiz/trunk/includes/class-plugin.php

    r3049583 r3234449  
    1313
    1414    public function init() {
    15         $this->load_translations();
    16 
    1715        add_action(
    1816            'init',
     
    9694
    9795    private function init_plugin() {
     96        $this->load_translations();
     97
    9898        $post_type_args = array(
    9999            'description' => '',
  • ari-stream-quiz/trunk/includes/defines.php

    r3054422 r3234449  
    11<?php
    2 define( 'ARISTREAMQUIZ_VERSION', '1.3.4' );
     2define( 'ARISTREAMQUIZ_VERSION', '1.3.5' );
    33define( 'ARISTREAMQUIZ_SLUG', 'ari-stream-quiz' );
    44define( 'ARISTREAMQUIZ_', 'ari-stream-quiz' );
  • ari-stream-quiz/trunk/readme.txt

    r3081269 r3234449  
    44Tags: quiz, buzzfeed quiz, trivia quiz, personality test, exam
    55Requires at least: 4.0
    6 Tested up to: 6.5.2
    7 Stable tag: 1.3.4
     6Tested up to: 6.7.1
     7Stable tag: 1.3.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    119119== Changelog ==
    120120
     121= 1.3.5 =
     122* Fix "Translation loading for the ari-stream-quiz domain was triggered too early" error
     123
    121124= 1.3.4 =
    122125* Fix error on quizzes page
Note: See TracChangeset for help on using the changeset viewer.