diff --git a/.distignore b/.distignore new file mode 100644 index 0000000..a5b4817 --- /dev/null +++ b/.distignore @@ -0,0 +1,8 @@ +/.wordpress-org +/.git +/.github + +.distignore +.gitignore +.gitattributes +README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1e92e7d --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 0000000..87cd177 --- /dev/null +++ b/.github/workflows/deploy.yml @@ -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 diff --git a/.github/workflows/readme.yml b/.github/workflows/readme.yml new file mode 100644 index 0000000..bde0228 --- /dev/null +++ b/.github/workflows/readme.yml @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b2b2a78 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +readme.txt diff --git a/.wordpress-org/banner-1544x500.png b/.wordpress-org/banner-1544x500.png new file mode 100644 index 0000000..259a5b2 Binary files /dev/null and b/.wordpress-org/banner-1544x500.png differ diff --git a/.wordpress-org/banner-772x250.png b/.wordpress-org/banner-772x250.png new file mode 100644 index 0000000..3cb9848 Binary files /dev/null and b/.wordpress-org/banner-772x250.png differ diff --git a/.wordpress-org/icon-128x128.png b/.wordpress-org/icon-128x128.png new file mode 100644 index 0000000..79b9e9a Binary files /dev/null and b/.wordpress-org/icon-128x128.png differ diff --git a/.wordpress-org/icon-256x256.png b/.wordpress-org/icon-256x256.png new file mode 100644 index 0000000..78d9474 Binary files /dev/null and b/.wordpress-org/icon-256x256.png differ diff --git a/.wordpress-org/screenshot-1.png b/.wordpress-org/screenshot-1.png new file mode 100644 index 0000000..3d95c09 Binary files /dev/null and b/.wordpress-org/screenshot-1.png differ diff --git a/README.md b/README.md index 25ab542..4e1a30f 100644 --- a/README.md +++ b/README.md @@ -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+ \ No newline at end of file diff --git a/readme.txt b/readme.txt deleted file mode 100644 index bf9f1c8..0000000 --- a/readme.txt +++ /dev/null @@ -1,58 +0,0 @@ -=== 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 - -Fine tune the look of the content inside posts and pages in Genesis Design Palette Pro - -== 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 == -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 == - -= What do I do with this? = - -Install and activate it. - -== Screenshots == - -== Changelog == - -= 1.0.4: 2017-02-01 = - -* Updated blockquote settings to include paragraph tags - -= 1.0.3: 2016-04-07 = - -* Add new settings for blockquotes -* Add better settings for links within paragraphs - -= 1.0.2: 2015-06-17 = - -* Add filter for settings area modification - -= 1.0.1: 2014-07-25 = - -* Required upgrade for compatibility with Design Palette Pro 1.3.0+ - -= 1.0.0 = - -* Initial release - -== Upgrade Notice == - -= 1.0.1: 2014-07-25 = - -* Required upgrade for compatibility with Design Palette Pro 1.3.0+ \ No newline at end of file