From 3c65037c7151630d065f139a83ef4702c35d5dc4 Mon Sep 17 00:00:00 2001 From: Taku Amano Date: Wed, 25 Feb 2009 23:39:39 +0900 Subject: [PATCH] release 0.0.2 --- MANIFEST | 1 + config.yaml | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/MANIFEST b/MANIFEST index 20a081d..e3bada8 100644 --- a/MANIFEST +++ b/MANIFEST @@ -4,3 +4,4 @@ lib/Bleach/L10N.pm lib/Bleach/L10N/en_us.pm lib/Bleach/L10N/ja.pm LICENSE +php/block.mtbleach.php diff --git a/config.yaml b/config.yaml index cc54464..bcac29c 100644 --- a/config.yaml +++ b/config.yaml @@ -20,7 +20,7 @@ # plugin name name: Bleach -version: 0.0.1 +version: 0.0.2 # about this plugin description: <__trans phrase="Bleaching template."> @@ -29,15 +29,16 @@ author_link: http://mt-acme.sourceforge.jp/ plugin_link: http://mt-acme.sourceforge.jp/bleach/ doc_link: http://mt-acme.sourceforge.jp/bleach/ -#Localization +# localization l10n_class: Bleach::L10N -#tag +# tag tags: help_url: http://mt-acme.sourceforge.jp/bleach/tags#%t block: Bleach: Bleach::App::_hdlr_bleach +# callback callbacks: MT::Entry::pre_save: Bleach::App::pre_save MT::Template::pre_save: Bleach::App::pre_save -- 2.11.0