Changeset 1825042
- Timestamp:
- 02/20/2018 08:06:05 AM (8 years ago)
- Location:
- date-calculator/trunk
- Files:
-
- 2 edited
-
date-calculator.php (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
date-calculator/trunk/date-calculator.php
r1466048 r1825042 4 4 * Plugin URI: http://wordpress.org/plugins/date-calculator/ 5 5 * Description: Date Calculator returns the current date via shortcode and it can calculate it into an other and returns it in posts, pages and also in CF7-forms. 6 * Version: 1. 1.07 * Author: Matthias Siebler8 * Author URI: http ://www.serdev.net6 * Version: 1.2.0 7 * Author: Matthias.S 8 * Author URI: https://profiles.wordpress.org/matthiass 9 9 * License: GPLv2 10 10 */ 11 11 12 12 /* 13 Copyright 2014-201 6Matthias Siebler (email: matthias.siebler@gmail.com)13 Copyright 2014-2018 Matthias Siebler (email: matthias.siebler@gmail.com) 14 14 This program is free software; you can redistribute it and/or modify 15 15 it under the terms of the GNU General Public License, version 2, as -
date-calculator/trunk/readme.txt
r1467975 r1825042 5 5 Tags: date, calculate, date up, date down, tomorrow, next week, last month, CF7, Contact Form 7, Datum, morgen, Datum rechnen, shortcodes 6 6 Requires at least: 3.6 7 Tested up to: 4.68 Stable tag: 1. 1.07 Tested up to: 5.0 8 Stable tag: 1.2.0 9 9 License: GNU General Public License GPLv2 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 22 22 * 3. It can say a special date [date_say] like <code>last monday</code> or <code>second friday of next month</code> and returns it in posts, pages and also in Contact Form 7 forms. 23 23 24 NEW IN VERSION 1. 1.0: Now it is also possible to determine the date format!!!24 NEW IN VERSION 1.2.0: Now it is also possible to determine the date format!!! 25 25 26 26 This plugin enable the shortcode-support within Contact Form 7-forms so that the Date Calculator-shortcodes can also be used there. … … 94 94 == Changelog == 95 95 96 = 1.2.0 =Update: February 19, 2018 97 98 * Ready for WP 5.0. 99 96 100 = 1.1.0 =Update: August 02, 2016 97 101 … … 114 118 == Upgrade Notice == 115 119 120 = 1.2.0 =Update: February 19, 2018 121 122 * Ready for WP 5.0. 123 116 124 = 1.1.0 =Update: August 02, 2016 117 125
Note: See TracChangeset
for help on using the changeset viewer.