ClassicPress / ClassicPress

The CMS for Creators. Stable. Lightweight. Instantly Familiar. Forked from WordPress.
https://www.classicpress.net
GNU General Public License v2.0
721 stars 107 forks source link

Required extensions for ClassicPress v2 support #704

Closed nylen closed 7 months ago

nylen commented 3 years ago

Alternative to ClassicPress/ClassicPress#397. ClassicPress version 2 will require the cURL HTTP transport and deprecate/remove support for the streams transport. Installing ClassicPress v2 (whether a fresh install or an upgrade from 1.x) should be blocked if cURL support is not present.

nylen commented 3 years ago

Update - we also need to do the same for the JSON extension, and include the changesets mentioned in https://github.com/ClassicPress/ClassicPress-v1/issues/133. Here is a start at how to do that during the upgrade process: https://core.trac.wordpress.org/ticket/47699#comment:29 (and subsequent comments)

viktorix commented 1 year ago

With re-fork work getting underway, we should consider closing backporting issues such as this.