Girish Ramakrishnan 6 жил өмнө
parent
commit
0bfb451342
2 өөрчлөгдсөн 6 нэмэгдсэн , 2 устгасан
  1. 4 0
      CHANGELOG
  2. 2 2
      CloudronManifest.json

+ 4 - 0
CHANGELOG

@@ -262,4 +262,8 @@
 [2.2.1]
 * Update Wordpress to [5.1.1](https://wordpress.org/news/2019/03/wordpress-5-1-1-security-and-maintenance-release/)
 
+[2.3.0]
+* Skip plugins when using WP CLI
+* Update authLdap to 2.1.2
+* Enable FTP support for upcoming Cloudron 4.0.0 release
 

+ 2 - 2
CloudronManifest.json

@@ -4,7 +4,7 @@
   "author": "WordPress developers",
   "description": "file://DESCRIPTION.md",
   "tagline": "Transform your site into almost anything",
-  "version": "2.2.1",
+  "version": "2.3.0",
   "healthCheckPath": "/wp-login.php",
   "httpPort": 8000,
   "manifestVersion": 1,
@@ -37,6 +37,6 @@
   "changelog": "file://CHANGELOG",
   "postInstallMessage": "file://POSTINSTALL.md",
   "optionalSso": true,
-  "minBoxVersion": "4.0.0",
+  "minBoxVersion": "1.8.1",
   "documentationUrl": "https://cloudron.io/documentation/apps/wordpress/"
 }