From 85b4fed4d5c92876101b9144060ec79600a72124 Mon Sep 17 00:00:00 2001 From: Maarten Schenk - Consultant Date: Mon, 28 Oct 2013 16:29:21 -0700 Subject: [PATCH 1/2] Standardise version number --- Memo/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Memo/config.yaml b/Memo/config.yaml index 094e3c6..fc7763b 100644 --- a/Memo/config.yaml +++ b/Memo/config.yaml @@ -4,7 +4,7 @@ author_name: François Nonnenmacher, Ubiquitic author_link: http://ubiquitic.com/ plugin_link: http://ubiquitic.com/memo-movable-type-plugin.html description: <__trans phrase="Display a memo on Edit Entry/Page screens, or a global one."> -version: 1.2 +version: 1.2.0 l10n_class: Memo::L10N system_config_template: sys_config.tmpl From 280107a208af963fb335632178fdd0a0a2130e4c Mon Sep 17 00:00:00 2001 From: Jay Allen Date: Wed, 13 Apr 2016 14:01:54 -0700 Subject: [PATCH 2/2] Fixed dupe YAML key warning for author_link and standardized version number --- Memo/config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Memo/config.yaml b/Memo/config.yaml index 967f573..1deda64 100644 --- a/Memo/config.yaml +++ b/Memo/config.yaml @@ -1,10 +1,9 @@ name: Memo author_link: http://ubiquitic.com/ author_name: François Nonnenmacher, Ubiquitic -author_link: http://ubiquitic.com/ plugin_link: http://ubiquitic.com/memo-movable-type-plugin.html description: <__trans phrase="Display a memo on Edit Entry/Page screens, or a global one."> -version: 1.3 +version: 1.3.1 l10n_class: Memo::L10N system_config_template: sys_config.tmpl