Plugin Directory

Changeset 604326


Ignore:
Timestamp:
09/26/2012 07:54:30 PM (13 years ago)
Author:
JonBishop
Message:

Fixed saving default CTA settings in admin

Location:
socialize
Files:
36 added
3 edited

Legend:

Unmodified
Added
Removed
  • socialize/trunk/admin/socialize-admin.php

    r583766 r604326  
    944944                $socializemeta = implode(',', $socializemetaarray);
    945945                $socialize_settings['sharemeta'] = $socializemeta;
     946
     947                $socialize_text = $_POST['socialize_text'];
     948                $socialize_settings['socialize_text'] = stripslashes($_POST['socialize_text']);
     949
    946950                if (isset($_POST['socialize_bitly_name'])) {
    947951                    $socialize_settings['socialize_bitly_name'] = $_POST['socialize_bitly_name'];
  • socialize/trunk/readme.txt

    r583767 r604326  
    55Requires at least: 2.7
    66Tested up to: 3.4.1
    7 Stable tag: 2.2
     7Stable tag: 2.2.1
    88
    99Provides an easy way to selectively add actionable social sharing buttons to your posts content or below the post in a 'Call To Action' box.
     
    7979== Changelog ==
    8080
    81 The current version is 2.2.0 (2012.08.09)
     81The current version is 2.2.1 (2012.09.26)
     82
     83= 2.2.1 (2012.09.26) =
     84* Fixed saving of default CTA
    8285
    8386= 2.2 (2012.08.09) =
  • socialize/trunk/socialize.php

    r583767 r604326  
    44  Plugin URI: http://www.jonbishop.com/downloads/wordpress-plugins/socialize/
    55  Description: Adds actionable social sharing buttons to your site
    6   Version: 2.2
     6  Version: 2.2.1
    77  Author: Jon Bishop
    88  Author URI: http://www.jonbishop.com
     
    7272            $tmp = array(
    7373                "socialize_installed" => "on",
    74                 "socialize_version" => "24",
     74                "socialize_version" => "25",
    7575                "socialize_alert_bg" => "#FFEAA8",
    7676                "socialize_alert_border_size" => "2px",
Note: See TracChangeset for help on using the changeset viewer.