Plugin Directory

Changeset 520418


Ignore:
Timestamp:
03/18/2012 02:22:54 PM (14 years ago)
Author:
RyanNutt
Message:

Updating for move to new site

Location:
auto-future-date/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • auto-future-date/trunk/autoFutureDate.php

    r368265 r520418  
    11<?php
    2 /* Copyright 2011 Ryan Nutt - Aelora Web Services LLC
     2/* Copyright 2012 Ryan Nutt - Aelora Web Services LLC
    33 *
    44 * This program is free software; you can redistribute it and/or modify
     
    1818/*
    1919Plugin Name: Auto Future Date
    20 Plugin URI: http://reliti.com/tag/auto-future-date/
    21 Description: Automatically schedule posts in the future
     20Plugin URI: http://www.nutt.net/tag/auto-future-date/
     21Description: 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.
    2222Author: Ryan Nutt
    23 Version: 0.5.1
    24 Author URI: http://reliti.com
     23Version: 0.5.2
     24Author URI: http://www.nutt.net
    2525*/
    2626
     
    125125        <div class="wrap">
    126126            <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">
    128128            <img src="<?php echo plugins_url('help.png', __FILE__); ?>" />
    129129                </a>
     
    162162        </form>
    163163        <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 at
    165             <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>
    166166        </p>
    167167   
  • auto-future-date/trunk/readme.txt

    r368265 r520418  
    11=== Auto Future Date ===
    2 Contributors: Aelora
    3 Donate link: http://reliti.com/donate/
     2Contributors: RyanNutt, Aelora
    43Tags: post, posts, future, date, future date
    54Requires at least: 3.0.0
    65Tested up to: 3.0.4
    7 Stable tag: 0.5.1
     6Stable tag: 0.5.2
    87
    98Adds an "Auto" link to your post page that will automatically schedule your next
     
    2827set.
    2928
    30 More information at [Reliti.com](http://reliti.com/tag/auto-future-date/)
     29More information at [Nutt.net](http://www.nutt.net/tag/auto-future-date/)
    3130
    3231== Installation ==
     
    6665Fixed a stupid bug...
    6766
     67= 0.5.2 =
     68No functional changes, just moving plugin to a different. No need to upgrade.
     69
    6870== Upgrade Notice ==
    6971
Note: See TracChangeset for help on using the changeset viewer.