Changeset 3379601
- Timestamp:
- 10/16/2025 04:08:15 PM (5 months ago)
- Location:
- learning-management-system
- Files:
-
- 22 edited
- 1 copied
-
tags/2.0.3 (copied) (copied from learning-management-system/trunk)
-
tags/2.0.3/changelog.txt (modified) (1 diff)
-
tags/2.0.3/composer.json (modified) (1 diff)
-
tags/2.0.3/i18n/languages/learning-management-system.pot (modified) (6 diffs)
-
tags/2.0.3/lms.php (modified) (2 diffs)
-
tags/2.0.3/readme.txt (modified) (2 diffs)
-
tags/2.0.3/templates/single-course/curriculum.php (modified) (3 diffs)
-
tags/2.0.3/templates/single-course/layout-1/main-content-tab.php (modified) (1 diff)
-
tags/2.0.3/templates/single-course/overview.php (modified) (2 diffs)
-
tags/2.0.3/templates/single-course/tab-handles.php (modified) (3 diffs)
-
tags/2.0.3/uninstall.php (modified) (1 diff)
-
tags/2.0.3/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/composer.json (modified) (1 diff)
-
trunk/i18n/languages/learning-management-system.pot (modified) (6 diffs)
-
trunk/lms.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/templates/single-course/curriculum.php (modified) (3 diffs)
-
trunk/templates/single-course/layout-1/main-content-tab.php (modified) (1 diff)
-
trunk/templates/single-course/overview.php (modified) (2 diffs)
-
trunk/templates/single-course/tab-handles.php (modified) (3 diffs)
-
trunk/uninstall.php (modified) (1 diff)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
learning-management-system/tags/2.0.3/changelog.txt
r3378929 r3379601 1 1 == Changelog == 2 3 = 2.0.3 - 16-10-2025 = 4 - Fix - Curriculum tab showing only for user who has course progress. 5 - Fix - Review visibility control condition sometime not showing review tab. 2 6 3 7 = 2.0.2 - 15-10-2025 = -
learning-management-system/tags/2.0.3/composer.json
r3378929 r3379601 2 2 "name": "masteriyo/masteriyo", 3 3 "description": "An WordPress LMS plugin", 4 "version": "2.0. 2",4 "version": "2.0.3", 5 5 "homepage": "https://example.com", 6 6 "license": "GPL-2.0-or-later", -
learning-management-system/tags/2.0.3/i18n/languages/learning-management-system.pot
r3378929 r3379601 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Masteriyo LMS 2.0. 2\n"5 "Project-Id-Version: Masteriyo LMS 2.0.3\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/learning-management-system\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-10-1 5T13:19:55+00:00\n"12 "POT-Creation-Date: 2025-10-16T15:41:18+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.12.0\n" … … 365 365 #: includes/AdminMenu.php:256 366 366 #: templates/single-course/layout-1/user-review-content.php:22 367 #: templates/single-course/tab-handles.php: 77367 #: templates/single-course/tab-handles.php:100 368 368 msgid "Reviews" 369 369 msgstr "" … … 7807 7807 #: includes/ScriptStyle.php:1247 7808 7808 #: includes/ScriptStyle.php:1293 7809 #: templates/single-course/curriculum.php: 687809 #: templates/single-course/curriculum.php:84 7810 7810 #: templates/single-course/layout-1/main-content-tab.php:117 7811 7811 msgid "Collapse All" … … 9146 9146 msgstr[1] "" 9147 9147 9148 #: templates/single-course/tab-handles.php: 549149 #: templates/single-course/tab-handles.php: 719148 #: templates/single-course/tab-handles.php:77 9149 #: templates/single-course/tab-handles.php:94 9150 9150 #: assets/js/build/masteriyo-backend.js:1 9151 9151 #: assets/js/build/masteriyo-interactive.js:1 … … 9153 9153 msgstr "" 9154 9154 9155 #: templates/single-course/tab-handles.php: 649155 #: templates/single-course/tab-handles.php:87 9156 9156 msgid "Curriculum" 9157 9157 msgstr "" -
learning-management-system/tags/2.0.3/lms.php
r3378929 r3379601 6 6 * Author: Masteriyo 7 7 * Author URI: https://masteriyo.com 8 * Version: 2.0. 28 * Version: 2.0.3 9 9 * Requires at least: 6.5 10 10 * Requires PHP: 7.4 … … 47 47 48 48 if ( ! defined( 'MASTERIYO_VERSION' ) ) { 49 define( 'MASTERIYO_VERSION', '2.0. 2' );49 define( 'MASTERIYO_VERSION', '2.0.3' ); 50 50 } 51 51 -
learning-management-system/tags/2.0.3/readme.txt
r3378929 r3379601 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 2.0. 27 Stable tag: 2.0.3 8 8 License: GNU General Public License v3.0 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 286 286 287 287 == Changelog == 288 289 = 2.0.3 - 16-10-2025 = 290 - Fix - Curriculum tab showing only for user who has course progress. 291 - Fix - Review visibility control condition sometime not showing review tab. 288 292 289 293 = 2.0.2 - 15-10-2025 = -
learning-management-system/tags/2.0.3/templates/single-course/curriculum.php
r3378929 r3379601 27 27 do_action( 'masteriyo_before_single_course_curriculum', $course ); 28 28 29 $query = new \Masteriyo\Query\CourseProgressQuery(29 $query = new \Masteriyo\Query\CourseProgressQuery( 30 30 array( 31 31 'course_id' => $course->get_id(), … … 33 33 ) 34 34 ); 35 $progress = current( $query->get_course_progress() ); 36 $summary = $progress ? $progress->get_summary( 'all' ) : ''; 35 $progress = current( $query->get_course_progress() ); 36 $progress = current( $query->get_course_progress() ); 37 $summary = $progress ? $progress->get_summary( 'all' ) : ''; 38 $completed = isset( $summary['total']['completed'] ) ? (int) $summary['total']['completed'] : 0; 39 $total = isset( $summary['total']['total'] ) ? (int) $summary['total']['total'] : 0; 40 $remaining = max( 0, $total - $completed ); 41 $progress_raw = $total > 0 ? ( $completed / $total ) * 100 : 0; 42 $progress_pct = max( 0, min( 100, $progress_raw ) ); 37 43 38 44 39 45 $show_overview_active = ! masteriyo_is_user_enrolled_in_course( $course->get_id() ); 40 41 $is_hidden = $show_overview_active; 42 46 $is_hidden = $show_overview_active; 43 47 if ( isset( $show_curriculum ) && $show_curriculum ) { 44 48 $is_hidden = false; 45 49 } 50 if ( 51 ! is_user_logged_in() || 52 empty( $progress ) || 53 $completed === 0 || 54 $total === 0 55 ) { 56 $show_overview_active = true; 57 $is_hidden = true; 58 } 59 60 $course_values = $course->get_custom_fields(); 61 $course_values = is_array( $course_values ) ? $course_values : array(); 46 62 47 63 ?> 48 <?php if ( $progress_pct > 0 ) : ?> 64 49 65 <div class="tab-content course-curriculum <?php echo $is_hidden ? 'masteriyo-hidden' : ''; ?>"> 50 66 <div class="masteriyo-stab--tcurriculum masteriyo-course--accordion"> … … 106 122 </div> 107 123 </div> 108 <?php endif; ?> 124 109 125 <?php 110 126 -
learning-management-system/tags/2.0.3/templates/single-course/layout-1/main-content-tab.php
r3378929 r3379601 34 34 <!-- Curriculum Content --> 35 35 <?php 36 if ( $show_curriculum && $progress_pct > 0) :36 if ( $show_curriculum ) : 37 37 if ( $course->get_show_curriculum() || masteriyo_can_start_course( $course ) ) : 38 38 ?> -
learning-management-system/tags/2.0.3/templates/single-course/overview.php
r3342919 r3379601 29 29 } 30 30 31 $query = new \Masteriyo\Query\CourseProgressQuery(31 $query = new \Masteriyo\Query\CourseProgressQuery( 32 32 array( 33 33 'course_id' => $course->get_id(), … … 35 35 ) 36 36 ); 37 $progress = current( $query->get_course_progress() ); 38 $summary = $progress ? $progress->get_summary( 'all' ) : ''; 39 $show_overview_active = 40 $show_overview_active = ! masteriyo_is_user_enrolled_in_course( $course->get_id() ); 37 $progress = current( $query->get_course_progress() ); 38 $summary = $progress ? $progress->get_summary( 'all' ) : ''; 39 40 $completed = isset( $summary['total']['completed'] ) ? (int) $summary['total']['completed'] : 0; 41 $total = isset( $summary['total']['total'] ) ? (int) $summary['total']['total'] : 0; 42 $remaining = max( 0, $total - $completed ); 43 $progress_raw = $total > 0 ? ( $completed / $total ) * 100 : 0; 44 $progress_pct = max( 0, min( 100, $progress_raw ) ); 45 46 47 $show_overview_active = ! masteriyo_is_user_enrolled_in_course( $course->get_id() ); 48 49 50 if ( 51 ! is_user_logged_in() || 52 empty( $progress ) || 53 $completed === 0 || 54 $total === 0 55 ) { 56 $show_overview_active = true; 57 } 41 58 42 59 $is_hidden = ! $show_overview_active; -
learning-management-system/tags/2.0.3/templates/single-course/tab-handles.php
r3378929 r3379601 45 45 } 46 46 47 $sections = masteriyo_get_course_structure( $course->get_id() ); 47 $sections = masteriyo_get_course_structure( $course->get_id() ); 48 $reviews_enabled = masteriyo_string_to_bool( masteriyo_get_setting( 'single_course.display.enable_review' ) ); 49 $reviews_allowed = $course->is_review_allowed(); 50 $review_count = (int) $course->get_review_count(); 51 $has_reviews = $review_count > 0; 52 $is_logged_in = is_user_logged_in(); 53 $visibility_on = masteriyo_string_to_bool( masteriyo_get_setting( 'single_course.display.enable_review_visibility_control' ) ); 54 55 if ( $visibility_on ) { 56 if ( ! $is_logged_in ) { 57 if ( $has_reviews ) { 58 $show_tab = true; 59 } else { 60 $show_tab = false; 61 } 62 } elseif ( $has_reviews ) { 63 $show_tab = true; 64 } else { 65 $show_tab = true; 66 } 67 } else { 68 $show_tab = true; 69 } 70 48 71 ?> 49 72 … … 57 80 58 81 <?php 59 if ( $show_curriculum && $progress_pct > 0) :82 if ( $show_curriculum ) : 60 83 if ( $course->get_show_curriculum() || masteriyo_can_start_course( $course ) ) : 61 84 $curriculum_class = $show_overview_active ? 'masteriyo-tab' : 'masteriyo-tab active-tab'; … … 73 96 <?php endif; ?> 74 97 75 <?php if ( masteriyo_string_to_bool( masteriyo_get_setting( 'single_course.display.enable_review' ) ) && $course->is_review_allowed() && $course->get_review_count() > 0) : ?>76 <div class="masteriyo-tab" onClick="masteriyo_select_single_course_page_tab(event, '.tab-content.course-reviews');">77 <?php echo esc_html__( 'Reviews', 'learning-management-system' ); ?>78 </div>79 <?php endif; ?>98 <?php if ( $show_tab ) : ?> 99 <div class="masteriyo-tab" onClick="masteriyo_select_single_course_page_tab(event, '.tab-content.course-reviews');"> 100 <?php echo esc_html__( 'Reviews', 'learning-management-system' ); ?> 101 </div> 102 <?php endif; ?> 80 103 81 104 <?php -
learning-management-system/tags/2.0.3/uninstall.php
r3378929 r3379601 21 21 22 22 defined( 'MASTERIYO_SLUG' ) || define( 'MASTERIYO_SLUG', 'learning-management-system' ); 23 defined( 'MASTERIYO_VERSION' ) || define( 'MASTERIYO_VERSION', '2.0. 2' );23 defined( 'MASTERIYO_VERSION' ) || define( 'MASTERIYO_VERSION', '2.0.3' ); 24 24 defined( 'MASTERIYO_PLUGIN_FILE' ) || define( 'MASTERIYO_PLUGIN_FILE', __FILE__ ); 25 25 defined( 'MASTERIYO_PLUGIN_BASENAME' ) || define( 'MASTERIYO_PLUGIN_BASENAME', plugin_basename( MASTERIYO_PLUGIN_FILE ) ); -
learning-management-system/tags/2.0.3/vendor/composer/installed.php
r3378929 r3379601 2 2 'root' => array( 3 3 'name' => 'masteriyo/masteriyo', 4 'pretty_version' => '2.0. 2',5 'version' => '2.0. 2.0',4 'pretty_version' => '2.0.3', 5 'version' => '2.0.3.0', 6 6 'reference' => null, 7 7 'type' => 'wordpress-plugin', … … 111 111 ), 112 112 'masteriyo/masteriyo' => array( 113 'pretty_version' => '2.0. 2',114 'version' => '2.0. 2.0',113 'pretty_version' => '2.0.3', 114 'version' => '2.0.3.0', 115 115 'reference' => null, 116 116 'type' => 'wordpress-plugin', -
learning-management-system/trunk/changelog.txt
r3378929 r3379601 1 1 == Changelog == 2 3 = 2.0.3 - 16-10-2025 = 4 - Fix - Curriculum tab showing only for user who has course progress. 5 - Fix - Review visibility control condition sometime not showing review tab. 2 6 3 7 = 2.0.2 - 15-10-2025 = -
learning-management-system/trunk/composer.json
r3378929 r3379601 2 2 "name": "masteriyo/masteriyo", 3 3 "description": "An WordPress LMS plugin", 4 "version": "2.0. 2",4 "version": "2.0.3", 5 5 "homepage": "https://example.com", 6 6 "license": "GPL-2.0-or-later", -
learning-management-system/trunk/i18n/languages/learning-management-system.pot
r3378929 r3379601 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Masteriyo LMS 2.0. 2\n"5 "Project-Id-Version: Masteriyo LMS 2.0.3\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/learning-management-system\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-10-1 5T13:19:55+00:00\n"12 "POT-Creation-Date: 2025-10-16T15:41:18+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.12.0\n" … … 365 365 #: includes/AdminMenu.php:256 366 366 #: templates/single-course/layout-1/user-review-content.php:22 367 #: templates/single-course/tab-handles.php: 77367 #: templates/single-course/tab-handles.php:100 368 368 msgid "Reviews" 369 369 msgstr "" … … 7807 7807 #: includes/ScriptStyle.php:1247 7808 7808 #: includes/ScriptStyle.php:1293 7809 #: templates/single-course/curriculum.php: 687809 #: templates/single-course/curriculum.php:84 7810 7810 #: templates/single-course/layout-1/main-content-tab.php:117 7811 7811 msgid "Collapse All" … … 9146 9146 msgstr[1] "" 9147 9147 9148 #: templates/single-course/tab-handles.php: 549149 #: templates/single-course/tab-handles.php: 719148 #: templates/single-course/tab-handles.php:77 9149 #: templates/single-course/tab-handles.php:94 9150 9150 #: assets/js/build/masteriyo-backend.js:1 9151 9151 #: assets/js/build/masteriyo-interactive.js:1 … … 9153 9153 msgstr "" 9154 9154 9155 #: templates/single-course/tab-handles.php: 649155 #: templates/single-course/tab-handles.php:87 9156 9156 msgid "Curriculum" 9157 9157 msgstr "" -
learning-management-system/trunk/lms.php
r3378929 r3379601 6 6 * Author: Masteriyo 7 7 * Author URI: https://masteriyo.com 8 * Version: 2.0. 28 * Version: 2.0.3 9 9 * Requires at least: 6.5 10 10 * Requires PHP: 7.4 … … 47 47 48 48 if ( ! defined( 'MASTERIYO_VERSION' ) ) { 49 define( 'MASTERIYO_VERSION', '2.0. 2' );49 define( 'MASTERIYO_VERSION', '2.0.3' ); 50 50 } 51 51 -
learning-management-system/trunk/readme.txt
r3378929 r3379601 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 2.0. 27 Stable tag: 2.0.3 8 8 License: GNU General Public License v3.0 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 286 286 287 287 == Changelog == 288 289 = 2.0.3 - 16-10-2025 = 290 - Fix - Curriculum tab showing only for user who has course progress. 291 - Fix - Review visibility control condition sometime not showing review tab. 288 292 289 293 = 2.0.2 - 15-10-2025 = -
learning-management-system/trunk/templates/single-course/curriculum.php
r3378929 r3379601 27 27 do_action( 'masteriyo_before_single_course_curriculum', $course ); 28 28 29 $query = new \Masteriyo\Query\CourseProgressQuery(29 $query = new \Masteriyo\Query\CourseProgressQuery( 30 30 array( 31 31 'course_id' => $course->get_id(), … … 33 33 ) 34 34 ); 35 $progress = current( $query->get_course_progress() ); 36 $summary = $progress ? $progress->get_summary( 'all' ) : ''; 35 $progress = current( $query->get_course_progress() ); 36 $progress = current( $query->get_course_progress() ); 37 $summary = $progress ? $progress->get_summary( 'all' ) : ''; 38 $completed = isset( $summary['total']['completed'] ) ? (int) $summary['total']['completed'] : 0; 39 $total = isset( $summary['total']['total'] ) ? (int) $summary['total']['total'] : 0; 40 $remaining = max( 0, $total - $completed ); 41 $progress_raw = $total > 0 ? ( $completed / $total ) * 100 : 0; 42 $progress_pct = max( 0, min( 100, $progress_raw ) ); 37 43 38 44 39 45 $show_overview_active = ! masteriyo_is_user_enrolled_in_course( $course->get_id() ); 40 41 $is_hidden = $show_overview_active; 42 46 $is_hidden = $show_overview_active; 43 47 if ( isset( $show_curriculum ) && $show_curriculum ) { 44 48 $is_hidden = false; 45 49 } 50 if ( 51 ! is_user_logged_in() || 52 empty( $progress ) || 53 $completed === 0 || 54 $total === 0 55 ) { 56 $show_overview_active = true; 57 $is_hidden = true; 58 } 59 60 $course_values = $course->get_custom_fields(); 61 $course_values = is_array( $course_values ) ? $course_values : array(); 46 62 47 63 ?> 48 <?php if ( $progress_pct > 0 ) : ?> 64 49 65 <div class="tab-content course-curriculum <?php echo $is_hidden ? 'masteriyo-hidden' : ''; ?>"> 50 66 <div class="masteriyo-stab--tcurriculum masteriyo-course--accordion"> … … 106 122 </div> 107 123 </div> 108 <?php endif; ?> 124 109 125 <?php 110 126 -
learning-management-system/trunk/templates/single-course/layout-1/main-content-tab.php
r3378929 r3379601 34 34 <!-- Curriculum Content --> 35 35 <?php 36 if ( $show_curriculum && $progress_pct > 0) :36 if ( $show_curriculum ) : 37 37 if ( $course->get_show_curriculum() || masteriyo_can_start_course( $course ) ) : 38 38 ?> -
learning-management-system/trunk/templates/single-course/overview.php
r3342919 r3379601 29 29 } 30 30 31 $query = new \Masteriyo\Query\CourseProgressQuery(31 $query = new \Masteriyo\Query\CourseProgressQuery( 32 32 array( 33 33 'course_id' => $course->get_id(), … … 35 35 ) 36 36 ); 37 $progress = current( $query->get_course_progress() ); 38 $summary = $progress ? $progress->get_summary( 'all' ) : ''; 39 $show_overview_active = 40 $show_overview_active = ! masteriyo_is_user_enrolled_in_course( $course->get_id() ); 37 $progress = current( $query->get_course_progress() ); 38 $summary = $progress ? $progress->get_summary( 'all' ) : ''; 39 40 $completed = isset( $summary['total']['completed'] ) ? (int) $summary['total']['completed'] : 0; 41 $total = isset( $summary['total']['total'] ) ? (int) $summary['total']['total'] : 0; 42 $remaining = max( 0, $total - $completed ); 43 $progress_raw = $total > 0 ? ( $completed / $total ) * 100 : 0; 44 $progress_pct = max( 0, min( 100, $progress_raw ) ); 45 46 47 $show_overview_active = ! masteriyo_is_user_enrolled_in_course( $course->get_id() ); 48 49 50 if ( 51 ! is_user_logged_in() || 52 empty( $progress ) || 53 $completed === 0 || 54 $total === 0 55 ) { 56 $show_overview_active = true; 57 } 41 58 42 59 $is_hidden = ! $show_overview_active; -
learning-management-system/trunk/templates/single-course/tab-handles.php
r3378929 r3379601 45 45 } 46 46 47 $sections = masteriyo_get_course_structure( $course->get_id() ); 47 $sections = masteriyo_get_course_structure( $course->get_id() ); 48 $reviews_enabled = masteriyo_string_to_bool( masteriyo_get_setting( 'single_course.display.enable_review' ) ); 49 $reviews_allowed = $course->is_review_allowed(); 50 $review_count = (int) $course->get_review_count(); 51 $has_reviews = $review_count > 0; 52 $is_logged_in = is_user_logged_in(); 53 $visibility_on = masteriyo_string_to_bool( masteriyo_get_setting( 'single_course.display.enable_review_visibility_control' ) ); 54 55 if ( $visibility_on ) { 56 if ( ! $is_logged_in ) { 57 if ( $has_reviews ) { 58 $show_tab = true; 59 } else { 60 $show_tab = false; 61 } 62 } elseif ( $has_reviews ) { 63 $show_tab = true; 64 } else { 65 $show_tab = true; 66 } 67 } else { 68 $show_tab = true; 69 } 70 48 71 ?> 49 72 … … 57 80 58 81 <?php 59 if ( $show_curriculum && $progress_pct > 0) :82 if ( $show_curriculum ) : 60 83 if ( $course->get_show_curriculum() || masteriyo_can_start_course( $course ) ) : 61 84 $curriculum_class = $show_overview_active ? 'masteriyo-tab' : 'masteriyo-tab active-tab'; … … 73 96 <?php endif; ?> 74 97 75 <?php if ( masteriyo_string_to_bool( masteriyo_get_setting( 'single_course.display.enable_review' ) ) && $course->is_review_allowed() && $course->get_review_count() > 0) : ?>76 <div class="masteriyo-tab" onClick="masteriyo_select_single_course_page_tab(event, '.tab-content.course-reviews');">77 <?php echo esc_html__( 'Reviews', 'learning-management-system' ); ?>78 </div>79 <?php endif; ?>98 <?php if ( $show_tab ) : ?> 99 <div class="masteriyo-tab" onClick="masteriyo_select_single_course_page_tab(event, '.tab-content.course-reviews');"> 100 <?php echo esc_html__( 'Reviews', 'learning-management-system' ); ?> 101 </div> 102 <?php endif; ?> 80 103 81 104 <?php -
learning-management-system/trunk/uninstall.php
r3378929 r3379601 21 21 22 22 defined( 'MASTERIYO_SLUG' ) || define( 'MASTERIYO_SLUG', 'learning-management-system' ); 23 defined( 'MASTERIYO_VERSION' ) || define( 'MASTERIYO_VERSION', '2.0. 2' );23 defined( 'MASTERIYO_VERSION' ) || define( 'MASTERIYO_VERSION', '2.0.3' ); 24 24 defined( 'MASTERIYO_PLUGIN_FILE' ) || define( 'MASTERIYO_PLUGIN_FILE', __FILE__ ); 25 25 defined( 'MASTERIYO_PLUGIN_BASENAME' ) || define( 'MASTERIYO_PLUGIN_BASENAME', plugin_basename( MASTERIYO_PLUGIN_FILE ) ); -
learning-management-system/trunk/vendor/composer/installed.php
r3378929 r3379601 2 2 'root' => array( 3 3 'name' => 'masteriyo/masteriyo', 4 'pretty_version' => '2.0. 2',5 'version' => '2.0. 2.0',4 'pretty_version' => '2.0.3', 5 'version' => '2.0.3.0', 6 6 'reference' => null, 7 7 'type' => 'wordpress-plugin', … … 111 111 ), 112 112 'masteriyo/masteriyo' => array( 113 'pretty_version' => '2.0. 2',114 'version' => '2.0. 2.0',113 'pretty_version' => '2.0.3', 114 'version' => '2.0.3.0', 115 115 'reference' => null, 116 116 'type' => 'wordpress-plugin',
Note: See TracChangeset
for help on using the changeset viewer.