Skip to content

Commit 1a786e0

Browse files
committed
bumped to release 1.5.3
1 parent 1466873 commit 1a786e0

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.release

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
release=1.5.2.patch1
2-
tag=1.5.2.patch1
1+
release=1.5.3
2+
tag=1.5.3
33
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ alias wp-md='docker run \
6767
-v $HOME:$HOME \
6868
-v $HOME/.wordpress.ini:/root/.wordpress.ini \
6969
-v $PWD:/$PWD \
70-
-w $PWD ghcr.io/binxio/wordpress-markdown-blog-loader:1.5.2
70+
-w $PWD ghcr.io/binxio/wordpress-markdown-blog-loader:1.5.3
7171
```'
7272
Assuming that your WordPress app password is stored in the 1password Private vault under the name `wordpress app password`
7373

examples/blog1/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
author: Alexander Bij
2+
author: Mark van Holsteijn
33
brand: xebia.com
44
categories:
55
- uncategorized
@@ -11,7 +11,7 @@ image: images/banner.jpg
1111
og:
1212
description: this goes to the Rankmath og description through meta
1313
image: images/og-banner.jpg
14-
slug: try-this-one-2
14+
slug: try-this-one-5
1515
status: draft
1616
subtitle: using Google Cloud Run and Cloud Scheduler
1717
title: Testing markdown upload through wordpress API
@@ -117,4 +117,4 @@ terraform apply
117117
With Google [Cloud Run](https://cloud.google.com/run/) it is easy to deploy your containerized applications in a serverless fashion and
118118
use the Google [Cloud Scheduler](https://cloud.google.com/scheduler/) to schedule invocation of application in a secure way.
119119

120-
![binx.io logo](./images/binx-logo.png)
120+
![binx.io logo](./images/binx-logo.png)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
setup(
2929
name="wordpress-markdown-blog-loader",
30-
version="1.5.2",
30+
version="1.5.3",
3131
url="https://github.com/binxio/wordpress-markdown-blog-loader",
3232
license="APL2",
3333
author="Mark van Holsteijn",

0 commit comments

Comments
 (0)