Changeset 2106053
- Timestamp:
- 06/14/2019 08:45:29 AM (7 years ago)
- Location:
- learnpress-fill-in-blank
- Files:
-
- 29 added
- 3 edited
-
tags/3.0.9 (added)
-
tags/3.0.9/assets (added)
-
tags/3.0.9/assets/css (added)
-
tags/3.0.9/assets/css/admin.fib.css (added)
-
tags/3.0.9/assets/css/admin.fib.scss (added)
-
tags/3.0.9/assets/css/editor.css (added)
-
tags/3.0.9/assets/css/fib.css (added)
-
tags/3.0.9/assets/css/fib.scss (added)
-
tags/3.0.9/assets/js (added)
-
tags/3.0.9/assets/js/admin.fib.js (added)
-
tags/3.0.9/assets/js/fib.js (added)
-
tags/3.0.9/inc (added)
-
tags/3.0.9/inc/admin (added)
-
tags/3.0.9/inc/admin/class-upgrade-database.php (added)
-
tags/3.0.9/inc/admin/views (added)
-
tags/3.0.9/inc/admin/views/answer-editor.php (added)
-
tags/3.0.9/inc/admin/views/answer-question-editor.php (added)
-
tags/3.0.9/inc/admin/views/answer-quiz-editor.php (added)
-
tags/3.0.9/inc/admin/views/tool-upgrade.php (added)
-
tags/3.0.9/inc/class-lp-question-fill-in-blank.php (added)
-
tags/3.0.9/inc/functions.php (added)
-
tags/3.0.9/inc/load.php (added)
-
tags/3.0.9/languages (added)
-
tags/3.0.9/languages/learnpress-fill-in-blank.pot (added)
-
tags/3.0.9/learnpress-fill-in-blank.php (added)
-
tags/3.0.9/readme.txt (added)
-
tags/3.0.9/templates (added)
-
tags/3.0.9/templates/answer.php (added)
-
tags/3.0.9/templates/blank.php (added)
-
trunk/inc/admin/views/answer-editor.php (modified) (1 diff)
-
trunk/learnpress-fill-in-blank.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
learnpress-fill-in-blank/trunk/inc/admin/views/answer-editor.php
r2078986 r2106053 11 11 <button class="button" type="button" 12 12 @click="insertBlank" 13 :disabled="!canInsertNewBlank"><?php _e( 'Insert new blank', 'learnpress-fill-in-blan l' ); ?></button>13 :disabled="!canInsertNewBlank"><?php _e( 'Insert new blank', 'learnpress-fill-in-blank' ); ?></button> 14 14 <button class="button" type="button" 15 15 @click="clearBlanks" 16 :disabled="blanks.length == 0"><?php _e( 'Clear all blanks', 'learnpress-fill-in-blan l' ); ?></button>16 :disabled="blanks.length == 0"><?php _e( 'Clear all blanks', 'learnpress-fill-in-blank' ); ?></button> 17 17 <button class="button" type="button" 18 @click="clearContent"><?php _e( 'Clear content', 'learnpress-fill-in-blan l' ); ?></button>18 @click="clearContent"><?php _e( 'Clear content', 'learnpress-fill-in-blank' ); ?></button> 19 19 </p> 20 20 -
learnpress-fill-in-blank/trunk/learnpress-fill-in-blank.php
r2078986 r2106053 5 5 Description: Supports type of question Fill In Blank lets user fill out the text into one ( or more than one ) space. 6 6 Author: ThimPress 7 Version: 3.0. 87 Version: 3.0.9 8 8 Author URI: http://thimpress.com 9 9 Tags: learnpress, lms, add-on, fill-in-blank … … 16 16 17 17 define( 'LP_ADDON_FILL_IN_BLANK_FILE', __FILE__ ); 18 define( 'LP_ADDON_FILL_IN_BLANK_VER', '3.0. 8' );18 define( 'LP_ADDON_FILL_IN_BLANK_VER', '3.0.9' ); 19 19 define( 'LP_ADDON_FILL_IN_BLANK_REQUIRE_VER', '3.0.0' ); 20 define( 'LP_QUESTION_FILL_IN_BLANK_VER', '3.0. 8' );20 define( 'LP_QUESTION_FILL_IN_BLANK_VER', '3.0.9' ); 21 21 22 22 /** -
learnpress-fill-in-blank/trunk/readme.txt
r2078986 r2106053 4 4 Tags: learnpress, lms, elearning, quiz, quizzes, question, question type, courses, course, fill in blank, fill-in-blank 5 5 Requires at least: 3.8 6 Tested up to: 5. 1.17 Stable tag: 3.0. 86 Tested up to: 5.2 7 Stable tag: 3.0.9 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 49 49 50 50 == Changelog == 51 52 = 3.0.9 = 53 + Corrected the text domain string. 51 54 52 55 = 3.0.8 =
Note: See TracChangeset
for help on using the changeset viewer.