Changeset 3193098
- Timestamp:
- 11/20/2024 11:45:25 AM (16 months ago)
- Location:
- reviews-tutor-lms
- Files:
-
- 2 deleted
- 7 edited
- 1 copied
-
assets/blueprints/blueprint.json (modified) (1 diff)
-
tags/1.0.2 (copied) (copied from reviews-tutor-lms/trunk)
-
tags/1.0.2/.wordpress-org (deleted)
-
tags/1.0.2/languages/reviews-tutor-lms.pot (modified) (1 diff)
-
tags/1.0.2/readme.txt (modified) (3 diffs)
-
tags/1.0.2/reviews-tutor-lms.php (modified) (1 diff)
-
trunk/.wordpress-org (deleted)
-
trunk/languages/reviews-tutor-lms.pot (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/reviews-tutor-lms.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
reviews-tutor-lms/assets/blueprints/blueprint.json
r3055009 r3193098 1 1 { 2 "$schema": "https://playground.wordpress.net/blueprint-schema.json", 2 3 "landingPage": "/wp-admin/admin.php?page=reviews-tutor-lms", 3 4 "preferredVersions": { 4 "php": " 7.4",5 "wp": "6. 4"5 "php": "8.3", 6 "wp": "6.7" 6 7 }, 7 8 "steps": [ 9 { "step": "login" }, 8 10 { 9 "step": "login", 10 "username": "admin", 11 "password": "password" 11 "step": "installPlugin", 12 "pluginData": { 13 "resource": "wordpress.org/plugins", 14 "slug": "tutor" 15 }, 16 "options": { "activate": false } 12 17 }, 13 18 { 14 19 "step": "installPlugin", 15 "pluginZipFile": { 16 "resource": "wordpress.org/plugins", 17 "slug": "tutor" 18 }, 19 "options": { 20 "activate": true 21 } 22 }, 23 { 24 "step": "installPlugin", 25 "pluginZipFile": { 20 "pluginData": { 26 21 "resource": "wordpress.org/plugins", 27 22 "slug": "reviews-tutor-lms" 28 23 }, 29 "options": { 30 "activate": true 31 } 24 "options": { "activate": true } 25 }, 26 { 27 "step": "runPHP", 28 "code": "<?php require_once 'wordpress/wp-load.php'; activate_plugin( 'tutor/tutor.php' ); ?>" 32 29 }, 33 30 { -
reviews-tutor-lms/tags/1.0.2/languages/reviews-tutor-lms.pot
r3055009 r3193098 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Reviews for Tutor LMS 1.0. 1\n"5 "Project-Id-Version: Reviews for Tutor LMS 1.0.2\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/reviews-tutor-lms\n" 8 "POT-Creation-Date: 2024- 03-20 07:11:23+00:00\n"8 "POT-Creation-Date: 2024-11-20 11:45:18+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" -
reviews-tutor-lms/tags/1.0.2/readme.txt
r3055009 r3193098 4 4 Tags: reviews, tutor lms, reviews addon 5 5 Requires at least: 6.4 6 Tested up to: 6. 4.36 Tested up to: 6.7 7 7 Requires PHP: 7.4 8 Stable tag: 1.0. 18 Stable tag: 1.0.2 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 25 25 26 26 = Why does this plugin exist? = 27 I use and appreciate the Tutor LMS module, but decent functionality should have included review management in the free version. Anyone who needs Tutor LMS and course reviews can use this module that implements their management simply and affordably.27 I use and appreciate the Tutor LMS plugin, but decent functionality should have included review management in the free version. Anyone who needs Tutor LMS and course reviews can use this module that implements their management simply and affordably. 28 28 29 29 = How can I contribute to this plugin? = … … 36 36 == Changelog == 37 37 38 = 1.0.2 = 39 * Tested with WordPress 6.7, Tutor LMS 3.0.0 and PHP 8.3.13. 40 * Live preview fixed. 41 38 42 = 1.0.1 = 39 43 * Fix: Displays the reviewer's username, without a URL to their profile, when they do not have an account on the site. -
reviews-tutor-lms/tags/1.0.2/reviews-tutor-lms.php
r3055009 r3193098 9 9 * Text Domain: reviews-tutor-lms 10 10 * Domain Path: /languages 11 * Version: 1.0. 111 * Version: 1.0.2 12 12 * Requires at least: 6.4 13 13 * Requires PHP: 7.4 -
reviews-tutor-lms/trunk/languages/reviews-tutor-lms.pot
r3055009 r3193098 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Reviews for Tutor LMS 1.0. 1\n"5 "Project-Id-Version: Reviews for Tutor LMS 1.0.2\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/reviews-tutor-lms\n" 8 "POT-Creation-Date: 2024- 03-20 07:11:23+00:00\n"8 "POT-Creation-Date: 2024-11-20 11:45:18+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" -
reviews-tutor-lms/trunk/readme.txt
r3055009 r3193098 4 4 Tags: reviews, tutor lms, reviews addon 5 5 Requires at least: 6.4 6 Tested up to: 6. 4.36 Tested up to: 6.7 7 7 Requires PHP: 7.4 8 Stable tag: 1.0. 18 Stable tag: 1.0.2 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 25 25 26 26 = Why does this plugin exist? = 27 I use and appreciate the Tutor LMS module, but decent functionality should have included review management in the free version. Anyone who needs Tutor LMS and course reviews can use this module that implements their management simply and affordably.27 I use and appreciate the Tutor LMS plugin, but decent functionality should have included review management in the free version. Anyone who needs Tutor LMS and course reviews can use this module that implements their management simply and affordably. 28 28 29 29 = How can I contribute to this plugin? = … … 36 36 == Changelog == 37 37 38 = 1.0.2 = 39 * Tested with WordPress 6.7, Tutor LMS 3.0.0 and PHP 8.3.13. 40 * Live preview fixed. 41 38 42 = 1.0.1 = 39 43 * Fix: Displays the reviewer's username, without a URL to their profile, when they do not have an account on the site. -
reviews-tutor-lms/trunk/reviews-tutor-lms.php
r3055009 r3193098 9 9 * Text Domain: reviews-tutor-lms 10 10 * Domain Path: /languages 11 * Version: 1.0. 111 * Version: 1.0.2 12 12 * Requires at least: 6.4 13 13 * Requires PHP: 7.4
Note: See TracChangeset
for help on using the changeset viewer.