Changeset 2078986
- Timestamp:
- 05/02/2019 07:51:42 AM (7 years ago)
- Location:
- learnpress-fill-in-blank
- Files:
-
- 29 added
- 3 edited
-
tags/3.0.8 (added)
-
tags/3.0.8/assets (added)
-
tags/3.0.8/assets/css (added)
-
tags/3.0.8/assets/css/admin.fib.css (added)
-
tags/3.0.8/assets/css/admin.fib.scss (added)
-
tags/3.0.8/assets/css/editor.css (added)
-
tags/3.0.8/assets/css/fib.css (added)
-
tags/3.0.8/assets/css/fib.scss (added)
-
tags/3.0.8/assets/js (added)
-
tags/3.0.8/assets/js/admin.fib.js (added)
-
tags/3.0.8/assets/js/fib.js (added)
-
tags/3.0.8/inc (added)
-
tags/3.0.8/inc/admin (added)
-
tags/3.0.8/inc/admin/class-upgrade-database.php (added)
-
tags/3.0.8/inc/admin/views (added)
-
tags/3.0.8/inc/admin/views/answer-editor.php (added)
-
tags/3.0.8/inc/admin/views/answer-question-editor.php (added)
-
tags/3.0.8/inc/admin/views/answer-quiz-editor.php (added)
-
tags/3.0.8/inc/admin/views/tool-upgrade.php (added)
-
tags/3.0.8/inc/class-lp-question-fill-in-blank.php (added)
-
tags/3.0.8/inc/functions.php (added)
-
tags/3.0.8/inc/load.php (added)
-
tags/3.0.8/languages (added)
-
tags/3.0.8/languages/learnpress-fill-in-blank.pot (added)
-
tags/3.0.8/learnpress-fill-in-blank.php (added)
-
tags/3.0.8/readme.txt (added)
-
tags/3.0.8/templates (added)
-
tags/3.0.8/templates/answer.php (added)
-
tags/3.0.8/templates/blank.php (added)
-
trunk/languages/learnpress-fill-in-blank.pot (modified) (4 diffs)
-
trunk/learnpress-fill-in-blank.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
learnpress-fill-in-blank/trunk/languages/learnpress-fill-in-blank.pot
r2017460 r2078986 9 9 "Project-Id-Version: PACKAGE VERSION\n" 10 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 201 8-12-19 07:24+0000\n"11 "POT-Creation-Date: 2019-05-02 14:28+0700\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 43 43 msgstr "" 44 44 45 #: templates/answer.php:1746 msgid "Invalid question!"47 msgstr ""48 49 45 #: inc/admin/class-upgrade-database.php:19 50 46 msgid "Fill in blank" 51 msgstr ""52 53 #: inc/admin/views/tool-upgrade.php:254 msgid "Upgrade question Fill in blank"55 msgstr ""56 57 #: inc/admin/views/tool-upgrade.php:458 msgid ""59 "This action will upgrade data of question from older version to latest for "60 "Fill in blank type"61 47 msgstr "" 62 48 … … 65 51 "Select a word in passage above and click <strong>'Insert new blank'</strong> " 66 52 "to make that word is a blank for filling." 53 msgstr "" 54 55 #: inc/admin/views/answer-editor.php:13 56 msgid "Insert new blank" 57 msgstr "" 58 59 #: inc/admin/views/answer-editor.php:16 60 msgid "Clear all blanks" 61 msgstr "" 62 63 #: inc/admin/views/answer-editor.php:18 64 msgid "Clear content" 67 65 msgstr "" 68 66 … … 115 113 msgstr "" 116 114 117 # . Name of the plugin118 msgid " LearnPress - Fill In Blank Question"115 #: inc/admin/views/tool-upgrade.php:2 116 msgid "Upgrade question Fill in blank" 119 117 msgstr "" 120 118 121 # . Description of the plugin119 #: inc/admin/views/tool-upgrade.php:4 122 120 msgid "" 123 " Supports type of question Fill In Blank lets user fill out the text into one"124 " ( or more than one ) space."121 "This action will upgrade data of question from older version to latest for " 122 "Fill in blank type" 125 123 msgstr "" 126 124 127 # . URI of the plugin128 msgid " http://thimpress.com/learnpress"125 #: inc/admin/views/tool-upgrade.php:6 126 msgid "Upgrade now" 129 127 msgstr "" 130 128 131 # . Author of the plugin132 msgid " ThimPress"129 #: templates/answer.php:17 130 msgid "Invalid question!" 133 131 msgstr "" 134 135 #. Author URI of the plugin136 msgid "http://thimpress.com"137 msgstr "" -
learnpress-fill-in-blank/trunk/learnpress-fill-in-blank.php
r2023157 r2078986 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. 77 Version: 3.0.8 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. 7' );18 define( 'LP_ADDON_FILL_IN_BLANK_VER', '3.0.8' ); 19 19 define( 'LP_ADDON_FILL_IN_BLANK_REQUIRE_VER', '3.0.0' ); 20 define( 'LP_QUESTION_FILL_IN_BLANK_VER', '3.0. 7' );20 define( 'LP_QUESTION_FILL_IN_BLANK_VER', '3.0.8' ); 21 21 22 22 /** -
learnpress-fill-in-blank/trunk/readme.txt
r2023157 r2078986 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: 4.9.47 Stable tag: 3.0. 76 Tested up to: 5.1.1 7 Stable tag: 3.0.8 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.8 = 53 + Updated the language file. 54 51 55 = 3.0.7 = 52 + Fixed some minor bug of FIB editor56 + Fixed some minor bugs of FIB editor 53 57 54 58 = 3.0.6 =
Note: See TracChangeset
for help on using the changeset viewer.