Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Update #86byt93eq readme and version file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaalshaikh committed May 21, 2024
1 parent da21b7d commit 41dee9b
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 2 deletions.
49 changes: 48 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,48 @@
# moodle-block_staticlink
# Moodle - block_staticlink

This block allows to modify a part of the url. For example:
https://abc.com/code=123
Only the [123] part will be allowed to be edited in the block by the user.

##### Features:

- Editing url

##### Tested in:

![Moodle41](https://img.shields.io/badge/moodle-4.1-green.svg)
![PHP8.1](https://img.shields.io/badge/PHP-8.1-brightgreen.svg?logo=php)

### Installation

1. Copy this plugin to the `block\staticlink` folder on the server
2. Login as administrator
3. Go to Site Administrator > Notification
4. Install the plugin
5. Enabled the filter on global level `/admin/filters.php`.

##### Requirements:

* Recommended Moodle version: **4.1 Moodle**
* Recommended PHP version: **8.1**
* Required Moodle version: **4.3 Moodle Workplace**
* Required PHP version: **8.0**

---
### Changelog

##### 4.1.0 (21.05.2024)
* Original release

---
### License

This project is licensed under the **GNU General Public License v3.0**. - http://www.gnu.org/licenses or see
the [LICENSE](LICENSE.md) file.

---

##### Author:
* Nihaal Shaikh :: [Ldesign Media](https://ldesignmedia.nl/) - [[email protected]]([email protected])

<img src="https://ldesignmedia.nl/themes/ldesignmedia/assets/images/logo/logo.svg" alt="ldesignmedia" height="70px">
3 changes: 2 additions & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*
* @package block_staticlink
* @copyright 29/12/2021 Mfreak.nl | LdesignMedia.nl - Luuk Verhoeven
* @copyright 21/05/2024 Mfreak.nl | LdesignMedia.nl - Luuk Verhoeven
* @author Nihaal Shaikh
*/

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2024051600;
$plugin->requires = 2022051300;
$plugin->supported = [400, 401];
$plugin->component = 'block_staticlink';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '4.1.0';

0 comments on commit 41dee9b

Please sign in to comment.