This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update #86byt93eq readme and version file updated
- Loading branch information
1 parent
da21b7d
commit 41dee9b
Showing
2 changed files
with
50 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters