File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ .distignore
2+ .editorconfig
3+ .git
4+ .gitignore
5+ .github
6+ composer.json
7+ composer.lock
8+ phpstan.neon.dist
Original file line number Diff line number Diff line change @@ -16,35 +16,11 @@ Some of these are simple no-ops if the relevant PHP constants are not set.
1616
1717## Install
1818
19- Download the ZIP and drop it in ` wp-content/plugins ` .
20-
21- Alternatively, install through Composer:
22-
23- ``` json
24- {
25- "repositories" : [
26- {
27- "type" : " vcs" ,
28- "url" : " https://github.com/ibericode/ibericode-mods"
29- }
30- ],
31- "require" : {
32- "composer/installers" : " ^2.2" ,
33- "ibericode/ibericode-mods" : " *@dev" ,
34- },
35- "config" : {
36- "allow-plugins" : {
37- "composer/installers" : true
38- }
39- },
40- "extra" : {
41- "installer-paths" : {
42- "wp-content/plugins/{$name}/" : [" type:wordpress-plugin" ]
43- }
44- }
45- }
46-
47- ```
19+ Download the plugin package from the [ latest release here on GitHub] ( https://github.com/ibericode/ibericode-mods/releases/latest ) .
20+
21+ Go to ** Plugins > Add Plugin > Upload Plugin** to install the plugin.
22+
23+ Alternatively, download or clone this repository and place in ` /wp-content/plugins/ ` .
4824
4925## License
5026
You can’t perform that action at this time.
0 commit comments