Moving plugin to Root for release process

This commit is contained in:
Jarek Rozanski 2021-12-27 15:43:39 +01:00
parent 598dbb7b3a
commit 23ef5539eb
15 changed files with 5 additions and 5 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
/data
/wordpress
/docker/data
**/*.log

View file

@ -1 +0,0 @@
docker/docker-compose.yaml

View file

@ -11,7 +11,7 @@ services:
MYSQL_ROOT_PASSWORD: somewordpress
MYSQL_DATABASE: wordpress_db
MYSQL_USER: wordpress_user
MYSQL_PASSWORD: wordpress_password
MYSQL_PASSWORD: wordpress_password
wordpress:
container_name: 'local-wordpress'
depends_on:
@ -25,5 +25,5 @@ services:
WORDPRESS_DB_PASSWORD: wordpress_password
WORDPRESS_DB_NAME: wordpress_db
volumes:
- "./wordpress:/var/www/html"
- "./plugins:/var/www/html/wp-content/plugins"
- "../wordpress:/var/www/html"
- "../wide-angle-analytics:/var/www/html/wp-content/plugins/wide-angle-analytics"

View file

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 133 KiB

Before After
Before After

View file

@ -27,4 +27,4 @@ Our plugin offers you as easy to use configuration wizard. The plugin will autom
Yes. To start using tracking code, you will need a valid Site ID. The Site ID is available in Wide Angle Analytics Site Settings panel.
= Where can I find detailed documentation about Wide Angle Analytics? =
You will find most of your answers in the <a href="https://wideangle.co/documentation">Knowledge Base</a>. Should you require further assistance, please <a href="https://wideangle.co/support">get in touch</a> with our team.
You will find most of your answers in the <a href="https://wideangle.co/documentation">Knowledge Base</a>. Should you require further assistance, please <a href="https://wideangle.co/support">get in touch</a> with our team.