typo
This commit is contained in:
parent
728db10916
commit
6d5cd62326
4 changed files with 5 additions and 5 deletions
|
|
@ -1,9 +1,9 @@
|
|||
# Datenstrom Yellow extension settings
|
||||
|
||||
Extension: Externallinks
|
||||
Version: 0.9.3
|
||||
Version: 0.9.4
|
||||
Description: Opens external links in a new tab.
|
||||
Developer: Simon Rohr
|
||||
Developer: Simon Pipe
|
||||
Tag: feature
|
||||
DownloadUrl: https://git.thepipes.ch/simon/yellow-externallinks/archive/main.zip
|
||||
DocumentationUrl: https://git.thepipes.ch/simon/yellow-externallinks
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
// Opens external links in a new tab, https://git.thepipes.ch/simon/yellow-externallinks
|
||||
|
||||
class YellowExternallinks {
|
||||
const VERSION = "0.9.3";
|
||||
const VERSION = "0.9.4";
|
||||
public $yellow; // access to API
|
||||
|
||||
// Initialize extension
|
||||
|
|
|
|||
|
|
@ -14,5 +14,5 @@ Das Plugin funktioniert vollautomatisch. Links zu externen Websites werden in ei
|
|||
|
||||
## Entwickler
|
||||
|
||||
Simon Rohr
|
||||
Simon Pipe
|
||||
*Fediverse: <a href="https://snac.thepipes.ch/simon">@simon@snac.thepipes.ch</a>*
|
||||
|
|
|
|||
|
|
@ -14,5 +14,5 @@ The plugin works fully automatically. Links to an external website are opened in
|
|||
|
||||
## Developer
|
||||
|
||||
Simon Rohr
|
||||
Simon Pipe
|
||||
*Fediverse: <a href="https://snac.thepipes.ch/simon">@simon@snac.thepipes.ch</a>*
|
||||
|
|
|
|||
Loading…
Reference in a new issue