Plugin Directory

Changeset 2002045


Ignore:
Timestamp:
12/27/2018 04:51:18 AM (7 years ago)
Author:
sstukov
Message:

tagging version 1.0.25

Location:
userecho
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • userecho/tags/1.0.25/readme.txt

    r1822381 r2002045  
    44Tags: feedback, users community, widget, ideas, helpdesk, livechat
    55Requires at least: 2.8
    6 Tested up to: 4.9.4
    7 Stable tag: 1.0.24
     6Tested up to: 5.0.2
     7Stable tag: 1.0.25
    88
    99Integrate UserEcho - customer feedback and helpdesk system into your blog. Using widget or link. Support SSO.
     
    4545== Changelog ==
    4646
     47= 1.0.25 =
     48* added support for Wordpress 5.0
    4749= 1.0.24 =
    4850* bug fixes
  • userecho/tags/1.0.25/userecho.php

    r1822381 r2002045  
    462462    public function UserEcho_SSO_Widget() {
    463463        $widget_ops = array( 'classname' => 'userecho_sso_widget', 'description' => __( 'Adds a customizable link to UserEcho community with SSO support', 'UserEcho' ) );
    464         parent::WP_Widget( 'userecho_sso_widget', __( 'UserEcho link', 'UserEcho' ), $widget_ops );
     464        parent::__construct( 'userecho_sso_widget', __( 'UserEcho link', 'UserEcho' ), $widget_ops );
    465465    }
    466466
  • userecho/trunk/readme.txt

    r1822381 r2002045  
    44Tags: feedback, users community, widget, ideas, helpdesk, livechat
    55Requires at least: 2.8
    6 Tested up to: 4.9.4
    7 Stable tag: 1.0.24
     6Tested up to: 5.0.2
     7Stable tag: 1.0.25
    88
    99Integrate UserEcho - customer feedback and helpdesk system into your blog. Using widget or link. Support SSO.
     
    4545== Changelog ==
    4646
     47= 1.0.25 =
     48* added support for Wordpress 5.0
    4749= 1.0.24 =
    4850* bug fixes
  • userecho/trunk/userecho.php

    r1822381 r2002045  
    462462    public function UserEcho_SSO_Widget() {
    463463        $widget_ops = array( 'classname' => 'userecho_sso_widget', 'description' => __( 'Adds a customizable link to UserEcho community with SSO support', 'UserEcho' ) );
    464         parent::WP_Widget( 'userecho_sso_widget', __( 'UserEcho link', 'UserEcho' ), $widget_ops );
     464        parent::__construct( 'userecho_sso_widget', __( 'UserEcho link', 'UserEcho' ), $widget_ops );
    465465    }
    466466
Note: See TracChangeset for help on using the changeset viewer.