Changeset 1864716
- Timestamp:
- 04/26/2018 11:38:41 AM (8 years ago)
- Location:
- wp-support-centre/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-support-centre.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-support-centre/trunk/readme.txt
r1864712 r1864716 5 5 Requires at least: 4.0 6 6 Tested up to: 4.8.1 7 Stable tag: 2017.12.0 17 Stable tag: 2017.12.02 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 141 141 * Groups Plugin Support (group clients by company / organisation) 142 142 143 = 2017.12.0 1=143 = 2017.12.02 = 144 144 145 145 * DISCONTINUATION ANNOUNCEMENT -
wp-support-centre/trunk/wp-support-centre.php
r1864712 r1864716 5 5 * Author: Clough I.T. Solutions 6 6 * Author URI: https://cloughit.com.au 7 * Version: 2017.12.0 17 * Version: 2017.12.02 8 8 * Text Domain: wp-support-centre 9 9 * License: GNU General Public License v2 or later … … 149 149 define( 'WPSC_REPLY_ABOVE', '-------- Reply Above --------' ); 150 150 define( 'WPSC_TICKET_URL', site_url() ); 151 define( 'WPSC_VERSION', '2017.12.0 1' );151 define( 'WPSC_VERSION', '2017.12.02' ); 152 152 define( 'WPSC_JQUERY_VER', '1.12.3' ); 153 153 define( 'WPSC_JQUERYUI_VER', '1.11.4' ); … … 562 562 */ 563 563 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>'; 565 565 } 566 566
Note: See TracChangeset
for help on using the changeset viewer.