MDL-70959 completion: Fix unit tests for get_data()
[moodle.git] / lib / simplepie / readme_moodle.txt
bloba5c0d0ce52447c63b2e0ee0a30343871b716c939
1 Description of SimplePie v1.5.3 library import into Moodle
3 Obtained from https://github.com/simplepie/simplepie/releases/
5 To upgrade this library:
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.
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:
10     - library/
11     - autoloader.php
12     - LICENSE.txt
13     - README.markdown
14 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:
15     - idn (This is a third-party library that SimplePie can optionally use. We don't use this in Moodle)
16     - composer.json
17     - db.sql
19 Changes:
20   * None. This import contains _NO_CHANGES_ to the simplepie.inc file, changes are
21     controlled through OO extension of the classes instead.