Skip to content

Commit

Permalink
Version 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
moldcraft committed Dec 20, 2016
1 parent 92ad2a7 commit 3dbcd11
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php if (!defined('FW')) die('Forbidden');

require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader-skins.php';
require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php';

class _FW_Ext_Update_Extensions_Upgrader_Skin extends WP_Upgrader_Skin
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php if (!defined('FW')) die('Forbidden');

require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader-skins.php';
require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php';

class _FW_Ext_Update_Framework_Upgrader_Skin extends WP_Upgrader_Skin
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php if (!defined('FW')) die('Forbidden');

require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader-skins.php';
require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php';

class _FW_Ext_Update_Theme_Upgrader_Skin extends WP_Upgrader_Skin
{
Expand Down
2 changes: 1 addition & 1 deletion manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
$manifest['description'] = __('Keep you framework, extensions and theme up to date.', 'fw');
$manifest['standalone'] = true;

$manifest['version'] = '1.0.11';
$manifest['version'] = '1.0.12';
$manifest['github_update'] = 'ThemeFuse/Unyson-Update-Extension';

0 comments on commit 3dbcd11

Please sign in to comment.