-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from 2ndkauboy/master
minor code improvements
- Loading branch information
Showing
4 changed files
with
67 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,44 @@ | ||
# apermo-adminbar | ||
This is a WordPress plugin, that adds links between your different development versions of your website. | ||
# Apermo AdminBar # | ||
* Contributors: apermo | ||
* Tags: admin bar, admin, development, staging | ||
* Requires at least: 4.0 | ||
* Tested up to: 4.5.3 | ||
* Stable tag: 0.9.0 | ||
* License: GNU General Public License v2 or later | ||
* License URI: http://www.gnu.org/licenses/gpl-2.0.html | ||
|
||
This plugin lets allows you to add links between a development, staging and live version of your website, and adds them to the AdminBar | ||
|
||
## Description ## | ||
|
||
This plugin alters the AdminBar and adds links to development, staging and live version of your website, furthermore it allows you to choose a color scheme of your AdminBar for all users on a website, including the frontend | ||
|
||
If you want to participate in the development [head over to GitHub](https://github.com/apermo/apermo-adminbar)! | ||
|
||
## Installation ## | ||
|
||
1. Upload the plugin files to the `/wp-content/plugins/apermo-adminbar` directory, or install the plugin through the WordPress plugins screen directly. | ||
2. Activate the 'Apermo AdminBar' plugin through the 'Plugins' menu in WordPress | ||
3. Open Settings -> Apermo AdminBar to set up the links and colors (currently you have to repeat this on all sites) | ||
|
||
## Frequently Asked Questions ## | ||
|
||
### How can I help with the development of this plugin? ### | ||
Head over to the [GitHub Repository](https://github.com/apermo/apermo-adminbar) and start reading. Every bit of help is highly appreciated! | ||
|
||
### I have more than 3 sites, can I add more? ### | ||
You can do so with `add_filter( 'ap-ab-type', 'your_filter' );` | ||
|
||
### I want more color schemes! ### | ||
Feel free to add more, there are other plugins that do so. Or have a look at [wp_admin_css_color() in the WordPress Codex](https://codex.wordpress.org/Function_Reference/wp_admin_css_color) | ||
|
||
## Changelog ## | ||
|
||
### 0.9.2 ### | ||
* Some minor code improvements | ||
|
||
### 0.9.1 ### | ||
* Bug fixes and optimizations - Thanks to @kau-boy for the help | ||
|
||
### 0.9.0 ### | ||
* Initial Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
<?php | ||
|
||
header( 'Status: 403 Forbidden' ); | ||
header( 'HTTP/1.1 403 Forbidden' ); | ||
exit(); | ||
// Silence is golden. |
This file was deleted.
Oops, something went wrong.