Skip to content

Commit 50bb7df

Browse files
committed
version increment and changelog updated
1 parent 9823527 commit 50bb7df

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
1-
##
1+
## 2025031700 v1.5.8
22
* Correct Privacy API tests
33
* Iss129: remove print_error deprecated function
44
* Iss132: remove get_all_user_name_fields deprecated function
55
* Iss128: correct table name while foreign key definition
66
* Iss134: Change file EOL from CRLF to LF
77
* Iss131: Remove addinstance capability from non-editing roles
8+
* Loading cursor icon resized
9+
* Iss127: Invalid scale configuration fixed
10+
* Iss138+126: fix format_text() implementation
11+
* codecleanup+remove editing rights from teachers
12+
* Oneline description for files given
13+
* Iss109: fix Postgres trailing junk after parameter error
14+
* update Github workflow file
15+
* remove extra whitespaces and variables with underscores
16+
* remove redundant array with filter values in format_text()
17+
* Iss136: replace deprecated error() function
18+
* Iss137: use fullpaths while import
19+
20+
821

922
## 2025010300 v1.5.7
1023
* Github templates for bug report and feature request
@@ -16,4 +29,3 @@
1629
## 2024112600 v1.5.7
1730
* Remove deprecations for Moodle 4.5
1831
* Adjust icon for Moodle 4.5
19-

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'mod_pdfannotator';
28-
$plugin->version = 2025010300;
29-
$plugin->release = 'PDF Annotator v1.5 release 7';
28+
$plugin->version = 2025031700;
29+
$plugin->release = 'PDF Annotator v1.5 release 8';
3030
$plugin->requires = 2021051700;
3131
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)