You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The primary source for downloading this branch of the format is https://moodle.org/plugins/view.php?plugin=format_grid
18
+
with 'Select Moodle version:' set at 'Moodle 2.9'.
19
+
20
+
The secondary source is a tagged version with the v2.9 prefix on https://github.com/gjb2048/moodle-courseformat_grid/tags
21
+
22
+
If you download from the development area - https://github.com/gjb2048/moodle-courseformat_grid/ - consider that
23
+
the code is unstable and not for use in production environments. This is because I develop the next version in stages
24
+
and use GitHub as a means of backup. Therefore the code is not finished, subject to alteration and requires testing.
21
25
22
26
You have all the rights granted to you by the GPLv3 license. If you are unsure about anything, then the
23
27
FAQ - http://www.gnu.org/licenses/gpl-faq.html - is a good place to look.
@@ -32,7 +36,8 @@ Supporting Grid development
32
36
===========================
33
37
If you find Grid useful and beneficial, please consider donating by:
34
38
35
-
PayPal - Please contact me via my 'Moodle profile' (above) for details as I am an individual and therefore am unable to have 'donation' / 'buy me now' buttons under their terms.
39
+
PayPal - Please contact me via my 'Moodle profile' (above) for details as I am an individual and therefore am unable to have
40
+
'donation' / 'buy me now' buttons under their terms.
36
41
37
42
Flattr - https://flattr.com/profile/gjb2048
38
43
@@ -246,7 +251,13 @@ Known Issues
246
251
247
252
History
248
253
=============
249
-
3rd April 2015 Version 2.8.2.2
254
+
Version 2.9.0.1.
255
+
1. First 'release candidate' version for Moodle 2.9.
256
+
2. Note: Need to seriously think about using AMD and transitioning to using jQuery instead of YUI as AJAX is possible in jQuery,
257
+
but almost certainly not in the first instance as YUI is still supported in core. Modularisation is do-able in AMD
258
+
with parameters required: https://docs.moodle.org/dev/Javascript_Modules.
259
+
260
+
3rd April 2015 Version 2.8.2.2
250
261
1. Fixed 'importing of grid icons.' - #11 - patch gratefully received from Tim Lock.
0 commit comments