[serendipity-cvs] [s9y/Serendipity] e089a7: Simplepie: Manage via composer and upgrade to 1.8.1

onli via php-blog-cvs <[email protected]> Tue, 22 Jul 2025 12:54:19 -0700
Newsgroups gmane.comp.serendipity.cvs
Message-ID <s9y/Serendipity/push/refs/heads/feature/simplepieUpdate/[email protected]>
  Branch: refs/heads/feature/simplepieUpdate
  Home:   https://github.com/s9y/Serendipity
  Commit: e089a77e9a499fc958313027456ebf8d7b5944c6
      https://github.com/s9y/Serendipity/commit/e089a77e9a499fc958313027456ebf8d7b5944c6
  Author: onli <[email protected]>
  Date:   2025-07-22 (Tue, 22 Jul 2025)

  Changed paths:
    M bundled-libs/composer/autoload_classmap.php
    M bundled-libs/composer/autoload_namespaces.php
    M bundled-libs/composer/autoload_psr4.php
    M bundled-libs/composer/autoload_real.php
    M bundled-libs/composer/autoload_static.php
    M bundled-libs/composer/include_paths.php
    M bundled-libs/composer/installed.json
    M bundled-libs/composer/installed.php
    R bundled-libs/simplepie/LICENSE.txt
    R bundled-libs/simplepie/README.markdown
    R bundled-libs/simplepie/simplepie.inc
    A bundled-libs/simplepie/simplepie/.php-cs-fixer.dist.php
    A bundled-libs/simplepie/simplepie/CHANGELOG.md
    A bundled-libs/simplepie/simplepie/LICENSE.txt
    A bundled-libs/simplepie/simplepie/README.markdown
    A bundled-libs/simplepie/simplepie/autoloader.php
    A bundled-libs/simplepie/simplepie/composer.json
    A bundled-libs/simplepie/simplepie/db.sql
    A bundled-libs/simplepie/simplepie/idn/LICENCE
    A bundled-libs/simplepie/simplepie/idn/ReadMe.txt
    A bundled-libs/simplepie/simplepie/idn/idna_convert.class.php
    A bundled-libs/simplepie/simplepie/idn/npdata.ser
    A bundled-libs/simplepie/simplepie/library/SimplePie.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/Author.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/Cache.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/Cache/Base.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/Cache/DB.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/Cache/File.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/Cache/Memcache.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/Cache/Memcached.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/Cache/MySQL.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/Cache/Redis.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/Caption.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/Category.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/Content/Type/Sniffer.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/Copyright.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/Core.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/Credit.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/Decode/HTML/Entities.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/Enclosure.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/Exception.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/File.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/HTTP/Parser.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/IRI.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/Item.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/Locator.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/Misc.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/Net/IPv6.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/Parse/Date.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/Parser.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/Rating.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/Registry.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/Restriction.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/Sanitize.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/Source.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/XML/Declaration/Parser.php
    A bundled-libs/simplepie/simplepie/library/SimplePie/gzdecode.php
    A bundled-libs/simplepie/simplepie/src/Author.php
    A bundled-libs/simplepie/simplepie/src/Cache.php
    A bundled-libs/simplepie/simplepie/src/Cache/Base.php
    A bundled-libs/simplepie/simplepie/src/Cache/BaseDataCache.php
    A bundled-libs/simplepie/simplepie/src/Cache/CallableNameFilter.php
    A bundled-libs/simplepie/simplepie/src/Cache/DB.php
    A bundled-libs/simplepie/simplepie/src/Cache/DataCache.php
    A bundled-libs/simplepie/simplepie/src/Cache/File.php
    A bundled-libs/simplepie/simplepie/src/Cache/Memcache.php
    A bundled-libs/simplepie/simplepie/src/Cache/Memcached.php
    A bundled-libs/simplepie/simplepie/src/Cache/MySQL.php
    A bundled-libs/simplepie/simplepie/src/Cache/NameFilter.php
    A bundled-libs/simplepie/simplepie/src/Cache/Psr16.php
    A bundled-libs/simplepie/simplepie/src/Cache/Redis.php
    A bundled-libs/simplepie/simplepie/src/Caption.php
    A bundled-libs/simplepie/simplepie/src/Category.php
    A bundled-libs/simplepie/simplepie/src/Content/Type/Sniffer.php
    A bundled-libs/simplepie/simplepie/src/Copyright.php
    A bundled-libs/simplepie/simplepie/src/Credit.php
    A bundled-libs/simplepie/simplepie/src/Enclosure.php
    A bundled-libs/simplepie/simplepie/src/Exception.php
    A bundled-libs/simplepie/simplepie/src/File.php
    A bundled-libs/simplepie/simplepie/src/Gzdecode.php
    A bundled-libs/simplepie/simplepie/src/HTTP/Parser.php
    A bundled-libs/simplepie/simplepie/src/IRI.php
    A bundled-libs/simplepie/simplepie/src/Item.php
    A bundled-libs/simplepie/simplepie/src/Locator.php
    A bundled-libs/simplepie/simplepie/src/Misc.php
    A bundled-libs/simplepie/simplepie/src/Net/IPv6.php
    A bundled-libs/simplepie/simplepie/src/Parse/Date.php
    A bundled-libs/simplepie/simplepie/src/Parser.php
    A bundled-libs/simplepie/simplepie/src/Rating.php
    A bundled-libs/simplepie/simplepie/src/Registry.php
    A bundled-libs/simplepie/simplepie/src/RegistryAware.php
    A bundled-libs/simplepie/simplepie/src/Restriction.php
    A bundled-libs/simplepie/simplepie/src/Sanitize.php
    A bundled-libs/simplepie/simplepie/src/SimplePie.php
    A bundled-libs/simplepie/simplepie/src/Source.php
    A bundled-libs/simplepie/simplepie/src/XML/Declaration/Parser.php
    M composer.json
    M composer.lock

  Log Message:
  -----------
  Simplepie: Manage via composer and upgrade to 1.8.1


  Commit: 5309928700ad89d3b1d4a04692b1ac675610f39d
      https://github.com/s9y/Serendipity/commit/5309928700ad89d3b1d4a04692b1ac675610f39d
  Author: onli <[email protected]>
  Date:   2025-07-22 (Tue, 22 Jul 2025)

  Changed paths:
    A bundled-libs/simplepie/simplepie.inc

  Log Message:
  -----------
  Provide backwards compatible redirect for simplepie dependency


  Commit: b60fbe493261991bf1a1daacd0dc9e3c32245f66
      https://github.com/s9y/Serendipity/commit/b60fbe493261991bf1a1daacd0dc9e3c32245f66
  Author: onli <[email protected]>
  Date:   2025-07-22 (Tue, 22 Jul 2025)

  Changed paths:
    M plugins/serendipity_plugin_remoterss/serendipity_plugin_remoterss.php

  Log Message:
  -----------
  remoterss: Make compatible with simplepie 1.8.1


  Commit: f4c840f07a5cfbb994efc98a53d799bdd5abfb5d
      https://github.com/s9y/Serendipity/commit/f4c840f07a5cfbb994efc98a53d799bdd5abfb5d
  Author: onli <[email protected]>
  Date:   2025-07-22 (Tue, 22 Jul 2025)

  Changed paths:
    M plugins/serendipity_plugin_remoterss/serendipity_plugin_remoterss.php

  Log Message:
  -----------
  remoterss: Use simplepie now also for RSS (+ Atom)
Before, Onyx was used for RSS and simeplpie only for Atom, but simplepie can use both and is maintained.


  Commit: b2f774b50d8477bc2771b64277bb21c1a5a403ac
      https://github.com/s9y/Serendipity/commit/b2f774b50d8477bc2771b64277bb21c1a5a403ac
  Author: onli <[email protected]>
  Date:   2025-07-22 (Tue, 22 Jul 2025)

  Changed paths:
    M docs/NEWS
    M plugins/serendipity_plugin_remoterss/serendipity_plugin_remoterss.php

  Log Message:
  -----------
  document changes


  Commit: 00e78bee818443fb3f24e7b6918ef69a8368ac14
      https://github.com/s9y/Serendipity/commit/00e78bee818443fb3f24e7b6918ef69a8368ac14
  Author: onli <[email protected]>
  Date:   2025-07-22 (Tue, 22 Jul 2025)

  Changed paths:
    M plugins/serendipity_plugin_remoterss/serendipity_plugin_remoterss.php

  Log Message:
  -----------
  minor: update comment


Compare: https://github.com/s9y/Serendipity/compare/e089a77e9a49%5E...00e78bee8184

To unsubscribe from these emails, change your notification settings at https://github.com/s9y/Serendipity/settings/notifications