From 0aa8e61506648d6d691458807f66088b61c353d5 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Mon, 19 Apr 2004 08:58:36 +0000 Subject: [PATCH] Version numbers. git-svn-id: https://develop.svn.wordpress.org/trunk@1104 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/plugins/google-hilite.php | 1 + wp-content/plugins/markdown.php | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-content/plugins/google-hilite.php b/wp-content/plugins/google-hilite.php index ee457c9e77..ef673a6f01 100644 --- a/wp-content/plugins/google-hilite.php +++ b/wp-content/plugins/google-hilite.php @@ -3,6 +3,7 @@ Plugin Name: Search Hilite Plugin URI: http://wordpress.org/# Description: When someone is referred from a search engine like Google, Yahoo, or WordPress' own, the terms they search for are highlighted with this plugin. Packaged by Matt. +Version: 1.2 Author: Ryan Boren Author URI: http://rboren.nu */ diff --git a/wp-content/plugins/markdown.php b/wp-content/plugins/markdown.php index 7174714b8c..0fba2fdf37 100644 --- a/wp-content/plugins/markdown.php +++ b/wp-content/plugins/markdown.php @@ -2,7 +2,8 @@ /* Plugin Name: MarkDown Plugin URI: http://daringfireball.net/projects/markdown/ -Description: Markdown is a text-to-HTML conversion tool for web writers. Markdown syntax allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML. This plugin enables Markdown for your posts and comments. Written by John Gruber in Perl, translated to PHP by Michel Fortin, and made a WP plugin by Matt. If you use this you should disable Textile 1 and 2. +Description: Markdown is a text-to-HTML conversion tool for web writers. Markdown syntax allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML. This plugin enables Markdown for your posts and comments. Written by John Gruber in Perl, translated to PHP by Michel Fortin, and made a WP plugin by Matt. If you use this you should disable Textile 1 and 2 because the syntax conflicts. +Version: 1.0b4 Author: John Gruber Author URI: http://daringfireball.net/ */