Plugin Directory

Changeset 1731162


Ignore:
Timestamp:
09/17/2017 12:51:53 PM (9 years ago)
Author:
tallythemes
Message:

Tagged

Location:
steed-companion/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • steed-companion/trunk/readme.txt

    r1728000 r1731162  
    44Requires at least: 4.4
    55Tested up to: 4.8.1
    6 Stable tag: 1.0
     6Stable tag: 1.1
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    2929
    3030== Change log ==
     31= 1.1 =
     32- Fixed service widget PHP error
     33- Fixed slider item upload and color picker problem
     34
     35- Fixed service widghet title tag
     36
     37- Removing unused CSS
     38- Disable Advance text widget
    3139= 1.0 =
    3240- Initial release.
  • steed-companion/trunk/steed-companion.php

    r1728000 r1731162  
    44Plugin URI: tallythemes.com/product/steed-companion/
    55Description: Enhances Steed’s themes with extra functionalities.
    6 Version: 1.0.999
     6Version: 1.1
    77Author: TallyThemes
    88Author URI: http://tallythemes.com/
  • steed-companion/trunk/widgets/service.php

    r1728000 r1731162  
    3333            $text = (!empty($instance['text'])) ? $instance['text'] : NULL;
    3434            $subtitle = (!empty($instance['subtitle'])) ? $instance['subtitle'] : NULL;
    35             $img = (!empty($instance['subtitle'])) ? $instance['img'] : NULL;
     35            $img = (!empty($instance['img'])) ? $instance['img'] : NULL;
    3636           
    3737            // before and after widget arguments are defined by themes
Note: See TracChangeset for help on using the changeset viewer.