Skip to content

Commit

Permalink
Fix version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
fumikito committed Jul 30, 2024
1 parent 1a62f01 commit 9bfb9d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ A WordPress plugin to expire post with specified date.
You can enter expiration date on edit screen.
This plugin runs cron every minute to search expired posts and make them `private`.

**NOTICE** This plugin requires PHP 5.6 and over.

## Installation

1. Upload the plugin files to the `/wp-content/plugins/taro-clockwork-post` directory, or install the plugin through the WordPress plugins screen directly.
Expand Down Expand Up @@ -69,6 +67,10 @@ add_filter( 'tscp_cron_interval', function() {

## Changelog

### 1.2.2

* Fix deploy script to avoid incorrect versioning.

### 1.2.1

* Available post type are expanded to all post types with <code>show_ui = true</code>.
Expand Down
2 changes: 1 addition & 1 deletion bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ curl -L https://raw.githubusercontent.com/fumikito/wp-readme/master/wp-readme.ph

# Change version string.
sed -i.bak "s/^Version: .*/Version: ${VERSION}/g" ./taro-clockwork-post.php
sed -i.bak "s/^Stable Tag: .*/Stable Tag: ${VERSION}/g" ./readme.txt
sed -i.bak "s/^Stable tag: .*/Stable tag: ${VERSION}/g" ./readme.txt

0 comments on commit 9bfb9d2

Please sign in to comment.