Skip to content

Commit

Permalink
bumped to release 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanholsteijn committed Jan 23, 2025
1 parent 1466873 commit 1a786e0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .release
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
release=1.5.2.patch1
tag=1.5.2.patch1
release=1.5.3
tag=1.5.3
pre_tag_command=sed -i '' -e 's/version="[^"]*"/version="@@RELEASE@@"/g' setup.py && sed -i '' -e 's^\(ghcr.io/binxio/wordpress-markdown-blog-loader:\)[^ \t]*^\1@@RELEASE@@^g' README.md
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ alias wp-md='docker run \
-v $HOME:$HOME \
-v $HOME/.wordpress.ini:/root/.wordpress.ini \
-v $PWD:/$PWD \
-w $PWD ghcr.io/binxio/wordpress-markdown-blog-loader:1.5.2
-w $PWD ghcr.io/binxio/wordpress-markdown-blog-loader:1.5.3
```'
Assuming that your WordPress app password is stored in the 1password Private vault under the name `wordpress app password`

Expand Down
6 changes: 3 additions & 3 deletions examples/blog1/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
author: Alexander Bij
author: Mark van Holsteijn
brand: xebia.com
categories:
- uncategorized
Expand All @@ -11,7 +11,7 @@ image: images/banner.jpg
og:
description: this goes to the Rankmath og description through meta
image: images/og-banner.jpg
slug: try-this-one-2
slug: try-this-one-5
status: draft
subtitle: using Google Cloud Run and Cloud Scheduler
title: Testing markdown upload through wordpress API
Expand Down Expand Up @@ -117,4 +117,4 @@ terraform apply
With Google [Cloud Run](https://cloud.google.com/run/) it is easy to deploy your containerized applications in a serverless fashion and
use the Google [Cloud Scheduler](https://cloud.google.com/scheduler/) to schedule invocation of application in a secure way.

![binx.io logo](./images/binx-logo.png)
![binx.io logo](./images/binx-logo.png)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name="wordpress-markdown-blog-loader",
version="1.5.2",
version="1.5.3",
url="https://github.com/binxio/wordpress-markdown-blog-loader",
license="APL2",
author="Mark van Holsteijn",
Expand Down

0 comments on commit 1a786e0

Please sign in to comment.