Changeset 520418
- Timestamp:
- 03/18/2012 02:22:54 PM (14 years ago)
- Location:
- auto-future-date/trunk
- Files:
-
- 2 edited
-
autoFutureDate.php (modified) (4 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
auto-future-date/trunk/autoFutureDate.php
r368265 r520418 1 1 <?php 2 /* Copyright 201 1Ryan Nutt - Aelora Web Services LLC2 /* Copyright 2012 Ryan Nutt - Aelora Web Services LLC 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify … … 18 18 /* 19 19 Plugin Name: Auto Future Date 20 Plugin URI: http:// reliti.com/tag/auto-future-date/21 Description: Automatically schedule posts in the future 20 Plugin URI: http://www.nutt.net/tag/auto-future-date/ 21 Description: Automatically schedule posts in the future. Uses a small Ajax call to get the latest post date on your site and sets the post date and time for the post you're working on to a configurable bit of time in the future. 22 22 Author: Ryan Nutt 23 Version: 0.5. 124 Author URI: http:// reliti.com23 Version: 0.5.2 24 Author URI: http://www.nutt.net 25 25 */ 26 26 … … 125 125 <div class="wrap"> 126 126 <h2>Auto Future Date Settings 127 <a target="_blank" href="http:// reliti.com/tag/auto-future-date/?utm_source=wp&utm_medium=link&utm_campaign=afd">127 <a target="_blank" href="http://www.nutt.net/tag/auto-future-date/?utm_source=wp&utm_medium=link&utm_campaign=afd"> 128 128 <img src="<?php echo plugins_url('help.png', __FILE__); ?>" /> 129 129 </a> … … 162 162 </form> 163 163 <p style="margin-top:20px;"> 164 Visit us at <a href="http://reliti.com/?utm_source=wp&utm_medium=link&utm_campaign=afd">Reliti.com</a> or follow us at165 <a href="http://twitter.com/Reliti">@Reliti</a>. 164 <a href="https://twitter.com/RyanNutt" class="twitter-follow-button" data-show-count="false" data-lang="en">Follow @RyanNutt</a> 165 <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> 166 166 </p> 167 167 -
auto-future-date/trunk/readme.txt
r368265 r520418 1 1 === Auto Future Date === 2 Contributors: Aelora 3 Donate link: http://reliti.com/donate/ 2 Contributors: RyanNutt, Aelora 4 3 Tags: post, posts, future, date, future date 5 4 Requires at least: 3.0.0 6 5 Tested up to: 3.0.4 7 Stable tag: 0.5. 16 Stable tag: 0.5.2 8 7 9 8 Adds an "Auto" link to your post page that will automatically schedule your next … … 28 27 set. 29 28 30 More information at [ Reliti.com](http://reliti.com/tag/auto-future-date/)29 More information at [Nutt.net](http://www.nutt.net/tag/auto-future-date/) 31 30 32 31 == Installation == … … 66 65 Fixed a stupid bug... 67 66 67 = 0.5.2 = 68 No functional changes, just moving plugin to a different. No need to upgrade. 69 68 70 == Upgrade Notice == 69 71
Note: See TracChangeset
for help on using the changeset viewer.