Changeset 666054
- Timestamp:
- 02/10/2013 11:17:56 PM (13 years ago)
- Location:
- socialize
- Files:
-
- 36 added
- 3 edited
-
tags/2.2.3 (added)
-
tags/2.2.3/admin (added)
-
tags/2.2.3/admin/css (added)
-
tags/2.2.3/admin/css/socialize-admin.css (added)
-
tags/2.2.3/admin/js (added)
-
tags/2.2.3/admin/js/sharrre.js (added)
-
tags/2.2.3/admin/js/socialize-admin-color-picker.js (added)
-
tags/2.2.3/admin/js/socialize-admin-form.js (added)
-
tags/2.2.3/admin/js/socialize-admin-sortable.js (added)
-
tags/2.2.3/admin/js/tablesorter.js (added)
-
tags/2.2.3/admin/socialize-admin.php (added)
-
tags/2.2.3/frontend (added)
-
tags/2.2.3/frontend/css (added)
-
tags/2.2.3/frontend/css/socialize.css (added)
-
tags/2.2.3/frontend/js (added)
-
tags/2.2.3/frontend/js/floating.js (added)
-
tags/2.2.3/frontend/js/plusone.js (added)
-
tags/2.2.3/frontend/socialize-frontend.php (added)
-
tags/2.2.3/frontend/socialize-og.php (added)
-
tags/2.2.3/frontend/socialize-services.php (added)
-
tags/2.2.3/frontend/socialize-shortcodes.php (added)
-
tags/2.2.3/frontend/templates (added)
-
tags/2.2.3/frontend/templates/templates.php (added)
-
tags/2.2.3/images (added)
-
tags/2.2.3/images/delicous.png (added)
-
tags/2.2.3/images/jonbishopcom.png (added)
-
tags/2.2.3/images/openshareicon-32x32.png (added)
-
tags/2.2.3/images/sm-icons.png (added)
-
tags/2.2.3/images/socialize-icon.png (added)
-
tags/2.2.3/images/wordpressorg.png (added)
-
tags/2.2.3/readme.txt (added)
-
tags/2.2.3/screenshot-1.png (added)
-
tags/2.2.3/screenshot-2.png (added)
-
tags/2.2.3/screenshot-3.png (added)
-
tags/2.2.3/screenshot-4.png (added)
-
tags/2.2.3/socialize.php (added)
-
trunk/frontend/socialize-og.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/socialize.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
socialize/trunk/frontend/socialize-og.php
r559210 r666054 43 43 44 44 $og_properties = array( 45 'og:title' => $post->post_title,45 'og:title' => strip_tags($post->post_title), 46 46 'og:type' => 'article', 47 47 'og:url' => get_permalink(), -
socialize/trunk/readme.txt
r665975 r666054 5 5 Requires at least: 2.7 6 6 Tested up to: 3.5.1 7 Stable tag: 2.2. 27 Stable tag: 2.2.3 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.2 (2013.02.09) 81 The current version is 2.2.3 (2013.02.09) 82 83 = 2.2.3 (2013.02.09) = 84 * Added strip_tags() to og:title 82 85 83 86 = 2.2.2 (2013.02.09) = -
socialize/trunk/socialize.php
r665975 r666054 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. 26 Version: 2.2.3 7 7 Author: Jon Bishop 8 8 Author URI: http://www.jonbishop.com
Note: See TracChangeset
for help on using the changeset viewer.