User favourites / favorite / bookmark

Blocks ::: block_user_favorites
Maintained by Luuk VerhoevenLuuk Verhoeven, Gemma Lesterhuis, Vincent Cornelis
Marking Moodle pages as user favourites.

User favourites / favorite / bookmark 4.1.3

Moodle 4.1
Released: Saturday, 16 September 2023, 3:24 AM

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

Plugin version.php information

// Example

// Plugin release number corresponds to the lasest tested Moodle version in which the plugin has been tested.
$plugin->release = '3.5.7'; // [3.5.7]

// Plugin version number corresponds to the latest plugin version.
$plugin->version = 2023030200; // 2023-03-02

How do I make a good changelog?

Guiding Principles

  • Changelogs are for humans, not machines.
  • There should be an entry for every single version.
  • The same types of changes should be grouped.
  • The latest version comes first.
  • The release date of each version is displayed.

Types of changes

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

Version (4.1.2) - 2023-05-09

Update

Version (4.1.1) - 2023-03-02

Update
  • Move externallib.php to namespaced external API.
Added
  • Functionaliity to sort the user favorites usin AJAX requests
  • Update version number to 4.1.1 no issues found
  • Testen on PHP 8 - no issues found
  • Allow user to mark a page with # as favorite.

Version (3.10.1) - 2020-11-14

Added
  • Updated version number, no issues found.
Changed
  • Updated version number, no issues found.
Removed
  • Remove .eslintrc Gruntfile.js and packages.json from the project causes Travis issues.

Version (3.9.1) - 2020-07-12

Fix
  • GH-8 External API nested Optional url (Thanks @ewallah)

Version (3.9) - 2020-05-06

Changed
  • Updated version number, no issues found.
  • Minimum version PHP 7.2

Version (3.8) - 2019-10-30

Changed
  • Updated version number, no issues found.

Version (3.7.2) - 2019-09-17

Fixed
  • ISSUE #3 Saving user favourites to a separate table.
  • Upgrade script user_preference -> block_user_favorites using a separate table.
  • Implement privacy provider for the new table.

Version (3.5.3) - 2019-05-20

Added
  • Release of the first official stable version.

Version information

Version build number
2023091300
Version release name
4.1.3
Can be updated to
4.2.0 (2023112200)
Maturity
Stable version
MD5 Sum
0e1d4afa317a0304d3d41f3fcae7d026
Supported software
Moodle 4.1
  • Latest release for Moodle 4.1

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS tag
v4.1.3

Default installation instructions for plugins of the type Blocks

  1. Make sure you have all the required versions.
  2. Download and unpack the block folder.
  3. Place the folder (eg "myblock") in the "blocks" subdirectory.
  4. Visit http://yoursite.com/admin to complete the installation
  5. Turn editing on in any home or course page.
  6. Add the block to the page
  7. Visit the config link in the block for more options.