Browse Source

Version 2.4.0

Girish Ramakrishnan 6 years ago
parent
commit
f971dade8b
5 changed files with 549 additions and 178 deletions
  1. 7 0
      CHANGELOG
  2. 1 1
      CloudronManifest.json
  3. 1 1
      DESCRIPTION.md
  4. 533 169
      test/package-lock.json
  5. 7 7
      test/package.json

+ 7 - 0
CHANGELOG

@@ -267,3 +267,10 @@
 * Update authLdap to 2.1.2
 * Update authLdap to 2.1.2
 * Enable FTP support for upcoming Cloudron 4.0.0 release
 * Enable FTP support for upcoming Cloudron 4.0.0 release
 
 
+[2.4.0]
+* Update WordPress to [5.2 "Jaco"](https://wordpress.org/news/2019/05/jaco/)
+* Site Health Check
+* Accessibility Updates
+* New Dashboard Icons
+* Plugin Compatibility Checks
+

+ 1 - 1
CloudronManifest.json

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

+ 1 - 1
DESCRIPTION.md

@@ -1,4 +1,4 @@
-This app packages WordPress <upstream>5.1.1</upstream>.
+This app packages WordPress <upstream>5.2</upstream>.
 
 
 WordPress is web software you can use to create a beautiful website or blog.
 WordPress is web software you can use to create a beautiful website or blog.
 We like to say that WordPress is both free and priceless at the same time.
 We like to say that WordPress is both free and priceless at the same time.

File diff suppressed because it is too large
+ 533 - 169
test/package-lock.json


+ 7 - 7
test/package.json

@@ -9,17 +9,17 @@
   "author": "",
   "author": "",
   "license": "ISC",
   "license": "ISC",
   "devDependencies": {
   "devDependencies": {
-    "ejs": "^2.3.4",
+    "ejs": "^2.6.1",
     "expect.js": "^0.3.1",
     "expect.js": "^0.3.1",
     "mkdirp": "^0.5.1",
     "mkdirp": "^0.5.1",
-    "mocha": "^2.3.4",
-    "rimraf": "^2.4.4",
-    "superagent": "^1.4.0"
+    "mocha": "^6.1.4",
+    "rimraf": "^2.6.3",
+    "superagent": "^5.0.5"
   },
   },
   "dependencies": {
   "dependencies": {
-    "chromedriver": "^2.37.0",
-    "selenium-server-standalone-jar": "^3.3.1",
-    "selenium-webdriver": "^3.3.0",
+    "chromedriver": "^74.0.0",
+    "selenium-server-standalone-jar": "^3.141.5",
+    "selenium-webdriver": "^3.6.0",
     "superagent": "^1.8.5"
     "superagent": "^1.8.5"
   }
   }
 }
 }

Some files were not shown because too many files changed in this diff