Changeset 1311890
- Timestamp:
- 12/18/2015 07:01:13 PM (10 years ago)
- Location:
- jd-link-exchange
- Files:
-
- 4 edited
- 1 copied
-
tags/1.3 (copied) (copied from jd-link-exchange/trunk)
-
tags/1.3/jd-link-exchange.php (modified) (2 diffs)
-
tags/1.3/readme.txt (modified) (3 diffs)
-
trunk/jd-link-exchange.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jd-link-exchange/tags/1.3/jd-link-exchange.php
r1311758 r1311890 2 2 /* 3 3 Plugin Name: JD Link exchange 4 Version: 1. 24 Version: 1.3 5 5 Plugin URI: http://www.jd-link.net 6 6 Description: Links Exchange automatic SEO - € 10 offered links to the activation of the widget 7 7 Author URI: http://www.jooky-devellopement.com 8 8 */ 9 if (session_status() == PHP_SESSION_NONE) {10 @session_start();11 }12 9 if(!function_exists('wp_get_current_user')) { 13 10 include(ABSPATH . "wp-includes/pluggable.php"); … … 25 22 26 23 27 define( 'JDL_VERSION', '1. 2' );24 define( 'JDL_VERSION', '1.3' ); 28 25 define( 'JDL_PATH', trailingslashit(dirname(__FILE__)) ); 29 26 define( 'JDL_DIR', trailingslashit(dirname(plugin_basename(__FILE__))) ); -
jd-link-exchange/tags/1.3/readme.txt
r1311758 r1311890 6 6 Requires at least: 3.0.1 7 7 Tested up to: 4.4 8 Stable tag: 1. 28 Stable tag: 1.3 9 9 License: GPLv3 10 10 License URI: http://www.jooky-development.com/license.txt … … 63 63 = 1.2 = 64 64 * tags 65 65 = 1.3 = 66 * patch bug session 66 67 67 68 == Upgrade Notice == … … 73 74 = 1.2 = 74 75 * tags 76 = 1.3 = 77 * patch bug session 75 78 76 79 == Arbitrary section == -
jd-link-exchange/trunk/jd-link-exchange.php
r1311758 r1311890 2 2 /* 3 3 Plugin Name: JD Link exchange 4 Version: 1. 24 Version: 1.3 5 5 Plugin URI: http://www.jd-link.net 6 6 Description: Links Exchange automatic SEO - € 10 offered links to the activation of the widget 7 7 Author URI: http://www.jooky-devellopement.com 8 8 */ 9 if (session_status() == PHP_SESSION_NONE) {10 @session_start();11 }12 9 if(!function_exists('wp_get_current_user')) { 13 10 include(ABSPATH . "wp-includes/pluggable.php"); … … 25 22 26 23 27 define( 'JDL_VERSION', '1. 2' );24 define( 'JDL_VERSION', '1.3' ); 28 25 define( 'JDL_PATH', trailingslashit(dirname(__FILE__)) ); 29 26 define( 'JDL_DIR', trailingslashit(dirname(plugin_basename(__FILE__))) ); -
jd-link-exchange/trunk/readme.txt
r1311758 r1311890 6 6 Requires at least: 3.0.1 7 7 Tested up to: 4.4 8 Stable tag: 1. 28 Stable tag: 1.3 9 9 License: GPLv3 10 10 License URI: http://www.jooky-development.com/license.txt … … 63 63 = 1.2 = 64 64 * tags 65 65 = 1.3 = 66 * patch bug session 66 67 67 68 == Upgrade Notice == … … 73 74 = 1.2 = 74 75 * tags 76 = 1.3 = 77 * patch bug session 75 78 76 79 == Arbitrary section ==
Note: See TracChangeset
for help on using the changeset viewer.