Commit fe0b6ee 1 parent 50bfa05 commit fe0b6ee Copy full SHA for fe0b6ee
File tree 3 files changed +27
-6
lines changed
3 files changed +27
-6
lines changed Original file line number Diff line number Diff line change 30
30
fail-fast : false
31
31
matrix :
32
32
include :
33
+ - php : ' 8.1'
34
+ moodle-branch : ' MOODLE_405_STABLE'
35
+ database : pgsql
36
+ - php : ' 8.2'
37
+ moodle-branch : ' MOODLE_405_STABLE'
38
+ database : pgsql
39
+ - php : ' 8.3'
40
+ moodle-branch : ' MOODLE_405_STABLE'
41
+ database : pgsql
42
+ - php : ' 8.1'
43
+ moodle-branch : ' MOODLE_405_STABLE'
44
+ database : mariadb
45
+ - php : ' 8.2'
46
+ moodle-branch : ' MOODLE_405_STABLE'
47
+ database : mariadb
48
+ - php : ' 8.3'
49
+ moodle-branch : ' MOODLE_405_STABLE'
50
+ database : mariadb
33
51
- php : ' 8.1'
34
52
moodle-branch : ' MOODLE_404_STABLE'
35
53
database : pgsql
Original file line number Diff line number Diff line change 1
1
TinyMCE multilanguage plugin
2
2
============================
3
3
4
- ![ Release] ( https://img.shields.io/badge/Release-1.2 -blue.svg )
4
+ ![ Release] ( https://img.shields.io/badge/Release-1.3 -blue.svg )
5
5
[ ![ Moodle Plugin CI] ( https://github.com/bfh/moodle-tiny_multilang2/workflows/Moodle%20Plugin%20CI/badge.svg?branch=main )] ( https://github.com/bfh/moodle-tiny_multilang2/actions?query=workflow%3A%22Moodle+Plugin+CI%22+branch%3Amain )
6
6
[ ![ PHP Support] ( https://img.shields.io/badge/php-7.4--8.3-blue )] ( https://github.com/bfh/moodle-tiny_multilang2/actions )
7
- [ ![ Moodle Support] ( https://img.shields.io/badge/Moodle-4.1--4.4 +-orange )] ( https://github.com/bfh/moodle-tiny_multilang2/actions )
7
+ [ ![ Moodle Support] ( https://img.shields.io/badge/Moodle-4.1--4.5 +-orange )] ( https://github.com/bfh/moodle-tiny_multilang2/actions )
8
8
[ ![ License GPL-3.0] ( https://img.shields.io/github/license/bfh/moodle-tiny_multilang2?color=lightgrey )] ( https://github.com/bfh/moodle-tiny_multilang2/blob/main/LICENSE )
9
9
[ ![ GitHub contributors] ( https://img.shields.io/github/contributors/bfh/moodle-tiny_multilang2 )] ( https://github.com/bfh/moodle-tiny_multilang2/graphs/contributors )
10
10
@@ -29,7 +29,7 @@ formatting of the text is correct.
29
29
30
30
## Current version
31
31
32
- The latest release is v1.2 (build 2024042200 ) for Moodle 4.1 and newer.
32
+ The latest release is v1.3 (build 2024100900 ) for Moodle 4.1 and newer.
33
33
34
34
## Requirements
35
35
@@ -114,6 +114,9 @@ provided iso codes is preserved.
114
114
115
115
## Version History
116
116
117
+ ### 1.3
118
+ - Adaptions for Moodle 4.5.
119
+
117
120
### 1.2
118
121
- Removal of the attribute ` dir ` e.g. ` dir="ltr" ` for language direction because it
119
122
breaks the standard multilanguage filter in Moodle.
Original file line number Diff line number Diff line change 28
28
defined ('MOODLE_INTERNAL ' ) || die ();
29
29
30
30
$ plugin ->component = 'tiny_multilang2 ' ;
31
- $ plugin ->release = '1.2 ' ;
32
- $ plugin ->version = 2024042200 ;
31
+ $ plugin ->release = '1.3 ' ;
32
+ $ plugin ->version = 2024100900 ;
33
33
$ plugin ->requires = 2022112800 ;
34
34
$ plugin ->maturity = MATURITY_STABLE ;
35
- $ plugin ->supported = [401 , 404 ];
35
+ $ plugin ->supported = [401 , 405 ];
You can’t perform that action at this time.
0 commit comments