Region Halland Manage Lists Region Halland archived
Hantera olika typer av listor på sajten regionhalland.se
by Roland Hydén · github.com/regionhalland/region-halland-manage-lists-region-halland
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/regionhalland/region-halland-manage-lists-region-halland/archive/refs/heads/master.zipReadme
Hantera olika typer av listor
Hur man använder Region Hallands plugin "region-halland-manage-lists-region-halland"
Nedan följer instruktioner hur du kan använda pluginet "region-halland-manage-lists-region-halland".
Användningsområde
Denna plugin hanterar olika type av listor
Licensmodell
Denna plugin använder licensmodell GPL-3.0. Du kan läsa mer om denna licensmodell via den medföljande filen:
LICENSE (https://github.com/RegionHalland/region-halland-manage-lists-region-halland/blob/master/LICENSE)
Installation och aktivering
A) Hämta pluginen via Git eller läs in det med Composer
B) Installera Region Hallands plugin i Wordpress plugin folder
C) Aktivera pluginet inifrån Wordpress admin
Hämta hem pluginet via Git
git clone https://github.com/RegionHalland/region-halland-manage-lists-region-halland.git
Läs in pluginen via composer
Dessa två delar behöver du lägga in i din composer-fil
Repositories = var pluginen är lagrad, i detta fall på github
"repositories": [
{
"type": "vcs",
"url": "https://github.com/RegionHalland/region-halland-manage-lists-region-halland.git"
},
],
Require = anger vilken version av pluginen du vill använda, i detta fall version 1.0.0
OBS! Justera så att du hämtar aktuell version.
"require": {
"regionhalland/region-halland-manage-lists-region-halland": "1.0.0"
},
Versionhistorik
1.1.1
- Justerat namn på pluginen i composer
1.1.0
- Lagt till information om licensmodell
- Bifogat fil med licensmodell
1.0.0
- Första version
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.