-
Notifications
You must be signed in to change notification settings - Fork 0
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 #38 from wetory/development
Post release sync + fixes
- Loading branch information
Showing
3 changed files
with
14 additions
and
16 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
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,25 +1,22 @@ | ||
[![Plugin Release](https://github.com/wetory/wetory-support/actions/workflows/plugin-release.yml/badge.svg?event=release)](https://github.com/wetory/wetory-support/actions/workflows/plugin-release.yml) | ||
[![Plugin Release](https://github.com/wetory/wetory-support/actions/workflows/plugin-release.yml/badge.svg)](https://github.com/wetory/wetory-support/actions/workflows/plugin-release.yml) | ||
|
||
# Wetory Support | ||
|
||
WordPress plugin for [wetory projects](https://www.wetory.eu/projects/). Add reusable content to improve development workflow. | ||
WordPress plugin for [wetory projects](https://www.wetory.eu/projects/). Adds reusable content to improve development workflow. Following best practices from official [Plugin Developer Handbook](https://developer.wordpress.org/plugins/). | ||
|
||
## Installation | ||
Download latest version of [plugin](http://github.com/wetory/wetory-support/releases/latest/download/wetory-support.zip). Go to WordPress admin dashboard and navigate to **Plugins -> Add new**. Use **Upload Plugin** instead of public repository search. Then activate newly installed plugin. | ||
|
||
Download repository [ZIP file](https://github.com/wetory/wetory-support/archive/master.zip), strip tag name from folder in ZIP fle. Go to WordPress admin dashboard and navigate to **Plugins -> Add new**. Use **Upload Plugin** instead of public repository search. Then activate newly installed plugin. | ||
|
||
## Usage | ||
If older version of plugin is needed for investigation or compatibility problems, check [relese history](https://github.com/wetory/wetory-support/releases). | ||
|
||
New menu **Wetory** is added to the admin sidebar navigation. Go to **Wetory -> Settings** to configure what you want to use from this plugin. | ||
## Updates | ||
Updates are handled from this private repository automatically with every new release. It will just appear in WordPress administration dashboard together with updates from plugin library. | ||
|
||
![Plugin settings screen](https://github.com/wetory/wetory-support/blob/master/public/images/settings-screen.png) | ||
|
||
Visit **Wetory -> Dashboard** to review all configuraiton in use via sumary table. | ||
## Usage | ||
New menu item **Wetory** is added to the admin sidebar navigation. Go to **Wetory -> Settings** to configure what you want to use from this plugin. You can check **Wetory -> Dashboard** to review all configuraiton in use via sumary table. | ||
|
||
![Plugin dashboard screen](https://github.com/wetory/wetory-support/blob/master/public/images/dashboard-screen.png) | ||
|
||
## Contributing | ||
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. | ||
More datailed plugin usage instructions will be published soon. | ||
|
||
## License | ||
[GPLv2](http://www.gnu.org/licenses/gpl-2.0.html) |
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