Changeset 570358
- Timestamp:
- 07/10/2012 11:22:57 PM (14 years ago)
- Location:
- opera-share-button
- Files:
-
- 6 added
- 4 edited
- 1 copied
-
tags/0.1.5.1 (copied) (copied from opera-share-button/trunk)
-
tags/0.1.5.1/css (added)
-
tags/0.1.5.1/css/opera-buttons.css (added)
-
tags/0.1.5.1/osb.php (modified) (3 diffs)
-
tags/0.1.5.1/readme.txt (modified) (3 diffs)
-
tags/0.1.5.1/screenshot-2.png (added)
-
trunk/css (added)
-
trunk/css/opera-buttons.css (added)
-
trunk/osb.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/screenshot-2.png (added)
Legend:
- Unmodified
- Added
- Removed
-
opera-share-button/tags/0.1.5.1/osb.php
r570302 r570358 2 2 /* 3 3 Plugin Name: Opera Share Button 4 Version: 0.1.5 4 Version: 0.1.5.1 5 5 Plugin URI: https://github.com/sergeyklay/OSB/ 6 6 Description: Put Opera Buttons in to your post. … … 8 8 Author URI: http://klays.ru 9 9 License: GPL3 10 Text Domain: o sb10 Text Domain: opera-share-button 11 11 Domain Path: /languages 12 12 */ … … 122 122 function __construct() { 123 123 $this->plugin_dir = dirname( plugin_basename( __FILE__ ) ); 124 $this->text_domain = 'o sb';124 $this->text_domain = 'opera-share-button'; 125 125 $this->plugin_url = plugin_dir_url(__FILE__); 126 $this->version = '0.1.5 ';126 $this->version = '0.1.5.1'; 127 127 128 128 // Get options if they exist, else set default -
opera-share-button/tags/0.1.5.1/readme.txt
r570302 r570358 5 5 Requires at least: 3.0 6 6 Tested up to: 3.4.1 7 Stable tag: 0.1.5 7 Stable tag: 0.1.5.1 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 81 81 82 82 == Changelog == 83 = 0.1.5.1 = 84 * Fixed bug with mechanism of localization 83 85 84 86 = 0.1.5 = … … 114 116 == Upgrade Notice == 115 117 118 = 0.1.5.1 = 119 Fixed bug with mechanism of localization. Upgrade immediately! 120 116 121 = 0.1.5 = 117 122 Now, buttons use target atribute (_self, _blank) -
opera-share-button/trunk/osb.php
r570302 r570358 2 2 /* 3 3 Plugin Name: Opera Share Button 4 Version: 0.1.5 4 Version: 0.1.5.1 5 5 Plugin URI: https://github.com/sergeyklay/OSB/ 6 6 Description: Put Opera Buttons in to your post. … … 8 8 Author URI: http://klays.ru 9 9 License: GPL3 10 Text Domain: o sb10 Text Domain: opera-share-button 11 11 Domain Path: /languages 12 12 */ … … 122 122 function __construct() { 123 123 $this->plugin_dir = dirname( plugin_basename( __FILE__ ) ); 124 $this->text_domain = 'o sb';124 $this->text_domain = 'opera-share-button'; 125 125 $this->plugin_url = plugin_dir_url(__FILE__); 126 $this->version = '0.1.5 ';126 $this->version = '0.1.5.1'; 127 127 128 128 // Get options if they exist, else set default -
opera-share-button/trunk/readme.txt
r570302 r570358 5 5 Requires at least: 3.0 6 6 Tested up to: 3.4.1 7 Stable tag: 0.1.5 7 Stable tag: 0.1.5.1 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 81 81 82 82 == Changelog == 83 = 0.1.5.1 = 84 * Fixed bug with mechanism of localization 83 85 84 86 = 0.1.5 = … … 114 116 == Upgrade Notice == 115 117 118 = 0.1.5.1 = 119 Fixed bug with mechanism of localization. Upgrade immediately! 120 116 121 = 0.1.5 = 117 122 Now, buttons use target atribute (_self, _blank)
Note: See TracChangeset
for help on using the changeset viewer.