Girish Ramakrishnan 6 роки тому
батько
коміт
ae24de0816
2 змінених файлів з 4 додано та 1 видалено
  1. 3 0
      CHANGELOG
  2. 1 1
      CloudronManifest.json

+ 3 - 0
CHANGELOG

@@ -278,3 +278,6 @@
 * Update WordPress to 5.2.1
 * This removes FTP support from managed WP app. FTP support will only be in the Unmanaged WP app. This is because this feature conflicts with LDAP support. Potentially, a non-admin user with FTP access can modify code to get admin LDAP credentials.
 
+[2.5.1]
+* Change healthcheck URL to `/wp-includes/version.php`
+

+ 1 - 1
CloudronManifest.json

@@ -4,7 +4,7 @@
   "author": "WordPress developers",
   "description": "file://DESCRIPTION.md",
   "tagline": "Transform your site into almost anything",
-  "version": "2.5.0-1",
+  "version": "2.5.1",
   "healthCheckPath": "/wp-includes/version.php",
   "httpPort": 8000,
   "manifestVersion": 1,