Changeset 1111143
- Timestamp:
- 03/12/2015 02:29:45 PM (11 years ago)
- Location:
- beeliked-microsite/trunk
- Files:
-
- 2 edited
-
beelikedmicrosite.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
beeliked-microsite/trunk/beelikedmicrosite.php
r1111104 r1111143 1 1 <?php 2 2 /* 3 Plugin Name: Bee Liked Microsite4 Plugin URI: http://beeliked.com /plugin/wordpress3 Plugin Name: Beeliked Microsite 4 Plugin URI: http://beeliked.com 5 5 Description: 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: Bee Liked6 Version: 1.0.1 7 Author: Beeliked 8 8 Author URI: http://beeliked.com 9 License: GPLv2 or later 10 Text Domain: beeliked 11 */ 9 12 13 /* 14 This program is free software; you can redistribute it and/or 15 modify it under the terms of the GNU General Public License 16 as published by the Free Software Foundation; either version 2 17 of the License, or (at your option) any later version. 18 19 This program is distributed in the hope that it will be useful, 20 but WITHOUT ANY WARRANTY; without even the implied warranty of 21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 GNU General Public License for more details. 23 24 You should have received a copy of the GNU General Public License 25 along with this program; if not, write to the Free Software 26 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 27 */ 28 29 30 /* 10 31 1.0 - Initial release 32 1.0.1 - Documentation change 11 33 */ 12 34 -
beeliked-microsite/trunk/readme.txt
r1111104 r1111143 1 1 === Beeliked Microsite Plugin === 2 Contributors: thyagotc2 Contributors: Beeliked, thyagotc 3 3 Tags: beeliked, campaign, competition, promotion, iframe, embed, plugin 4 Requires at least: 2.0 4 5 Tested up to: 4.1.1 5 6 Stable tag: trunk 7 License: GPLv2 or later 6 8 7 9 Allows the embed of a BeeLiked microsite into post or pages using an iframe.
Note: See TracChangeset
for help on using the changeset viewer.