Changeset 634730
- Timestamp:
- 12/06/2012 07:20:40 AM (13 years ago)
- Location:
- social-discussions/trunk
- Files:
-
- 1 deleted
- 3 edited
-
readme.txt (modified) (2 diffs)
-
social-discussions-networkpub.php (modified) (1 diff)
-
social-discussions-networkpub_ajax.php (deleted)
-
social-discussions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
social-discussions/trunk/readme.txt
r612643 r634730 5 5 Requires at least: 2.0.2 6 6 Tested up to: 3.4.2 7 Stable tag: 6.1. 17 Stable tag: 6.1.2 8 8 9 9 == Description == … … 123 123 == Changelog == 124 124 125 = 6.1.2 = 126 127 * Removed a file as part of security fix 128 125 129 = 6.1.1 = 126 130 -
social-discussions/trunk/social-discussions-networkpub.php
r607332 r634730 7 7 define('LAECHONW_SOCIAL_NETWORK', __('Network')); 8 8 define('LAECHONW_PLUGIN_NAME', __('sd-nw')); 9 define('LAECHONW_PLUGIN_VERSION', '6.1 ');9 define('LAECHONW_PLUGIN_VERSION', '6.1.2'); 10 10 define('LAECHONW_WIDGET_NAME_POST_EDITOR', __('Social Discussions')); 11 11 define('LAECHONW_WP_PLUGIN_URL', laechonw_get_plugin_dir()); -
social-discussions/trunk/social-discussions.php
r612643 r634730 6 6 Author: linksalpha 7 7 Author URI: http://www.linksalpha.com 8 Version: 6.1. 18 Version: 6.1.2 9 9 */ 10 10 … … 331 331 $laechonw_networkpub_settings['id'] = array('label'=>'id', 'type'=>'text', 'default'=>''); 332 332 $laechonw_options = get_option(LAECHONW_WIDGET_NAME_INTERNAL); 333 $laecho_version_number = '6.1. 1';333 $laecho_version_number = '6.1.2'; 334 334 335 335 function laecho_init() {
Note: See TracChangeset
for help on using the changeset viewer.