From cf11741df946fbca283692d49be5acc50d95f7b9 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Mon, 16 Mar 2015 15:44:24 +0000 Subject: [PATCH] Include the version number in the plugin library path See also: https://github.com/Jermolene/build.jermolene.github.io/commit/a00a8a6df6 09ef5e4b2ed85039da72780ac81512 --- core/wiki/config/OfficialPluginLibrary.tid | 2 +- .../build/Releasing a new version of TiddlyWiki.tid | 4 ++++ editions/pluginlibrary/tiddlywiki.info | 6 +++--- .../tiddlers/system/PrereleaseOfficialPluginLibrary.tid | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/core/wiki/config/OfficialPluginLibrary.tid b/core/wiki/config/OfficialPluginLibrary.tid index e64d05538..2bbc1eaa0 100644 --- a/core/wiki/config/OfficialPluginLibrary.tid +++ b/core/wiki/config/OfficialPluginLibrary.tid @@ -1,6 +1,6 @@ title: $:/config/OfficialPluginLibrary tags: $:/tags/PluginLibrary -url: http://tiddlywiki.com/library/index.html +url: http://tiddlywiki.com/library/v5.1.8/index.html caption: {{$:/language/OfficialPluginLibrary}} The official ~TiddlyWiki plugin library at tiddlywiki.com. Plugins, themes and language packs are maintained by the core team. diff --git a/editions/dev/tiddlers/build/Releasing a new version of TiddlyWiki.tid b/editions/dev/tiddlers/build/Releasing a new version of TiddlyWiki.tid index 593972bb6..69a29f7a1 100644 --- a/editions/dev/tiddlers/build/Releasing a new version of TiddlyWiki.tid +++ b/editions/dev/tiddlers/build/Releasing a new version of TiddlyWiki.tid @@ -21,3 +21,7 @@ title: Releasing a new version of TiddlyWiki # Run `../build.jermolene.github.io/github-push.sh` to push the new files to GitHub # Run `../build.jermolene.github.io/tiddlyspace-upload.sh ` to upload the release to TiddlySpace # Tweet the release with the text "TiddlyWiki v5.x.x released to http://tiddlywiki.com #newtiddlywikirelease" + +# Preparation for the next release: +## Adjust version number in [[$:/config/OfficialPluginLibrary]] +## Adjust version number in https://github.com/Jermolene/build.jermolene.github.io in `bld.sh` and `make-library-bld.sh` diff --git a/editions/pluginlibrary/tiddlywiki.info b/editions/pluginlibrary/tiddlywiki.info index d461050ad..f8abf8c79 100644 --- a/editions/pluginlibrary/tiddlywiki.info +++ b/editions/pluginlibrary/tiddlywiki.info @@ -10,8 +10,8 @@ "build": { "library": [ "--makelibrary","$:/UpgradeLibrary", - "--savelibrarytiddlers","$:/UpgradeLibrary","library/recipes/default/tiddlers/","$:/UpgradeLibrary/List", - "--savetiddler","$:/UpgradeLibrary/List","library/recipes/default/tiddlers.json", - "--rendertiddler","$:/plugins/tiddlywiki/pluginlibrary/library.template.html","library/index.html","text/plain"] + "--savelibrarytiddlers","$:/UpgradeLibrary","recipes/default/tiddlers/","$:/UpgradeLibrary/List", + "--savetiddler","$:/UpgradeLibrary/List","recipes/default/tiddlers.json", + "--rendertiddler","$:/plugins/tiddlywiki/pluginlibrary/library.template.html","index.html","text/plain"] } } diff --git a/editions/prerelease/tiddlers/system/PrereleaseOfficialPluginLibrary.tid b/editions/prerelease/tiddlers/system/PrereleaseOfficialPluginLibrary.tid index 8c48f0d27..e9c72f74a 100644 --- a/editions/prerelease/tiddlers/system/PrereleaseOfficialPluginLibrary.tid +++ b/editions/prerelease/tiddlers/system/PrereleaseOfficialPluginLibrary.tid @@ -1,6 +1,6 @@ title: $:/config/OfficialPluginLibrary tags: $:/tags/PluginLibrary -url: http://tiddlywiki.com/prerelease/library/index.html +url: http://tiddlywiki.com/prerelease/library/v5.1.8/index.html caption: {{$:/language/OfficialPluginLibrary}} (Prerelease) The prerelease version of the official ~TiddlyWiki plugin library at tiddlywiki.com. Plugins, themes and language packs are maintained by the core team.