Skip to content

Commit 033c233

Browse files
committed
1.0.0
1 parent ce7cbc9 commit 033c233

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
**Plugin URI:** https://www.wp-timelineexpress.com
77
**Requires at least:** WP 4.0 & Timeline Express 1.2
88
**Tested up to:** 4.9
9-
**Stable tag:** 0.0.9
9+
**Stable tag:** 1.0.0
1010
**License:** GPLv2 or later
1111

1212
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', '0.0.9' );
22+
define( 'TIMELINE_EXPRESS_DATE_TIME_VERSION', '1.0.0' );
2323

2424
}
2525

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": "0.0.9",
4+
"version": "1.0.0",
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
@@ -4,7 +4,7 @@ Tags: timeline, express, addon, add-on, date, timepicker, announcement
44
Plugin URI: https://www.wp-timelineexpress.com
55
Requires at least: WP 4.0 & Timeline Express 1.2
66
Tested up to: 4.9
7-
Stable tag: 0.0.9
7+
Stable tag: 1.0.0
88
License: GPLv2 or later
99

1010
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: 0.0.9
7+
Version: 1.0.0
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)