mirror of
https://github.com/10h30/genesis-simple-sidebars.git
synced 2026-06-05 15:08:34 +09:00
Rolling back plugin header to plugin.php, updating composer.json.
This commit is contained in:
committed by
Nathan Rice
parent
cb0fdc65b2
commit
70084ece61
+3
-3
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "studiopress/genesis-simple-menus",
|
||||
"name": "studiopress/genesis-simple-sidebars",
|
||||
"type": "wordpress-plugin",
|
||||
"description": "Simple Menus allows you to select a WP menu for secondary navigation on posts, pages, categories, tags or custom taxonomies.",
|
||||
"homepage": "https://github.com/studiopress/genesis-simple-share",
|
||||
"description": "Genesis Simple Sidebars allows you to easily create and use new sidebar widget areas.",
|
||||
"homepage": "https://github.com/studiopress/genesis-simple-sidebars",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"require": {
|
||||
"php": "^5.3 || ^7",
|
||||
|
||||
@@ -1,16 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* 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
|
||||
* Genesis Simple Sidebars constants.
|
||||
*
|
||||
* @package genesis-simple-sidebars
|
||||
*/
|
||||
|
||||
+11
-1
@@ -1,6 +1,16 @@
|
||||
<?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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user