Changeset 2002045
- Timestamp:
- 12/27/2018 04:51:18 AM (7 years ago)
- Location:
- userecho
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.25 (copied) (copied from userecho/trunk)
-
tags/1.0.25/readme.txt (modified) (2 diffs)
-
tags/1.0.25/userecho.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/userecho.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
userecho/tags/1.0.25/readme.txt
r1822381 r2002045 4 4 Tags: feedback, users community, widget, ideas, helpdesk, livechat 5 5 Requires at least: 2.8 6 Tested up to: 4.9.47 Stable tag: 1.0.2 46 Tested up to: 5.0.2 7 Stable tag: 1.0.25 8 8 9 9 Integrate UserEcho - customer feedback and helpdesk system into your blog. Using widget or link. Support SSO. … … 45 45 == Changelog == 46 46 47 = 1.0.25 = 48 * added support for Wordpress 5.0 47 49 = 1.0.24 = 48 50 * bug fixes -
userecho/tags/1.0.25/userecho.php
r1822381 r2002045 462 462 public function UserEcho_SSO_Widget() { 463 463 $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 ); 465 465 } 466 466 -
userecho/trunk/readme.txt
r1822381 r2002045 4 4 Tags: feedback, users community, widget, ideas, helpdesk, livechat 5 5 Requires at least: 2.8 6 Tested up to: 4.9.47 Stable tag: 1.0.2 46 Tested up to: 5.0.2 7 Stable tag: 1.0.25 8 8 9 9 Integrate UserEcho - customer feedback and helpdesk system into your blog. Using widget or link. Support SSO. … … 45 45 == Changelog == 46 46 47 = 1.0.25 = 48 * added support for Wordpress 5.0 47 49 = 1.0.24 = 48 50 * bug fixes -
userecho/trunk/userecho.php
r1822381 r2002045 462 462 public function UserEcho_SSO_Widget() { 463 463 $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 ); 465 465 } 466 466
Note: See TracChangeset
for help on using the changeset viewer.