Changeset 2368798
- Timestamp:
- 08/25/2020 03:39:49 PM (6 years ago)
- Location:
- getsitecontrol
- Files:
-
- 2 added
- 3 edited
-
deploy.txt (added)
-
trunk/docker-compose.yaml (modified) (2 diffs)
-
trunk/get-site-control.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
update-content.sh (added)
Legend:
- Unmodified
- Added
- Removed
-
getsitecontrol/trunk/docker-compose.yaml
r2187697 r2368798 6 6 volumes: 7 7 - db_data:/var/lib/mysql 8 restart: always9 8 environment: 10 9 MYSQL_ROOT_PASSWORD: wordpress … … 21 20 volumes: 22 21 - .:/var/www/html/wp-content/plugins/getsitecontrol 23 restart: always24 22 environment: 25 23 WORDPRESS_DB_HOST: db:3306 -
getsitecontrol/trunk/get-site-control.php
r2187697 r2368798 6 6 * Version: 3.0.0 7 7 * Requires at least: 3.0.1 8 * Tested up to: 5. 2.48 * Tested up to: 5.5 9 9 * Author: getsitecontrol 10 10 * Author URI: https://getsitecontrol.com/ -
getsitecontrol/trunk/readme.txt
r2311562 r2368798 3 3 Tags: wordpress pop-up, pop-up plugin, opt-in pop-up, email form, newsletter popup, form builder, contact form, notification bar, fullscreen pop-up, poll, survey, survey form, email marketing, woocommerce 4 4 Requires at least: 3.0.1 5 Tested up to: 5. 2.45 Tested up to: 5.5 6 6 Stable tag: trunk 7 7 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.