Moving plugin to Root for release process
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
/data
|
||||
/wordpress
|
||||
/docker/data
|
||||
**/*.log
|
|
@ -1 +0,0 @@
|
|||
docker/docker-compose.yaml
|
|
@ -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"
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 133 KiB |
|
@ -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.
|