-
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 #11 from reaktivstudios/feature/workflows
Feature/workflows
- Loading branch information
Showing
12 changed files
with
76 additions
and
82 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/.wordpress-org | ||
/.git | ||
/.github | ||
|
||
.distignore | ||
.gitignore | ||
.gitattributes | ||
README.md |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/.wordpress-org export-ignore | ||
/.git export-ignore | ||
/.github export-ignore | ||
|
||
.distignore export-ignore | ||
.gitignore export-ignore | ||
.gitattributes export-ignore | ||
README.md export-ignore |
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Deploy to WordPress.org | ||
on: | ||
push: | ||
tags: | ||
- "*" | ||
jobs: | ||
tag: | ||
name: New tag | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@master | ||
- name: Build Readme.txt | ||
run: curl -L https://raw.githubusercontent.com/reaktivstudios/wp-readme/master/wp-readme.php | php | ||
- name: WordPress Plugin Deploy | ||
uses: 10up/action-wordpress-plugin-deploy@master | ||
env: | ||
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} | ||
SVN_USERNAME: ${{ secrets.SVN_USERNAME }} | ||
SLUG: gppro-entry-content |
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Plugin asset/readme update | ||
on: | ||
push: | ||
branches: | ||
- master | ||
jobs: | ||
tag: | ||
name: Push to Master | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@master | ||
- name: Build Readme.txt | ||
run: curl -L https://raw.githubusercontent.com/reaktivstudios/wp-readme/master/wp-readme.php | php | ||
- name: WordPress.org plugin asset/readme update | ||
uses: 10up/action-wordpress-plugin-asset-update@master | ||
env: | ||
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} | ||
SVN_USERNAME: ${{ secrets.SVN_USERNAME }} | ||
SLUG: gppro-entry-content |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
readme.txt |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,59 +1,56 @@ | ||
# Genesis Design Palette Pro - Entry Content Style # | ||
**Contributors:** norcross, jjeaton, reaktivstudios | ||
# Genesis Design Palette Pro - Entry Content Style | ||
Contributors: norcross, jjeaton, reaktivstudios | ||
Requires at least: 4.0 | ||
Tested up to: 5.4 | ||
Stable tag: 1.0.6 | ||
License: GPLv2 or later | ||
License URI: http://www.gnu.org/licenses/gpl-2.0.html | ||
|
||
**Requires at least:** 4.0 | ||
|
||
**Tested up to:** 5.4 | ||
|
||
**Stable tag:** 1.0.6 | ||
|
||
**License:** GPLv2 or later | ||
|
||
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html | ||
|
||
## Description ## | ||
## Description | ||
|
||
Fine tune the look of the content inside posts and pages in Genesis Design Palette Pro. Edit heading tags, list items, and paragraphs individually to get a completely unique look. | ||
|
||
Requires the [Genesis Design Palette Pro](https://genesisdesignpro.com/ "Genesis Design Palette Pro") plugin. | ||
|
||
|
||
## Installation ## | ||
## Installation | ||
1. Upload the `gppro-entry-content` folder and all its contents to the `/wp-content/plugins/` directory | ||
1. Activate the plugin through the 'Plugins' menu in WordPress | ||
1. Navigate to the 'Entry Content' tab and make changes | ||
|
||
## Frequently Asked Questions ## | ||
## Frequently Asked Questions | ||
|
||
### What do I do with this? ### | ||
### What do I do with this? | ||
|
||
Install and activate it. | ||
|
||
## Changelog ## | ||
## Screenshots | ||
|
||
## Changelog | ||
|
||
### 1.0.4: 2017-02-01 ### | ||
### 1.0.4: 2017-02-01 | ||
|
||
* Updated blockquote settings to include paragraph tags | ||
|
||
### 1.0.3: 2016-04-07 ### | ||
### 1.0.3: 2016-04-07 | ||
|
||
* Add new settings for blockquotes | ||
* Add better settings for links within paragraphs | ||
|
||
### 1.0.2: 2015-06-17 ### | ||
### 1.0.2: 2015-06-17 | ||
|
||
* Add filter for settings area modification | ||
|
||
### 1.0.1: 2014-07-25 ### | ||
### 1.0.1: 2014-07-25 | ||
|
||
* Required upgrade for compatibility with Design Palette Pro 1.3.0+ | ||
|
||
### 1.0.0 ### | ||
### 1.0.0 | ||
|
||
* Initial release | ||
|
||
## Upgrade Notice ## | ||
## Upgrade Notice | ||
|
||
### 1.0.1: 2014-07-25 ### | ||
### 1.0.1: 2014-07-25 | ||
|
||
* Required upgrade for compatibility with Design Palette Pro 1.3.0+ |
This file was deleted.
Oops, something went wrong.