Plugin Directory

Changeset 2057168


Ignore:
Timestamp:
03/25/2019 10:51:51 PM (7 years ago)
Author:
warriorrocker
Message:

Fix issue preventing plugin activation

Location:
xo-for-angular/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • xo-for-angular/trunk/Includes/Api/Classes/Router.class.php

    r2056075 r2057168  
    6363     * @return void
    6464     */
    65     protected function AddRewrites() {
     65    public function AddRewrites() {
    6666        if ((!$this->Xo->Services->Options->GetOption('xo_api_enabled', false))
    6767            || (!$apiEndpoint = $this->Xo->Services->Options->GetOption('xo_api_endpoint')))
  • xo-for-angular/trunk/xo-angular.php

    r2056287 r2057168  
    44Plugin URI: https://angularxo.io
    55Description: Angular theme development in WordPress with templates and a powerful API.
    6 Version: 1.1.0
     6Version: 1.1.1
    77Author: Travis Brown
    88Author URI: http://www.xodustech.com
Note: See TracChangeset for help on using the changeset viewer.