satispress
satispress copied to clipboard
Expose installed WordPress plugins and themes as Composer packages.
Our SatisPress instance has started having a fatal error due to the Envato integration. ``` Fatal error: Uncaught TypeError: Return value of SatisPress\Integration\EnvatoMarket::filter_package_download_url() must be of the type string, bool...
`composer require cedaro/satispress:1.0.3` results in the following: > Problem 1 - Root composer.json requires cedaro/satispress 1.0.3 -> satisfiable by cedaro/satispress[v1.0.3]. - cedaro/satispress v1.0.3 requires psr/container ^1.0 -> found psr/container[1.0.0, 1.1.0,...
How to add all the plugins and themes for the Satispress repository automatically? I looked through the issues and saw some PHP code referring to similar issues. I suggest creating...
Hi there, first of all: Awesome plugin, solved so many headaches for me. Many thanks for developing and maintaining 🚀. I ran into an issue when SatisPress (supposedly) updated to...
We are using Satispress as a Central Package Server on a dedicated WordPress install and Digital Ocean droplet. It is working great, but now with approximately 130 plugins and a...
Currently all plugins and themes are given the same vendor prefix by satispress. For multiple reasons, including when the vendor uses composer to match their existing composer name, we'd like...
Our users have the "subscriber" role with the following capabilities added via the Members plugin:  If a user with that role logs in to WordPress and navigates to their...
As stated here: https://github.com/cedaro/satispress/issues/19#issuecomment-423622563 This is a pretty big hit performance wise. And seeing as there's not a strong reason NOT to cache this, I vote that we figure out...
Fixes: https://github.com/cedaro/satispress/issues/109
Many commercial themes bundle their updaters, so a theme needs to be active in order for it to hook into the update process. WordPress is never aware of new releases...