Plugin Directory

Changeset 381281


Ignore:
Timestamp:
05/05/2011 12:59:38 PM (15 years ago)
Author:
Berni1337
Message:

updating to 3.1, fixing bugs

Location:
announceme
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • announceme/tags/0.3/announceme/announceme.php

    r380446 r381281  
    22/*
    33Plugin Name: AnnounceME
    4 Plugin URI: http://www.agarsia.de.vu/
     4Plugin URI: http://wordpress.org/extend/plugins/announceme/
    55Description: AnnounceME is a simple plugin, coded to help you publishing important Announcements, which can be read by every user of your Blog. AnnounceME uses the same design as Wordpress in backend, to make it easier to handle with it.
    66Author: Bernhard Bücherl
    7 Version: 0.3
    8 Author URI:
     7Version: 0.3.1
     8Author URI: http://profiles.wordpress.org/users/Berni1337/
    99License: GPL2
    1010*/
    1111
    12 $version = "0.3";
     12$version = "0.3.1";
    1313$url = "http://wordpress.org/extend/plugins/announceme/"; //Plugin URL
    1414$aurl = "http://profiles.wordpress.org/users/Berni1337/"; //Author URL
  • announceme/tags/0.3/readme.txt

    r380769 r381281  
    44Tags: plugin, announce, announcement, newsticker
    55Requires at least: 3.0
    6 Tested up to: 3.1.2
    7 Stable tag: 0.3
     6Tested up to: 3.1.1
     7Stable tag: 0.3.1
    88
    99AnnounceME is a simple plugin, coded to help you publishing important Announcements.
     
    2929== Changelog ==
    3030
    31 = Comming Soon 0.3.1 =
     31= Comming Soon 0.4 =
    3232* Adding own Images to design your Announcements
     33
     34= 0.3.1 =
     35* Bug fix: trying to fix invalid Header error in Wordpress 3.1.2
    3336
    3437= 0.3 =
  • announceme/trunk/announceme/announceme.php

    r380446 r381281  
    22/*
    33Plugin Name: AnnounceME
    4 Plugin URI: http://www.agarsia.de.vu/
     4Plugin URI: http://wordpress.org/extend/plugins/announceme/
    55Description: AnnounceME is a simple plugin, coded to help you publishing important Announcements, which can be read by every user of your Blog. AnnounceME uses the same design as Wordpress in backend, to make it easier to handle with it.
    66Author: Bernhard Bücherl
    7 Version: 0.3
    8 Author URI:
     7Version: 0.3.1
     8Author URI: http://profiles.wordpress.org/users/Berni1337/
    99License: GPL2
    1010*/
    1111
    12 $version = "0.3";
     12$version = "0.3.1";
    1313$url = "http://wordpress.org/extend/plugins/announceme/"; //Plugin URL
    1414$aurl = "http://profiles.wordpress.org/users/Berni1337/"; //Author URL
  • announceme/trunk/readme.txt

    r380769 r381281  
    44Tags: plugin, announce, announcement, newsticker
    55Requires at least: 3.0
    6 Tested up to: 3.1.2
    7 Stable tag: 0.3
     6Tested up to: 3.1.1
     7Stable tag: 0.3.1
    88
    99AnnounceME is a simple plugin, coded to help you publishing important Announcements.
     
    2929== Changelog ==
    3030
    31 = Comming Soon 0.3.1 =
     31= Comming Soon 0.4 =
    3232* Adding own Images to design your Announcements
     33
     34= 0.3.1 =
     35* Bug fix: trying to fix invalid Header error in Wordpress 3.1.2
    3336
    3437= 0.3 =
Note: See TracChangeset for help on using the changeset viewer.