From 96ae4646d0fb83dc37e24363e4e697b2dbdb2112 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Wed, 15 Apr 2020 22:27:19 +0200 Subject: Rename plugin --- build.sh | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 9388fa5..f5f2e7f 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,14 @@ #!/usr/bin/env bash -r7r-plugin-packer --output=kch42_gravatar.rpk --codefile=plugin.php --classname=kch42_gravatar --pluginname=kch42_gravatar --author='Laria Carolin Chabowski ' --versiontext="0.6" --versioncount=2 --api=5 --shortdesc="kch42_gravatar allows you to display [Gravatars](http://de.gravatar.com)" --helpfile=help.html --licensefile=COPYING +r7r-plugin-packer \ + --output=gravatar.rpk \ + --codefile=plugin.php \ + --classname=gravatar \ + --pluginname=gravatar \ + --author='Laria Carolin Chabowski ' \ + --versiontext="0.6.1" \ + --versioncount=3 \ + --api=5 \ + --shortdesc="This plugin allows you to display [Gravatars](http://de.gravatar.com)" \ + --helpfile=help.html \ + --licensefile=COPYING -- cgit v1.2.3-70-g09d2