Skip to content

Commit 242502c

Browse files
committed
1.0.1
1 parent 34c189d commit 242502c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
**Requires at least:** WP 4.0 & Timeline Express 1.2
88
**Tested up to:** 4.9
99
**Requires PHP:** 5.6
10-
**Stable tag:** 1.0.0
10+
**Stable tag:** 1.0.1
1111
**License:** GPLv2 or later
1212

1313
Assign and display times alongside the announcement dates in Timeline Express announcements.

constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
if ( ! defined( 'TIMELINE_EXPRESS_DATE_TIME_VERSION' ) ) {
2121

22-
define( 'TIMELINE_EXPRESS_DATE_TIME_VERSION', '1.0.0' );
22+
define( 'TIMELINE_EXPRESS_DATE_TIME_VERSION', '1.0.1' );
2323

2424
}
2525

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "timeline-express-date-time-add-on",
33
"title": "Timeline Express - Date - Time - Add-On",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "Assign and display times to your announcements with a time selector field alongside the announcement dates.",
66
"main": "index.js",
77
"scripts": {

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Plugin URI: https://www.wp-timelineexpress.com
55
Requires at least: WP 4.0 & Timeline Express 1.2
66
Tested up to: 4.9
77
Requires PHP: 5.6
8-
Stable tag: 1.0.0
8+
Stable tag: 1.0.1
99
License: GPLv2 or later
1010

1111
Assign and display times alongside the announcement dates in Timeline Express announcements.

timeline-express-date-time-add-on.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin Name: Timeline Express - Date - Time Add-On
55
Plugin URI: https://www.wp-timelineexpress.com
66
Description: Assign and display times to your announcements with a time selector field alongside the announcement dates.
7-
Version: 1.0.0
7+
Version: 1.0.1
88
Author: Code Parrots
99
Text Domain: timeline-express-date-time-add-on
1010
Author URI: https://www.codeparrots.com

0 commit comments

Comments
 (0)