Mark Willis
Mark Willis
I also had this error and managed to compile by removed the Stripe/Braintree dependencies (we didn't need them anyway) ``` s.dependency 'React' # s.dependency 'Stripe' # s.dependency 'Braintree' ``` I...
I have just added a pull request with support for media sources for the gallery plugin. This allows S3/cloud files / etc to be used as the storage for images....
We are also getting this. From what I have dug out - it looks like the resource group data isn't POSTed on resource (specific article) save from within the manager....
Updated "OnBeforeSaveWebPageCache" event to not run if the user is logged in. This will stop caching pages that are for logged in users only