Plugin Directory

Changeset 1822323


Ignore:
Timestamp:
02/14/2018 08:44:51 PM (8 years ago)
Author:
MVR
Message:

tagging version 1.0.13

Location:
userecho
Files:
2 edited
3 copied

Legend:

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

    r1822317 r1822323  
    55Requires at least: 2.8
    66Tested up to: 4.9.4
    7 Stable tag: 1.0.12
     7Stable tag: 1.0.13
    88
    99Integrate UserEcho - customer feedback and helpdesk system into your blog. Using widget or link. Support SSO.
     
    4545== Changelog ==
    4646
     47= 1.0.13 =
     48* bug fixes
    4749= 1.0.12 =
    4850* SSO integration - fix bugs in some specific cases
  • userecho/tags/1.0.13/userecho.php

    r1822317 r1822323  
    22/*
    33Plugin Name: UserEcho for Wordpress - collect feedback for your blog
    4 Version: 1.0.12
     4Version: 1.0.13
    55Plugin URI: https://userecho.com
    66Author: UserEcho
     
    4343    public function get_current_user(){
    4444        #global $current_user;
    45         if (empty( $this->$current_user->ID )){
     45        if (empty( $this->$current_user->ID ) && function_exists('wp_get_current_user')){
    4646            $this->$current_user = wp_get_current_user();
    4747        }
  • userecho/trunk/readme.txt

    r1822317 r1822323  
    55Requires at least: 2.8
    66Tested up to: 4.9.4
    7 Stable tag: 1.0.12
     7Stable tag: 1.0.13
    88
    99Integrate UserEcho - customer feedback and helpdesk system into your blog. Using widget or link. Support SSO.
     
    4545== Changelog ==
    4646
     47= 1.0.13 =
     48* bug fixes
    4749= 1.0.12 =
    4850* SSO integration - fix bugs in some specific cases
  • userecho/trunk/userecho.php

    r1822317 r1822323  
    22/*
    33Plugin Name: UserEcho for Wordpress - collect feedback for your blog
    4 Version: 1.0.12
     4Version: 1.0.13
    55Plugin URI: https://userecho.com
    66Author: UserEcho
     
    4343    public function get_current_user(){
    4444        #global $current_user;
    45         if (empty( $this->$current_user->ID )){
     45        if (empty( $this->$current_user->ID ) && function_exists('wp_get_current_user')){
    4646            $this->$current_user = wp_get_current_user();
    4747        }
Note: See TracChangeset for help on using the changeset viewer.