MDL-60286 lib: Moodle changes to mustache upgrade
This commit is contained in:
@@ -6,8 +6,8 @@ at https://github.com/bobthecow/mustache.php/releases)
|
||||
2) Move the src/ and LICENSE file into lib/mustache
|
||||
|
||||
e.g.
|
||||
wget https://github.com/bobthecow/mustache.php/archive/v2.11.1.zip
|
||||
unzip v2.11.1.zip
|
||||
cd mustache.php-2.11.1/
|
||||
wget https://github.com/bobthecow/mustache.php/archive/v2.12.0.zip
|
||||
unzip v2.12.0.zip
|
||||
cd mustache.php-2.12.0/
|
||||
mv src /path/to/moodle/lib/mustache/
|
||||
mv LICENSE /path/to/moodle/lib/mustache/
|
||||
|
||||
@@ -227,7 +227,7 @@
|
||||
<location>mustache</location>
|
||||
<name>Mustache</name>
|
||||
<license>MIT</license>
|
||||
<version>2.11.1</version>
|
||||
<version>2.12.0</version>
|
||||
</library>
|
||||
<library>
|
||||
<location>amd/src/mustache.js</location>
|
||||
|
||||
Reference in New Issue
Block a user