Skip to content

Commit

Permalink
Merge pull request #83 from pantheon-systems/v1.2.0
Browse files Browse the repository at this point in the history
V1.2.0
  • Loading branch information
al-esc authored Aug 28, 2024
2 parents a4f7d8e + 236398c commit 80e53e0
Show file tree
Hide file tree
Showing 8 changed files with 168 additions and 188 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: PR Labeler
on:
pull_request:
types: [opened]
#on:
# pull_request:
# types: [opened]

jobs:
pr-labeler:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-artifact.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Build release artifact

on:
release:
types: [ released ]
#on:
# release:
# types: [ released ]

env:
EXCLUDES: ${{ '"**/node_modules/*" "**/assets/js/*" "**/assets/css/*" "**/*.md" "**/.git/*" "**/.github/*" "**/.gitignore" "**/composer.lock" "**/composer.json" "**/package.json" "**/package-lock.json" "**/phpcs.xml" "**/tailwind.config.js" "**/webpack.mix.js" "**/.eslintrc" "**/phpunit.xml.dist" "**/bin/*" "**/tests/*" "**/dist/*.txt"' }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Release Drafter

on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- primary
- develop
#on:
# push:
# # branches to consider in the event; optional, defaults to all
# branches:
# - primary
# - develop

jobs:
update_release_draft:
Expand Down
5 changes: 4 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: getpantheon
Tags: pantheon
Requires at least: 5.7
Tested up to: 6.6.1
Stable tag: 1.1.2
Stable tag: 1.2.0
Requires PHP: 8.0.0

Publish WordPress content from Google Docs with Pantheon Content Cloud.
Expand All @@ -20,6 +20,9 @@ Trying to directly edit a page built with Pantheon Content Publisher will redire
All posts/pages created with Pantheon Content Publisher will remain on your WordPress site. However, you will no longer be able to edit them from Google Docs.

== Changelog ==
= 1.2.0 =
* Feature: Add support for the title, description, tags, categories and featured image custom metadata fields
* Revert: Re-Enable the WordPress editor for PCC articles
= 1.1.2 =
* Feature: Add disconnect button on intermediary screens of auth/config flow
= 1.1.1 =
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

321 changes: 149 additions & 172 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pantheon-content-publisher-for-wordpress",
"version": "1.1.2",
"version": "1.2.0",
"description": "Publish WordPress content from Google Docs with Pantheon Content Cloud.",
"scripts": {
"dev": "NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
Expand Down
2 changes: 1 addition & 1 deletion pantheon-content-publisher-for-wordpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Plugin URI: https://pantheon.io
* Author: Pantheon
* Author URI: https://pantheon.io
* Version: 1.1.2
* Version: 1.2.0
*
* @package pantheon\pantheon-content-publisher-for-wordpress
*/
Expand Down

0 comments on commit 80e53e0

Please sign in to comment.