Skip to content

Commit

Permalink
Merge pull request #11 from reaktivstudios/feature/workflows
Browse files Browse the repository at this point in the history
Feature/workflows
  • Loading branch information
NicktheGeek authored Apr 16, 2020
2 parents 2ce925a + 6907903 commit e798fdf
Show file tree
Hide file tree
Showing 12 changed files with 76 additions and 82 deletions.
8 changes: 8 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/.wordpress-org
/.git
/.github

.distignore
.gitignore
.gitattributes
README.md
8 changes: 8 additions & 0 deletions .gitattributes
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
19 changes: 19 additions & 0 deletions .github/workflows/deploy.yml
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
19 changes: 19 additions & 0 deletions .github/workflows/readme.yml
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
readme.txt
Binary file added .wordpress-org/banner-1544x500.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/banner-772x250.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/icon-128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/icon-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 21 additions & 24 deletions README.md
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+
58 changes: 0 additions & 58 deletions readme.txt

This file was deleted.

0 comments on commit e798fdf

Please sign in to comment.