Plugin Directory

Changeset 1864716


Ignore:
Timestamp:
04/26/2018 11:38:41 AM (8 years ago)
Author:
cloughit
Message:

2017.12.02

Location:
wp-support-centre/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-support-centre/trunk/readme.txt

    r1864712 r1864716  
    55Requires at least: 4.0
    66Tested up to: 4.8.1
    7 Stable tag: 2017.12.01
     7Stable tag: 2017.12.02
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    141141* Groups Plugin Support (group clients by company / organisation)
    142142
    143 = 2017.12.01 =
     143= 2017.12.02 =
    144144
    145145* DISCONTINUATION ANNOUNCEMENT
  • wp-support-centre/trunk/wp-support-centre.php

    r1864712 r1864716  
    55 * Author:      Clough I.T. Solutions
    66 * Author URI:  https://cloughit.com.au
    7  * Version:     2017.12.01
     7 * Version:     2017.12.02
    88 * Text Domain: wp-support-centre
    99 * License:     GNU General Public License v2 or later
     
    149149        define( 'WPSC_REPLY_ABOVE', '-------- Reply Above --------' );
    150150        define( 'WPSC_TICKET_URL', site_url() );
    151         define( 'WPSC_VERSION', '2017.12.01' );
     151        define( 'WPSC_VERSION', '2017.12.02' );
    152152        define( 'WPSC_JQUERY_VER', '1.12.3' );
    153153        define( 'WPSC_JQUERYUI_VER', '1.11.4' );
     
    562562     */
    563563    public static function wpsc_discontinued_alert() {
    564         echo '<div class="notice notice-info"><strong>WP Support Centre:</strong> This plugin is no longer under development. If you would like to take over development of this plugin please email [email protected]</div>';
     564        echo '<div class="notice notice-info"><strong>WP Support Centre:</strong> This plugin is no longer under development. If you would like to take over development of this plugin please email [email protected].  You can download an updated version (incomplete) here: <a href="https://cloughit.com.au/wordpress-plugins/wpsc.zip">https://cloughit.com.au/wordpress-plugins/wpsc.zip</a></div>';
    565565    }
    566566
Note: See TracChangeset for help on using the changeset viewer.