Merge branch 'master' into test test
authorStricted <info@stricted.net>
Sun, 5 Feb 2017 12:26:05 +0000 (13:26 +0100)
committerStricted <info@stricted.net>
Sun, 5 Feb 2017 12:26:05 +0000 (13:26 +0100)
# Conflicts:
# README.md
# SpeedportHybrid.class.php
# Speedportw724v.class.php
# lib/trait/CryptLib.class.php

1  2 
README.md
SpeedportHybrid.class.php
lib/trait/Login.class.php

diff --cc README.md
index 1a6a0fc2675320f25c1dfee0a572fd6d68e6244e,f046add56fdf55085326d1ba0e7dbb6642bb906f..57fadb03947a5f8355a62915f1db3aa13805a018
+++ b/README.md
@@@ -1,10 -1,10 +1,10 @@@
 -### speedport hybrid php api
 +### speedport php api
  
- [![Build Status](https://travis-ci.org/Stricted/speedport-hybrid-php-api.svg?branch=test)](https://travis-ci.org/Stricted/speedport-hybrid-php-api) [![Release](https://img.shields.io/github/release/Stricted/speedport-hybrid-php-api.svg)](https://github.com/Stricted/speedport-hybrid-php-api/releases/latest) [![License](https://img.shields.io/badge/license-LGPLv3-brightgreen.svg)](https://github.com/Stricted/speedport-hybrid-php-api/blob/master/LICENSE)
+ [![Build Status](https://travis-ci.org/Stricted/speedport-hybrid-php-api.svg?branch=master)](https://travis-ci.org/Stricted/speedport-hybrid-php-api) [![Release](https://img.shields.io/github/release/Stricted/speedport-hybrid-php-api.svg)](https://github.com/Stricted/speedport-hybrid-php-api/releases/latest) [![License](https://img.shields.io/badge/license-LGPLv3-brightgreen.svg)](https://github.com/Stricted/speedport-hybrid-php-api/blob/master/LICENSE)
  
 -Access Speedport Hybrid Router through PHP
 +Access Speedport Router through PHP
  
 -**THIS CLASS IS ONLY FOR SPEEDPORT HYBRID**
 +This is an **EXPERIMENTAL** branch to support other speedport router, i dont have them so feel free to test it and report any error
  
  ### License
  ---
index e5f03a6499cf83de78a7a9f797279f5c7afc2289,c135643cd5163d77b29c03fef5f52a4a9e0d8315..dda8316c09ec459e064fdf54cf03e1d19d02a947
@@@ -1,9 -1,8 +1,10 @@@
  <?php
  require_once('lib/exception/RebootException.class.php');
  require_once('lib/exception/RouterException.class.php');
+ require_once('lib/exception/NotImplementedException.class.php');
  require_once('CryptLib/CryptLib.php');
 +require_once('Speedport.class.php');
 +require_once('ISpeedport.class.php');
  require_once('lib/trait/Connection.class.php');
  require_once('lib/trait/CryptLib.class.php');
  require_once('lib/trait/Login.class.php');
@@@ -15,9 -14,9 +16,9 @@@ require_once('lib/trait/System.class.ph
  /**
   * @author      Jan Altensen (Stricted)
   * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
-  * @copyright   2015 Jan Altensen (Stricted)
+  * @copyright   2015-2016 Jan Altensen (Stricted)
   */
 -class SpeedportHybrid {
 +class SpeedportHybrid extends Speedport implements ISpeedport {
        use Connection;
        use CryptLib;
        use Firewall;
         * class version
         * @const       string
         */
-       const VERSION = '1.0.4';
+       const VERSION = '1.0.5';
        
 -      /**
 -       * router url
 -       * @var string
 -       */
 -      private $url = '';
 -      
 -      /**
 -       * inititalize this class
 -       *
 -       * @param       string  $url
 -       */
 -      public function __construct ($url = 'http://speedport.ip/') {
 -              $this->url = $url;
 -              $this->checkRequirements();
 -      }
 -      
        /**
         * check php requirements
         */
Simple merge