[doc] Update version - 2.50 comaptibility checked
authorDenis Chenu <denis@sondages.pro>
Wed, 30 Mar 2016 16:34:07 +0000 (18:34 +0200)
committerDenis Chenu <denis@sondages.pro>
Wed, 30 Mar 2016 16:34:07 +0000 (18:34 +0200)
AuthWPbyDB.php

index 2aae9ff81d305ef0b0c53d8510dee99b71c245ce..646da286027fe1513ef8ea4e946c972af35e2989 100644 (file)
@@ -6,7 +6,7 @@
  * @copyright 2014 Denis Chenu <http://sondages.pro>
  * @copyright 2014 Bruce Mahillet de Komet <http://jevaluemaformation.com>
  * @license GPL v3
- * @version 1.0
+ * @version 1.1
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,8 +23,8 @@ class AuthWPbyDB extends AuthPluginBase
 {
     protected $storage = 'DbStorage';
 
-    static protected $description = 'A plugin to authenticate user via WordPress DB.';
-    static protected $name = 'WordPress DB Authentification';
+    static protected $description = 'A plugin to authenticate user via WordPress DB (v1.1)';
+    static protected $name = 'AuthWPbyDB';
 
     protected $settings = array(
         'authwp_dir' => array(