Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V1.2.0 #83

Merged
merged 2 commits into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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