Changeset 381281
- Timestamp:
- 05/05/2011 12:59:38 PM (15 years ago)
- Location:
- announceme
- Files:
-
- 4 edited
- 1 copied
-
tags/0.3 (copied) (copied from announceme/trunk)
-
tags/0.3/announceme/announceme.php (modified) (1 diff)
-
tags/0.3/readme.txt (modified) (2 diffs)
-
trunk/announceme/announceme.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
announceme/tags/0.3/announceme/announceme.php
r380446 r381281 2 2 /* 3 3 Plugin Name: AnnounceME 4 Plugin URI: http://w ww.agarsia.de.vu/4 Plugin URI: http://wordpress.org/extend/plugins/announceme/ 5 5 Description: 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. 6 6 Author: Bernhard Bücherl 7 Version: 0.3 8 Author URI: 7 Version: 0.3.1 8 Author URI: http://profiles.wordpress.org/users/Berni1337/ 9 9 License: GPL2 10 10 */ 11 11 12 $version = "0.3 ";12 $version = "0.3.1"; 13 13 $url = "http://wordpress.org/extend/plugins/announceme/"; //Plugin URL 14 14 $aurl = "http://profiles.wordpress.org/users/Berni1337/"; //Author URL -
announceme/tags/0.3/readme.txt
r380769 r381281 4 4 Tags: plugin, announce, announcement, newsticker 5 5 Requires at least: 3.0 6 Tested up to: 3.1. 27 Stable tag: 0.3 6 Tested up to: 3.1.1 7 Stable tag: 0.3.1 8 8 9 9 AnnounceME is a simple plugin, coded to help you publishing important Announcements. … … 29 29 == Changelog == 30 30 31 = Comming Soon 0. 3.1=31 = Comming Soon 0.4 = 32 32 * 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 33 36 34 37 = 0.3 = -
announceme/trunk/announceme/announceme.php
r380446 r381281 2 2 /* 3 3 Plugin Name: AnnounceME 4 Plugin URI: http://w ww.agarsia.de.vu/4 Plugin URI: http://wordpress.org/extend/plugins/announceme/ 5 5 Description: 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. 6 6 Author: Bernhard Bücherl 7 Version: 0.3 8 Author URI: 7 Version: 0.3.1 8 Author URI: http://profiles.wordpress.org/users/Berni1337/ 9 9 License: GPL2 10 10 */ 11 11 12 $version = "0.3 ";12 $version = "0.3.1"; 13 13 $url = "http://wordpress.org/extend/plugins/announceme/"; //Plugin URL 14 14 $aurl = "http://profiles.wordpress.org/users/Berni1337/"; //Author URL -
announceme/trunk/readme.txt
r380769 r381281 4 4 Tags: plugin, announce, announcement, newsticker 5 5 Requires at least: 3.0 6 Tested up to: 3.1. 27 Stable tag: 0.3 6 Tested up to: 3.1.1 7 Stable tag: 0.3.1 8 8 9 9 AnnounceME is a simple plugin, coded to help you publishing important Announcements. … … 29 29 == Changelog == 30 30 31 = Comming Soon 0. 3.1=31 = Comming Soon 0.4 = 32 32 * 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 33 36 34 37 = 0.3 =
Note: See TracChangeset
for help on using the changeset viewer.