| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| mylastrss-r20260713.zip | 2026-07-13 | 669.0 kB | |
| 1.0.13 source code.tar.gz | 2026-07-13 | 594.1 kB | |
| 1.0.13 source code.zip | 2026-07-13 | 688.2 kB | |
| README.md | 2026-07-13 | 1.7 kB | |
| Release 20260713 source code.tar.gz | 2026-07-13 | 594.1 kB | |
| Release 20260713 source code.zip | 2026-07-13 | 688.2 kB | |
| Totals: 6 Items | 3.2 MB | 0 | |
- Fixes for PHP 8.1.
- Add mYLR_Transport_WpRequests class to use WpOrg\Requests class.
- Add 'emoji-strip.php' from Symfony in Misc folder.
- Use 'MYLASTRSS_EMOJIS_PATH' global constant to replace emojis.
- Fix classes constructors for PHP 7.
- Fix unhtmlentities() for PHP 5.5.
- Fix _InitEntitiesArray() if default_charset is UTF-8 (since PHP 5.4).
- Add static funtion mYLR_TrimXmlTags() to remove useless spaces (but keep CDATA as is).
- Add static funtion mYLR_StripHTMLscript() to remove "script" tags (but not used yet).
- Add Requests component in Misc folder.
- 'useSnoopy' property deprecated.
- Add 'transport' property to choose HTTP client (let blank, or set fopen, Requests, Snoopy).
- Add mYLR_Transport_Requests class to use Requests class.
- Add mYLR_Transport_Snoopy class to use Snoopy class.
- Add mYLR_Transport_FOpen class as built-in HTTP client.
- Add mYLR_Client class to manage how to get content with mYLR_Transport_xx classes.
- Fix how to estimate time-out per feed.
- No longer retry with fopen if Snoopy failed.
- Fix Atom's specification into 'namespaces.inc.php' file.
- Add YouTube XMLNS support.
- Use detected XMLNS extensions for Atom feed.
- Add static funtion mYLR_StripItokFragment() to remove Drupal token for images (but not used yet).
- Add 'dc:publisher' support.
- Add static funtion mYLR_StripTwitterFragment() to remove Twitter tracking code (but not used yet).
- Add static funtion mYLR_StripSocSrcFragment() to remove tracking code (but not used yet).
- Add static funtion mYLR_StripGAFragment() to remove Google Universal Analytics cookie (but not used yet).