Plugin Directory

Changeset 1111143


Ignore:
Timestamp:
03/12/2015 02:29:45 PM (11 years ago)
Author:
thyagotc
Message:

v1.0.1 - Documentation changes

Location:
beeliked-microsite/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • beeliked-microsite/trunk/beelikedmicrosite.php

    r1111104 r1111143  
    11<?php
    22/*
    3 Plugin Name: BeeLiked Microsite
    4 Plugin URI: http://beeliked.com/plugin/wordpress
     3Plugin Name: Beeliked Microsite
     4Plugin URI: http://beeliked.com
    55Description: Allows the insertion of code to display a BeeLiked microsite within an iframe. The tag to insert the code is: <code>[BEELIKED_MICROSITE]</code>, containing url, width, height and autosize parameters.
    6 Version: 1.0
    7 Author: BeeLiked
     6Version: 1.0.1
     7Author: Beeliked
    88Author URI: http://beeliked.com
     9License: GPLv2 or later
     10Text Domain: beeliked
     11*/
    912
     13/*
     14This program is free software; you can redistribute it and/or
     15modify it under the terms of the GNU General Public License
     16as published by the Free Software Foundation; either version 2
     17of the License, or (at your option) any later version.
     18
     19This program is distributed in the hope that it will be useful,
     20but WITHOUT ANY WARRANTY; without even the implied warranty of
     21MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     22GNU General Public License for more details.
     23
     24You should have received a copy of the GNU General Public License
     25along with this program; if not, write to the Free Software
     26Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
     27*/
     28
     29
     30/*
    10311.0   - Initial release
     321.0.1 - Documentation change
    1133*/
    1234
  • beeliked-microsite/trunk/readme.txt

    r1111104 r1111143  
    11=== Beeliked Microsite Plugin ===
    2 Contributors: thyagotc
     2Contributors: Beeliked, thyagotc
    33Tags: beeliked, campaign, competition, promotion, iframe, embed, plugin
     4Requires at least: 2.0
    45Tested up to: 4.1.1
    56Stable tag: trunk
     7License: GPLv2 or later
    68
    79Allows the embed of a BeeLiked microsite into post or pages using an iframe.
Note: See TracChangeset for help on using the changeset viewer.