Rolling back plugin header to plugin.php, updating composer.json.

This commit is contained in:
Marcos Schratzenstaller
2019-04-26 17:46:43 -03:00
committed by Nathan Rice
parent cb0fdc65b2
commit 70084ece61
3 changed files with 15 additions and 15 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
{ {
"name": "studiopress/genesis-simple-menus", "name": "studiopress/genesis-simple-sidebars",
"type": "wordpress-plugin", "type": "wordpress-plugin",
"description": "Simple Menus allows you to select a WP menu for secondary navigation on posts, pages, categories, tags or custom taxonomies.", "description": "Genesis Simple Sidebars allows you to easily create and use new sidebar widget areas.",
"homepage": "https://github.com/studiopress/genesis-simple-share", "homepage": "https://github.com/studiopress/genesis-simple-sidebars",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"require": { "require": {
"php": "^5.3 || ^7", "php": "^5.3 || ^7",
+1 -11
View File
@@ -1,16 +1,6 @@
<?php <?php
/** /**
* Plugin Name: Genesis Simple Sidebars * Genesis Simple Sidebars constants.
* Plugin URI: https://github.com/copyblogger/genesis-simple-sidebars
* Description: Genesis Simple Sidebars allows you to easily create and use new sidebar widget areas.
* Version: 2.2.0
* Author: StudioPress
* Author URI: http://www.studiopress.com/
* License: GNU General Public License v2.0 (or later)
* License URI: https://www.opensource.org/licenses/gpl-license.php
*
* Text Domain: genesis-simple-sidebars
* Domain Path: /languages
* *
* @package genesis-simple-sidebars * @package genesis-simple-sidebars
*/ */
+11 -1
View File
@@ -1,6 +1,16 @@
<?php <?php
/** /**
* Load the main plugin file. * Plugin Name: Genesis Simple Sidebars
* Plugin URI: https://github.com/copyblogger/genesis-simple-sidebars
* Description: Genesis Simple Sidebars allows you to easily create and use new sidebar widget areas.
* Version: 2.2.0
* Author: StudioPress
* Author URI: http://www.studiopress.com/
* License: GNU General Public License v2.0 (or later)
* License URI: https://www.opensource.org/licenses/gpl-license.php
*
* Text Domain: genesis-simple-sidebars
* Domain Path: /languages
* *
* @package genesis-simple-sidebars * @package genesis-simple-sidebars
*/ */