Skip to content

Commit

Permalink
* IMPORTANT UPDATE. Due to an issue with our build process Gutenberg …
Browse files Browse the repository at this point in the history
…blocks were excluded

* Updated Freemius SDK
* Fixed issue with weird dialogs displaying in admin (missing CSS files due to new build process)
  • Loading branch information
jawngee committed Apr 9, 2024
1 parent 18c4cdd commit 74c3a00
Show file tree
Hide file tree
Showing 48 changed files with 755 additions and 870 deletions.
15 changes: 15 additions & 0 deletions classes/Tools/Storage/CLI/StorageCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ class StorageCommands extends Command
* [--skip-thumbnails]
* : Skips uploading thumbnails. Requires Imgix.
*
* [--ignore-errors]
* : Ignores errors when they happen
*
* [--verify]
* : Verifies the migration and generates a report with the details
*
Expand Down Expand Up @@ -1082,5 +1085,17 @@ public static function Register()
{
\WP_CLI::add_command( 'mediacloud:storage', __CLASS__ );
}

public static function Info( $string, $newline = false )
{
parent::Info( $string, $newline );
// TODO: Change the autogenerated stub
}

public static function Error( $string )
{
parent::Error( $string );
// TODO: Change the autogenerated stub
}

}
2 changes: 1 addition & 1 deletion external/Freemius/assets/css/admin/account.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 74c3a00

Please sign in to comment.