Plugin Directory

Changeset 634730


Ignore:
Timestamp:
12/06/2012 07:20:40 AM (13 years ago)
Author:
vivekpuri
Message:

New version of the plugin

Location:
social-discussions/trunk
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • social-discussions/trunk/readme.txt

    r612643 r634730  
    55Requires at least: 2.0.2
    66Tested up to: 3.4.2
    7 Stable tag: 6.1.1
     7Stable tag: 6.1.2
    88
    99== Description ==
     
    123123== Changelog ==
    124124
     125= 6.1.2 =
     126
     127* Removed a file as part of security fix
     128
    125129= 6.1.1 =
    126130
  • social-discussions/trunk/social-discussions-networkpub.php

    r607332 r634730  
    77define('LAECHONW_SOCIAL_NETWORK',                   __('Network'));
    88define('LAECHONW_PLUGIN_NAME',                      __('sd-nw'));
    9 define('LAECHONW_PLUGIN_VERSION',                   '6.1');
     9define('LAECHONW_PLUGIN_VERSION',                   '6.1.2');
    1010define('LAECHONW_WIDGET_NAME_POST_EDITOR',          __('Social Discussions'));
    1111define('LAECHONW_WP_PLUGIN_URL',                    laechonw_get_plugin_dir());
  • social-discussions/trunk/social-discussions.php

    r612643 r634730  
    66Author: linksalpha
    77Author URI: http://www.linksalpha.com
    8 Version: 6.1.1
     8Version: 6.1.2
    99*/
    1010
     
    331331$laechonw_networkpub_settings['id']         = array('label'=>'id', 'type'=>'text', 'default'=>'');
    332332$laechonw_options                           = get_option(LAECHONW_WIDGET_NAME_INTERNAL);
    333 $laecho_version_number                      = '6.1.1';
     333$laecho_version_number                      = '6.1.2';
    334334
    335335function laecho_init() {
Note: See TracChangeset for help on using the changeset viewer.