Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 5... Línea 5...
5
To upgrade this library:
5
To upgrade this library:
6
1. Download the latest release of SimplePie from https://github.com/simplepie/simplepie/releases/
6
1. Download the latest release of SimplePie from https://github.com/simplepie/simplepie/releases/
7
2. Remove everything inside lib/simplepie/ directory except readme_moodle.txt (this file) and moodle_simplepie.php.
7
2. Remove everything inside lib/simplepie/ directory except readme_moodle.txt (this file) and moodle_simplepie.php.
8
3. Extract the contents of the release archive into a directory.
8
3. Extract the contents of the release archive into a directory.
9
4. Move the following files/directories from the extracted directory into lib/simplepie:
9
4. Move the following files/directories from the extracted directory into lib/simplepie:
10
    - library/
-
 
11
    - src/
-
 
12
    - autoloader.php
-
 
13
    - LICENSE.txt
-
 
14
    - README.markdown
-
 
15
5. That should leave you with just the following. Do not move them. If there is any difference, check if they also need to be moved and update this doc:
-
 
16
    - idn (This is a third-party library that SimplePie can optionally use. We don't use this in Moodle)
-
 
17
    - CHANGELOG.md
10
    - CHANGELOG.md
18
    - composer.json
11
    - composer.json
-
 
12
    - LICENSE.txt
-
 
13
    - README.markdown
-
 
14
    - src/
-
 
15
5. That should leave you with just the following. Do not move them. If there is any difference,
-
 
16
   check if they also need to be moved and update this doc:
-
 
17
    - autoloader.php
19
    - db.sql
18
    - db.sql
-
 
19
    - idn (This is a third-party library that SimplePie can optionally use. We don't use this in Moodle)
-
 
20
    - library
Línea 20... Línea 21...
20
 
21
 
21
Changes:
22
Changes:
22
  * None. This import contains _NO_CHANGES_ to the simplepie.inc file, changes are
23
  * None. This import contains _NO_CHANGES_ to the simplepie.inc file, changes are