Plugin Directory

Changeset 1756332


Ignore:
Timestamp:
10/31/2017 11:03:27 PM (8 years ago)
Author:
Askupa Software
Message:

tagging version 3.0.2

Location:
wd-twitter-feed
Files:
371 added
2 edited

Legend:

Unmodified
Added
Removed
  • wd-twitter-feed/tags/3.0.1/includes/Logger.php

    r1754890 r1756332  
    102102    public function get_formatted_log()
    103103    {
    104         return implode('<br/>', $this->log);
     104        return trim(implode('<br/>', $this->log));
    105105    }
    106106
  • wd-twitter-feed/trunk/readme.txt

    r1754890 r1756332  
    11=== Twitter Feed ===
    2 Contributors: Askupa Software, ykadosh
     2Contributors: Askupa Software
    33Tags: twitter, tweet, tweets, twitter feed, twitter timeline, twitter widget, social, social media, twitter shortcode, embed tweets,
    44Requires at least: 3.0
    55Tested up to: 4.8
    6 Stable tag: 3.0.1
     6Stable tag: 3.0.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9696== Changelog ==
    9797
     98= 3.0.2 =
     99* (FIX) Fixed a caching system issue
     100* (FIX) Fixed 'force tweet count' issue
     101* (FIX) Fixed widget wrapper issue
     102
    98103= 3.0.1 =
    99104* (FIX) Settings page search issue
Note: See TracChangeset for help on using the changeset viewer.