From 70084ece61ce50c6aa35f43fa0d3c22b391b6343 Mon Sep 17 00:00:00 2001 From: Marcos Schratzenstaller Date: Fri, 26 Apr 2019 17:46:43 -0300 Subject: [PATCH] Rolling back plugin header to plugin.php, updating composer.json. --- composer.json | 6 +++--- genesis-simple-sidebars.php | 12 +----------- plugin.php | 12 +++++++++++- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index ea945d8..8c9566a 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/genesis-simple-sidebars.php b/genesis-simple-sidebars.php index 5b82d7a..b0c7927 100644 --- a/genesis-simple-sidebars.php +++ b/genesis-simple-sidebars.php @@ -1,16 +1,6 @@