Plugin Directory

Changeset 2106053


Ignore:
Timestamp:
06/14/2019 08:45:29 AM (7 years ago)
Author:
phamtungpth
Message:

release 3.0.9

Location:
learnpress-fill-in-blank
Files:
29 added
3 edited

Legend:

Unmodified
Added
Removed
  • learnpress-fill-in-blank/trunk/inc/admin/views/answer-editor.php

    r2078986 r2106053  
    1111            <button class="button" type="button"
    1212                    @click="insertBlank"
    13                     :disabled="!canInsertNewBlank"><?php _e( 'Insert new blank', 'learnpress-fill-in-blanl' ); ?></button>
     13                    :disabled="!canInsertNewBlank"><?php _e( 'Insert new blank', 'learnpress-fill-in-blank' ); ?></button>
    1414            <button class="button" type="button"
    1515                    @click="clearBlanks"
    16                     :disabled="blanks.length == 0"><?php _e( 'Clear all blanks', 'learnpress-fill-in-blanl' ); ?></button>
     16                    :disabled="blanks.length == 0"><?php _e( 'Clear all blanks', 'learnpress-fill-in-blank' ); ?></button>
    1717            <button class="button" type="button"
    18                     @click="clearContent"><?php _e( 'Clear content', 'learnpress-fill-in-blanl' ); ?></button>
     18                    @click="clearContent"><?php _e( 'Clear content', 'learnpress-fill-in-blank' ); ?></button>
    1919        </p>
    2020
  • learnpress-fill-in-blank/trunk/learnpress-fill-in-blank.php

    r2078986 r2106053  
    55Description: Supports type of question Fill In Blank lets user fill out the text into one ( or more than one ) space.
    66Author: ThimPress
    7 Version: 3.0.8
     7Version: 3.0.9
    88Author URI: http://thimpress.com
    99Tags: learnpress, lms, add-on, fill-in-blank
     
    1616
    1717define( 'LP_ADDON_FILL_IN_BLANK_FILE', __FILE__ );
    18 define( 'LP_ADDON_FILL_IN_BLANK_VER', '3.0.8' );
     18define( 'LP_ADDON_FILL_IN_BLANK_VER', '3.0.9' );
    1919define( 'LP_ADDON_FILL_IN_BLANK_REQUIRE_VER', '3.0.0' );
    20 define( 'LP_QUESTION_FILL_IN_BLANK_VER', '3.0.8' );
     20define( 'LP_QUESTION_FILL_IN_BLANK_VER', '3.0.9' );
    2121
    2222/**
  • learnpress-fill-in-blank/trunk/readme.txt

    r2078986 r2106053  
    44Tags: learnpress, lms, elearning, quiz, quizzes, question, question type, courses, course, fill in blank, fill-in-blank
    55Requires at least: 3.8
    6 Tested up to: 5.1.1
    7 Stable tag: 3.0.8
     6Tested up to: 5.2
     7Stable tag: 3.0.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4949
    5050== Changelog ==
     51
     52= 3.0.9 =
     53+ Corrected the text domain string.
    5154
    5255= 3.0.8 =
Note: See TracChangeset for help on using the changeset viewer.