Changeset 923195
- Timestamp:
- 05/29/2014 04:49:32 PM (12 years ago)
- Location:
- wp-share-old-post-lite
- Files:
-
- 47 added
- 3 deleted
- 2 edited
-
tags/1.0/action_facebook.php (added)
-
tags/1.0/action_twitter.php (added)
-
tags/1.0/assets (deleted)
-
tags/1.0/branches (deleted)
-
tags/1.0/css (added)
-
tags/1.0/css/.css.txt (added)
-
tags/1.0/css/onoff.css (added)
-
tags/1.0/fonctions.php (added)
-
tags/1.0/img (added)
-
tags/1.0/img/Bouton_LiteSOP.png (added)
-
tags/1.0/img/Bouton_LiteSOP1.png (added)
-
tags/1.0/img/Google-plus-icon.png (added)
-
tags/1.0/img/WP-ShareOld_PagesPlugin.png (added)
-
tags/1.0/img/facebook.png (added)
-
tags/1.0/img/googlep.png (added)
-
tags/1.0/img/twitter-icon.png (added)
-
tags/1.0/img/twitter.png (added)
-
tags/1.0/js (added)
-
tags/1.0/js/manage_counts.js (added)
-
tags/1.0/languages (added)
-
tags/1.0/languages/en_EN.php (added)
-
tags/1.0/log (added)
-
tags/1.0/log/error.txt (added)
-
tags/1.0/readme.txt (added)
-
tags/1.0/share-old-post-lite.php (added)
-
tags/1.0/trunk (deleted)
-
tags/1.1 (added)
-
tags/1.1/action_facebook.php (added)
-
tags/1.1/action_twitter.php (added)
-
tags/1.1/css (added)
-
tags/1.1/css/.css.txt (added)
-
tags/1.1/css/onoff.css (added)
-
tags/1.1/fonctions.php (added)
-
tags/1.1/img (added)
-
tags/1.1/img/Bouton_LiteSOP.png (added)
-
tags/1.1/img/Bouton_LiteSOP1.png (added)
-
tags/1.1/img/Google-plus-icon.png (added)
-
tags/1.1/img/WP-ShareOld_PagesPlugin.png (added)
-
tags/1.1/img/facebook.png (added)
-
tags/1.1/img/googlep.png (added)
-
tags/1.1/img/twitter-icon.png (added)
-
tags/1.1/img/twitter.png (added)
-
tags/1.1/js (added)
-
tags/1.1/js/manage_counts.js (added)
-
tags/1.1/languages (added)
-
tags/1.1/languages/en_EN.php (added)
-
tags/1.1/log (added)
-
tags/1.1/log/error.txt (added)
-
tags/1.1/readme.txt (added)
-
tags/1.1/share-old-post-lite.php (added)
-
trunk/fonctions.php (modified) (2 diffs)
-
trunk/share-old-post-lite.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-share-old-post-lite/trunk/fonctions.php
r923091 r923195 12 12 define("sop_update_url","http://www.shareoldpost.com/update/update.php"); 13 13 define("sop_update_package","http://www.shareoldpost.com/update/share-old-post-lite.zip"); 14 define("sop_current_vesrion","1. 0");14 define("sop_current_vesrion","1.1"); 15 15 16 16 function ___($terme) … … 299 299 function sop_check_sop_update($transient) 300 300 { 301 echo sop_current_vesrion;302 301 if (empty($transient->checked)) { 303 302 return $transient; -
wp-share-old-post-lite/trunk/share-old-post-lite.php
r923091 r923195 11 11 # Author: Hammami Group 12 12 13 # Version: 1. 013 # Version: 1.1 14 14 15 15 # */
Note: See TracChangeset
for help on using the changeset viewer.