From dfa61e920bdcf8975c53f28f76ef76073e5e8897 Mon Sep 17 00:00:00 2001 From: nohn Date: Thu, 14 Jul 2005 06:32:43 +0000 Subject: [PATCH] downgrading text_wiki to 0.25.0 for compatibility reasons. tobias schlitt will take care of this and upgrade the wiki markup plugin to be compatible to text_wiki 1.0.0 --- bundled-libs/.current_version | 2 +- bundled-libs/Text/Wiki.php | 15 +++------------ docs/NEWS | 2 +- 3 files changed, 5 insertions(+), 14 deletions(-) diff --git a/bundled-libs/.current_version b/bundled-libs/.current_version index 7879f99..380faca 100644 --- a/bundled-libs/.current_version +++ b/bundled-libs/.current_version @@ -4,5 +4,5 @@ Net_CheckIP 1.1 Net_Socket 1.0.6 Net_URL 1.0.14 PEAR 1.3.5 -Text_Wiki 1.0.0 +Text_Wiki 0.25.0 XML_RPC 1.3.2 \ No newline at end of file diff --git a/bundled-libs/Text/Wiki.php b/bundled-libs/Text/Wiki.php index 291650a..ce93757 100644 --- a/bundled-libs/Text/Wiki.php +++ b/bundled-libs/Text/Wiki.php @@ -8,11 +8,11 @@ * * @package Text_Wiki * -* @author Paul M. Jones +* @author Paul M. Jones * * @license LGPL * -* @version $Id: Wiki.php,v 1.29 2005/02/24 17:26:29 pmjones Exp $ +* @version $Id: Wiki.php,v 1.27 2005/02/01 16:56:56 pmjones Exp $ * */ @@ -40,15 +40,7 @@ require_once 'Text/Wiki/Render.php'; * * @package Text_Wiki * -<<<<<<< Wiki.php -* @version 0.25.0 -* -* @license LGPL -======= -* @author Paul M. Jones -* -* @version 1.0.0 ->>>>>>> 1.28 +* @version 0.25.0 beta * */ @@ -98,7 +90,6 @@ class Text_Wiki { 'Italic', 'Tt', 'Superscript', - 'Subscript', 'Revise', 'Tighten' ); diff --git a/docs/NEWS b/docs/NEWS index 4cdd715..918045c 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -10,7 +10,7 @@ Version 0.8.3 () Net_Socket to 1.0.6 Net_URL to 1.0.14 PEAR to 1.3.5 - Text_Wiki to 1.0.0 + Text_Wiki to 0.25.0 XML_RPC to 1.3.2 Fixing several bugs and vulnerabilities. (nohn) -- 2.39.5