Plugin Directory

Changeset 697047


Ignore:
Timestamp:
04/13/2013 06:12:53 PM (13 years ago)
Author:
ibabar
Message:

Updated to 1.1

Location:
pohela-boishakh
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • pohela-boishakh/trunk/Pohela Boishakh.php

    r665912 r697047  
    22/*
    33Plugin Name: Pohela Boishakh
    4 Plugin URI: http://SinbadKonick.com/Pohela Boishakh
     4Plugin URI: http://bn.sinbadkonicks.com/
    55Description: This plugin ads a Pohela Boishakh banner to the top right corner of your website.
    66Author: Sinbad Konick
    7 Version: 1.0
     7Version: 1.1
    88License: GPLv2
    9 Author URI: http://www.SinbadKonick.com
     9Author URI: http://www.SinbadKonicks.com
    1010*/
    1111
    1212function Pohela_Boishakh() {
    1313    $banner_url = plugins_url( 'Pohela Boishakh.png', __FILE__ );
    14     echo "<a href='http://www.SinbadKonick.com' class='PohelaBoishakh' target='_blank'><img src='{$banner_url}' alt='Pohela Boishakh' width='188' height='232' title='পহেলা বৈশাখ' style='cursor:pointer; position: fixed; top: 0; right: 0; z-index: 999;' /></a>";
     14    echo "<a href='http://bn.wikipedia.org/wiki/%E0%A6%AA%E0%A6%B9%E0%A7%87%E0%A6%B2%E0%A6%BE_%E0%A6%AC%E0%A7%88%E0%A6%B6%E0%A6%BE%E0%A6%96' class='PohelaBoishakh' target='_blank'><img src='{$banner_url}' alt='Pohela Boishakh' width='188' height='232' title='পহেলা বৈশাখ' style='cursor:pointer; position: fixed; top: 0; right: 0; z-index: 999;' /></a>";
    1515    }
    1616add_action( 'wp_footer', 'Pohela_Boishakh' );
  • pohela-boishakh/trunk/readme.txt

    r665920 r697047  
    66Requires at Least: 2.6.0
    77Tested Up To: 3.5.1
    8 Stable tag: 1.0
    9 
     8Stable tag: 1.1
    109
    1110
     
    3231
    3332
     33== Changelog ==
     34
     3514-04-2013
     36Released 1.1 updated for Bangla Noboborsho 2020
     37
     38
     3910-02-2013
     40Relaesed 1.0, the Initial version.
Note: See TracChangeset for help on using the changeset viewer.