Plugin Directory

Changeset 3193098


Ignore:
Timestamp:
11/20/2024 11:45:25 AM (16 months ago)
Author:
vladwtz
Message:

Update to version 1.0.2 from GitHub

Location:
reviews-tutor-lms
Files:
2 deleted
7 edited
1 copied

Legend:

Unmodified
Added
Removed
  • reviews-tutor-lms/assets/blueprints/blueprint.json

    r3055009 r3193098  
    11{
     2  "$schema": "https://playground.wordpress.net/blueprint-schema.json",
    23  "landingPage": "/wp-admin/admin.php?page=reviews-tutor-lms",
    34  "preferredVersions": {
    4     "php": "7.4",
    5     "wp": "6.4"
     5    "php": "8.3",
     6    "wp": "6.7"
    67  },
    78  "steps": [
     9    { "step": "login" },
    810    {
    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 }
    1217    },
    1318    {
    1419      "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": {
    2621        "resource": "wordpress.org/plugins",
    2722        "slug": "reviews-tutor-lms"
    2823      },
    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' ); ?>"
    3229    },
    3330    {
  • reviews-tutor-lms/tags/1.0.2/languages/reviews-tutor-lms.pot

    r3055009 r3193098  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Reviews for Tutor LMS 1.0.1\n"
     5"Project-Id-Version: Reviews for Tutor LMS 1.0.2\n"
    66"Report-Msgid-Bugs-To: "
    77"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"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
  • reviews-tutor-lms/tags/1.0.2/readme.txt

    r3055009 r3193098  
    44Tags: reviews, tutor lms, reviews addon
    55Requires at least: 6.4
    6 Tested up to: 6.4.3
     6Tested up to: 6.7
    77Requires PHP: 7.4
    8 Stable tag: 1.0.1
     8Stable tag: 1.0.2
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2525
    2626= 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.
     27I 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.
    2828
    2929= How can I contribute to this plugin? =
     
    3636== Changelog ==
    3737
     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
    3842= 1.0.1 =
    3943* 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  
    99 * Text Domain:       reviews-tutor-lms
    1010 * Domain Path:       /languages
    11  * Version:           1.0.1
     11 * Version:           1.0.2
    1212 * Requires at least: 6.4
    1313 * Requires PHP:      7.4
  • reviews-tutor-lms/trunk/languages/reviews-tutor-lms.pot

    r3055009 r3193098  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Reviews for Tutor LMS 1.0.1\n"
     5"Project-Id-Version: Reviews for Tutor LMS 1.0.2\n"
    66"Report-Msgid-Bugs-To: "
    77"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"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
  • reviews-tutor-lms/trunk/readme.txt

    r3055009 r3193098  
    44Tags: reviews, tutor lms, reviews addon
    55Requires at least: 6.4
    6 Tested up to: 6.4.3
     6Tested up to: 6.7
    77Requires PHP: 7.4
    8 Stable tag: 1.0.1
     8Stable tag: 1.0.2
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2525
    2626= 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.
     27I 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.
    2828
    2929= How can I contribute to this plugin? =
     
    3636== Changelog ==
    3737
     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
    3842= 1.0.1 =
    3943* 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  
    99 * Text Domain:       reviews-tutor-lms
    1010 * Domain Path:       /languages
    11  * Version:           1.0.1
     11 * Version:           1.0.2
    1212 * Requires at least: 6.4
    1313 * Requires PHP:      7.4
Note: See TracChangeset for help on using the changeset viewer.