Plugin Directory

Changeset 1842599


Ignore:
Timestamp:
03/19/2018 09:33:55 AM (8 years ago)
Author:
mahabubs
Message:

Fix trademark problem on plugin name
tested on 4.9.4

Location:
easy-youtube-subscribe/tags/2.0.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • easy-youtube-subscribe/tags/2.0.0/easy-youtube-subscribe.php

    r1728251 r1842599  
    11<?php
    22/*
    3 Plugin Name: SM Youtube Subscribe
     3Plugin Name: Youtube Subscribe
    44Plugin URI: https://wordpress.org/plugins/easy-youtube-subscribe/
    55Author: Mahabubur Rahman
     
    1919            'description' => 'YouTube channel subscribe',
    2020        );
    21         parent::__construct( 'SMYouTubesubscribe_Widget', 'SM YouTube Subscribe', $widget_ops );
     21        parent::__construct( 'SMYouTubesubscribe_Widget', 'YouTube Subscribe', $widget_ops );
    2222    }
    2323
  • easy-youtube-subscribe/tags/2.0.0/readme.txt

    r1775464 r1842599  
    1 === SM YouTube Subscribe ===
     1=== YouTube Subscribe ===
    22Contributors: mahabubs
    33Tags: YouTube, subscribe, share,  widget, shortcode
    44Requires at least: 3.5.1
    5 Tested up to: 4.9
     5Tested up to: 4.9.4
    66Stable tag: 2.0.0
    77
     
    19192. Activate the plugin through the 'Plugins' menu in WordPress
    20203. Now YouTube Subscribe widget abailable in your widget section.
    21 4. Also you have SM YouTube Subscribe in settings section for YouTube Subscribe Button.
     214. Also you have YouTube Subscribe in settings section for YouTube Subscribe Button.
    2222
    2323= Usage =
    2424
    25251. Go to Appearance > Widgets.
    26 2. Enable SM YouTube Subscribe widget.
     262. Enable YouTube Subscribe widget.
    27273. Enter widget title
    28284. Enter channel id;
     
    4545
    4646= 1.0.0 =
    47 * Create Widget for YouTube Subscription Button named SM Youtube Subscribe
     47* Create Widget for YouTube Subscription Button named Youtube Subscribe
    4848
Note: See TracChangeset for help on using the changeset viewer.