Yuki Takei 8 лет назад
Родитель
Сommit
4d96268fd6
3 измененных файлов с 8 добавлено и 5 удалено
  1. 2 0
      CHANGES.md
  2. 5 4
      README.md
  3. 1 1
      package.json

+ 2 - 0
CHANGES.md

@@ -3,6 +3,8 @@ CHANGES
 
 
 ## 2.2.4-RC
 ## 2.2.4-RC
 
 
+* Feature: LDAP Authentication
+
 ## 2.2.3
 ## 2.2.3
 
 
 * Fix: The server responds anything when using passport
 * Fix: The server responds anything when using passport

+ 5 - 4
README.md

@@ -26,7 +26,7 @@ Why crowi-plus?
   * Find plugins from [npm](https://www.npmjs.com/browse/keyword/crowi-plugin) or [github](https://github.com/search?q=topic%3Acrowi-plugin)!
   * Find plugins from [npm](https://www.npmjs.com/browse/keyword/crowi-plugin) or [github](https://github.com/search?q=topic%3Acrowi-plugin)!
 * **Faster**
 * **Faster**
   * Optimize client-side code chunks by Webpack
   * Optimize client-side code chunks by Webpack
-  * Optimize cache settings for static assets
+  * Adopt [date-fns](https://github.com/date-fns/date-fns) and omit Moment.js
   * Adopt the fastest logger [pino](https://github.com/pinojs/pino)
   * Adopt the fastest logger [pino](https://github.com/pinojs/pino)
   * Using CDN
   * Using CDN
 * **Secure**
 * **Secure**
@@ -34,13 +34,14 @@ Why crowi-plus?
   * Upgrade other insecure libs
   * Upgrade other insecure libs
   * The official Crowi status is [![dependencies Status](https://david-dm.org/crowi/crowi/status.svg)](https://david-dm.org/crowi/crowi) [![devDependencies Status](https://david-dm.org/crowi/crowi/dev-status.svg)](https://david-dm.org/crowi/crowi?type=dev)
   * The official Crowi status is [![dependencies Status](https://david-dm.org/crowi/crowi/status.svg)](https://david-dm.org/crowi/crowi) [![devDependencies Status](https://david-dm.org/crowi/crowi/dev-status.svg)](https://david-dm.org/crowi/crowi?type=dev)
 * **Convenient**
 * **Convenient**
-  * Easy to integrate with Slack using Incoming Webhooks
-  * [Added miscellaneous features](https://github.com/weseek/crowi-plus/wiki/Additional-Features)
+  * Support LDAP Authentication
+  * Slack Incoming Webhooks Integration
+  * [Miscellaneous features](https://github.com/weseek/crowi-plus/wiki/Additional-Features)
 * **[Docker Ready][dockerhub]**
 * **[Docker Ready][dockerhub]**
 * **[Docker Compose Ready][docker-compose]**
 * **[Docker Compose Ready][docker-compose]**
   * [Multiple sites example](https://github.com/weseek/crowi-plus-docker-compose/tree/master/examples/multi-app)
   * [Multiple sites example](https://github.com/weseek/crowi-plus-docker-compose/tree/master/examples/multi-app)
   * [HTTPS(with Let's Encrypt) proxy integration example](https://github.com/weseek/crowi-plus-docker-compose/tree/master/examples/https-portal)
   * [HTTPS(with Let's Encrypt) proxy integration example](https://github.com/weseek/crowi-plus-docker-compose/tree/master/examples/https-portal)
-* Support for IE11 (Experimental)
+* Support IE11 (Experimental)
 * **Developer-friendly**
 * **Developer-friendly**
   * Less compile time
   * Less compile time
   * LiveReload separately available by server/client code change
   * LiveReload separately available by server/client code change

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "crowi-plus",
   "name": "crowi-plus",
-  "version": "2.2.4-RC",
+  "version": "2.3.0-RC1",
   "description": "Enhanced Crowi",
   "description": "Enhanced Crowi",
   "tags": [
   "tags": [
     "wiki",
     "wiki",