close

Plugin Directory

Changeset 570358


Ignore:
Timestamp:
07/10/2012 11:22:57 PM (14 years ago)
Author:
klay
Message:

Tagging version 0.1.5.1

Location:
opera-share-button
Files:
6 added
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • opera-share-button/tags/0.1.5.1/osb.php

    r570302 r570358  
    22/*
    33Plugin Name: Opera Share Button
    4 Version: 0.1.5
     4Version: 0.1.5.1
    55Plugin URI: https://github.com/sergeyklay/OSB/
    66Description: Put Opera Buttons in to your post.
     
    88Author URI: http://klays.ru
    99License: GPL3
    10 Text Domain: osb
     10Text Domain: opera-share-button
    1111Domain Path: /languages
    1212*/
     
    122122    function __construct() {
    123123      $this->plugin_dir   = dirname( plugin_basename( __FILE__ ) );
    124       $this->text_domain  = 'osb';
     124      $this->text_domain  = 'opera-share-button';
    125125      $this->plugin_url   = plugin_dir_url(__FILE__);
    126       $this->version      = '0.1.5';
     126      $this->version      = '0.1.5.1';
    127127
    128128      // Get options if they exist, else set default
  • opera-share-button/tags/0.1.5.1/readme.txt

    r570302 r570358  
    55Requires at least: 3.0
    66Tested up to: 3.4.1
    7 Stable tag: 0.1.5
     7Stable tag: 0.1.5.1
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    8181
    8282== Changelog ==
     83= 0.1.5.1 =
     84* Fixed bug with mechanism of localization
    8385
    8486= 0.1.5 =
     
    114116== Upgrade Notice ==
    115117
     118= 0.1.5.1 =
     119Fixed bug with mechanism of localization. Upgrade immediately!
     120
    116121= 0.1.5 =
    117122Now, buttons use target atribute (_self, _blank)
  • opera-share-button/trunk/osb.php

    r570302 r570358  
    22/*
    33Plugin Name: Opera Share Button
    4 Version: 0.1.5
     4Version: 0.1.5.1
    55Plugin URI: https://github.com/sergeyklay/OSB/
    66Description: Put Opera Buttons in to your post.
     
    88Author URI: http://klays.ru
    99License: GPL3
    10 Text Domain: osb
     10Text Domain: opera-share-button
    1111Domain Path: /languages
    1212*/
     
    122122    function __construct() {
    123123      $this->plugin_dir   = dirname( plugin_basename( __FILE__ ) );
    124       $this->text_domain  = 'osb';
     124      $this->text_domain  = 'opera-share-button';
    125125      $this->plugin_url   = plugin_dir_url(__FILE__);
    126       $this->version      = '0.1.5';
     126      $this->version      = '0.1.5.1';
    127127
    128128      // Get options if they exist, else set default
  • opera-share-button/trunk/readme.txt

    r570302 r570358  
    55Requires at least: 3.0
    66Tested up to: 3.4.1
    7 Stable tag: 0.1.5
     7Stable tag: 0.1.5.1
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    8181
    8282== Changelog ==
     83= 0.1.5.1 =
     84* Fixed bug with mechanism of localization
    8385
    8486= 0.1.5 =
     
    114116== Upgrade Notice ==
    115117
     118= 0.1.5.1 =
     119Fixed bug with mechanism of localization. Upgrade immediately!
     120
    116121= 0.1.5 =
    117122Now, buttons use target atribute (_self, _blank)
Note: See TracChangeset for help on using the changeset viewer.