Skip to content

Commit

Permalink
update core and fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
robojuicedev committed Feb 9, 2021
1 parent 42dd174 commit 18bd5e4
Show file tree
Hide file tree
Showing 66 changed files with 855 additions and 498 deletions.
4 changes: 2 additions & 2 deletions typerocket-v5.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: TypeRocket - Andromeda
Plugin URI: https://typerocket.com/
Description: TypeRocket is a framework that joins refined UI elements and modern programming architecture together.
Version: 5.0.5
Version: 5.0.6
Requires at least: 5.5
Requires PHP: 7.2
Author: TypeRocket
Expand Down Expand Up @@ -34,7 +34,7 @@ public function __construct()
return;
}

define('TYPEROCKET_PLUGIN_VERSION', '5.0.5');
define('TYPEROCKET_PLUGIN_VERSION', '5.0.6');
define('TYPEROCKET_PLUGIN_INSTALL', __DIR__);

if(!defined('TYPEROCKET_ROOT_WP'))
Expand Down
3 changes: 0 additions & 3 deletions typerocket/app/Auth/PagePolicy.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<?php


namespace App\Auth;


use App\Models\Page;
use TypeRocket\Auth\Policy;
use TypeRocket\Models\AuthUser;
Expand Down
3 changes: 0 additions & 3 deletions typerocket/app/Auth/PostPolicy.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<?php


namespace App\Auth;


use TypeRocket\Auth\Policy;
use TypeRocket\Models\AuthUser;
use TypeRocket\Models\WPPost;
Expand Down
Loading

0 comments on commit 18bd5e4

Please sign in to comment.