Changeset 604326
- Timestamp:
- 09/26/2012 07:54:30 PM (13 years ago)
- Location:
- socialize
- Files:
-
- 36 added
- 3 edited
-
tags/2.2.1 (added)
-
tags/2.2.1/admin (added)
-
tags/2.2.1/admin/css (added)
-
tags/2.2.1/admin/css/socialize-admin.css (added)
-
tags/2.2.1/admin/js (added)
-
tags/2.2.1/admin/js/sharrre.js (added)
-
tags/2.2.1/admin/js/socialize-admin-color-picker.js (added)
-
tags/2.2.1/admin/js/socialize-admin-form.js (added)
-
tags/2.2.1/admin/js/socialize-admin-sortable.js (added)
-
tags/2.2.1/admin/js/tablesorter.js (added)
-
tags/2.2.1/admin/socialize-admin.php (added)
-
tags/2.2.1/frontend (added)
-
tags/2.2.1/frontend/css (added)
-
tags/2.2.1/frontend/css/socialize.css (added)
-
tags/2.2.1/frontend/js (added)
-
tags/2.2.1/frontend/js/floating.js (added)
-
tags/2.2.1/frontend/js/plusone.js (added)
-
tags/2.2.1/frontend/socialize-frontend.php (added)
-
tags/2.2.1/frontend/socialize-og.php (added)
-
tags/2.2.1/frontend/socialize-services.php (added)
-
tags/2.2.1/frontend/socialize-shortcodes.php (added)
-
tags/2.2.1/frontend/templates (added)
-
tags/2.2.1/frontend/templates/templates.php (added)
-
tags/2.2.1/images (added)
-
tags/2.2.1/images/delicous.png (added)
-
tags/2.2.1/images/jonbishopcom.png (added)
-
tags/2.2.1/images/openshareicon-32x32.png (added)
-
tags/2.2.1/images/sm-icons.png (added)
-
tags/2.2.1/images/socialize-icon.png (added)
-
tags/2.2.1/images/wordpressorg.png (added)
-
tags/2.2.1/readme.txt (added)
-
tags/2.2.1/screenshot-1.png (added)
-
tags/2.2.1/screenshot-2.png (added)
-
tags/2.2.1/screenshot-3.png (added)
-
tags/2.2.1/screenshot-4.png (added)
-
tags/2.2.1/socialize.php (added)
-
trunk/admin/socialize-admin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/socialize.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
socialize/trunk/admin/socialize-admin.php
r583766 r604326 944 944 $socializemeta = implode(',', $socializemetaarray); 945 945 $socialize_settings['sharemeta'] = $socializemeta; 946 947 $socialize_text = $_POST['socialize_text']; 948 $socialize_settings['socialize_text'] = stripslashes($_POST['socialize_text']); 949 946 950 if (isset($_POST['socialize_bitly_name'])) { 947 951 $socialize_settings['socialize_bitly_name'] = $_POST['socialize_bitly_name']; -
socialize/trunk/readme.txt
r583767 r604326 5 5 Requires at least: 2.7 6 6 Tested up to: 3.4.1 7 Stable tag: 2.2 7 Stable tag: 2.2.1 8 8 9 9 Provides an easy way to selectively add actionable social sharing buttons to your posts content or below the post in a 'Call To Action' box. … … 79 79 == Changelog == 80 80 81 The current version is 2.2.0 (2012.08.09) 81 The current version is 2.2.1 (2012.09.26) 82 83 = 2.2.1 (2012.09.26) = 84 * Fixed saving of default CTA 82 85 83 86 = 2.2 (2012.08.09) = -
socialize/trunk/socialize.php
r583767 r604326 4 4 Plugin URI: http://www.jonbishop.com/downloads/wordpress-plugins/socialize/ 5 5 Description: Adds actionable social sharing buttons to your site 6 Version: 2.2 6 Version: 2.2.1 7 7 Author: Jon Bishop 8 8 Author URI: http://www.jonbishop.com … … 72 72 $tmp = array( 73 73 "socialize_installed" => "on", 74 "socialize_version" => "2 4",74 "socialize_version" => "25", 75 75 "socialize_alert_bg" => "#FFEAA8", 76 76 "socialize_alert_border_size" => "2px",
Note: See TracChangeset
for help on using the changeset viewer.