From 0b44011617f8c4a0d5125df0450932d6ff9d039c Mon Sep 17 00:00:00 2001 From: Dave Brotherstone Date: Tue, 22 Mar 2011 21:11:27 +0100 Subject: [PATCH] 0.9.2.0 Documentation/Website updates --- docs/source/notepad.rst | 4 ++++ www/changelog.shtml | 9 +++++++++ www/header.inc | 2 +- www/localdl.shtml | 8 ++++---- 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/docs/source/notepad.rst b/docs/source/notepad.rst index 3e369544..f9a54546 100644 --- a/docs/source/notepad.rst +++ b/docs/source/notepad.rst @@ -185,6 +185,10 @@ Notepad++ Object Gets the Notepad++ version as a tuple - e.g. 5.6.8 becomes ``(5,6,8)`` +.. method:: Notepad.getPluginVersion() -> str + + Gets the PythonScript plugin version as a string. There is always four parts to it. e.g. '0.9.2.0' + .. method:: Notepad.hideTabBar() Hides the Tab bar diff --git a/www/changelog.shtml b/www/changelog.shtml index ba61cd08..def7e3fa 100644 --- a/www/changelog.shtml +++ b/www/changelog.shtml @@ -1,5 +1,14 @@

Change log:

+
+0.9.2.0 +
+ +
0.9.0.1
diff --git a/www/header.inc b/www/header.inc index 7c1b1b34..82d43170 100644 --- a/www/header.inc +++ b/www/header.inc @@ -30,7 +30,7 @@


- Latest Version: 0.9.0.1 + Latest Version: 0.9.2.0


diff --git a/www/localdl.shtml b/www/localdl.shtml index d17ad90b..3d8fe94f 100644 --- a/www/localdl.shtml +++ b/www/localdl.shtml @@ -2,10 +2,10 @@

Local Download

Here are the local server links if you can't get to the main one at sourceforge. -
Python Script 0.9.0.1 FULL 7zip version (5MB) -
Python Script 0.9.0.1 FULL zip version (7.8MB) -
Python Script 0.9.0.1 MINIMUM 7zip version (1.9MB) -
Python Script 0.9.0.1 MINIMUM zip version (2.8MB) +
Python Script 0.9.2.0 FULL 7zip version (5MB) +
Python Script 0.9.2.0 FULL zip version (7.8MB) +
Python Script 0.9.2.0 MINIMUM 7zip version (1.9MB) +
Python Script 0.9.2.0 MINIMUM zip version (2.8MB) \ No newline at end of file