Skip to content

Commit

Permalink
update cleanup plugin name and version
Browse files Browse the repository at this point in the history
  • Loading branch information
mlwilkerson committed Apr 22, 2022
1 parent 17ada9c commit 0418d0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integrations/plugins/font-awesome-cleanup/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
namespace FontAwesomeCleanup;

/**
* Plugin Name: Font Awesome Official Cleanup
* Plugin Name: Font Awesome Cleanup
* Plugin URI: https://fontawesome.com/
* Description: Cleans out Font Awesome plugin settings from the WordPress database, including any child sites in multisite.
* Version: 0.0.1
* Version: 0.0.2
* Author: Font Awesome
* Author URI: https://fontawesome.com/
* License: GPLv2 (or later)
*/

defined( 'WPINC' ) || die;

function plugin_version() { return '0.0.1'; }
function plugin_version() { return '0.0.2'; }

function plugin_name() { return 'font-awesome-cleanup'; }

Expand Down

0 comments on commit 0418d0d

Please sign in to comment.