Plugin Directory

Changeset 1311890


Ignore:
Timestamp:
12/18/2015 07:01:13 PM (10 years ago)
Author:
jooky
Message:

tagging version 1.3

Location:
jd-link-exchange
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • jd-link-exchange/tags/1.3/jd-link-exchange.php

    r1311758 r1311890  
    22/*
    33Plugin Name: JD Link exchange
    4 Version: 1.2
     4Version: 1.3
    55Plugin URI: http://www.jd-link.net
    66Description: Links Exchange automatic SEO - € 10 offered links to the activation of the widget
    77Author URI: http://www.jooky-devellopement.com
    88*/
    9 if (session_status() == PHP_SESSION_NONE) {
    10     @session_start();
    11 }
    129if(!function_exists('wp_get_current_user')) {
    1310    include(ABSPATH . "wp-includes/pluggable.php");
     
    2522
    2623
    27 define( 'JDL_VERSION', '1.2' );
     24define( 'JDL_VERSION', '1.3' );
    2825define( 'JDL_PATH', trailingslashit(dirname(__FILE__)) );
    2926define( 'JDL_DIR', trailingslashit(dirname(plugin_basename(__FILE__))) );
  • jd-link-exchange/tags/1.3/readme.txt

    r1311758 r1311890  
    66Requires at least: 3.0.1
    77Tested up to: 4.4
    8 Stable tag: 1.2
     8Stable tag: 1.3
    99License: GPLv3
    1010License URI: http://www.jooky-development.com/license.txt
     
    6363= 1.2 =
    6464* tags
    65 
     65= 1.3 =
     66* patch bug session
    6667
    6768== Upgrade Notice ==
     
    7374= 1.2 =
    7475* tags
     76= 1.3 =
     77* patch bug session
    7578
    7679== Arbitrary section ==
  • jd-link-exchange/trunk/jd-link-exchange.php

    r1311758 r1311890  
    22/*
    33Plugin Name: JD Link exchange
    4 Version: 1.2
     4Version: 1.3
    55Plugin URI: http://www.jd-link.net
    66Description: Links Exchange automatic SEO - € 10 offered links to the activation of the widget
    77Author URI: http://www.jooky-devellopement.com
    88*/
    9 if (session_status() == PHP_SESSION_NONE) {
    10     @session_start();
    11 }
    129if(!function_exists('wp_get_current_user')) {
    1310    include(ABSPATH . "wp-includes/pluggable.php");
     
    2522
    2623
    27 define( 'JDL_VERSION', '1.2' );
     24define( 'JDL_VERSION', '1.3' );
    2825define( 'JDL_PATH', trailingslashit(dirname(__FILE__)) );
    2926define( 'JDL_DIR', trailingslashit(dirname(plugin_basename(__FILE__))) );
  • jd-link-exchange/trunk/readme.txt

    r1311758 r1311890  
    66Requires at least: 3.0.1
    77Tested up to: 4.4
    8 Stable tag: 1.2
     8Stable tag: 1.3
    99License: GPLv3
    1010License URI: http://www.jooky-development.com/license.txt
     
    6363= 1.2 =
    6464* tags
    65 
     65= 1.3 =
     66* patch bug session
    6667
    6768== Upgrade Notice ==
     
    7374= 1.2 =
    7475* tags
     76= 1.3 =
     77* patch bug session
    7578
    7679== Arbitrary section ==
Note: See TracChangeset for help on using the changeset viewer.