Skip to content
Snippets Groups Projects
Commit 82499a5f authored by lucha's avatar lucha
Browse files

added wp-super-cache plugin

parent de6a8880
Branches
Tags
No related merge requests found
......@@ -105,3 +105,7 @@ Le patch in ```patches/``` si possono generate ed aggiornare usando ```git```. I
git diff >> patches/nomepatch.patch
```
ricordandosi che ogni file di patch può modificare solo un singolo tema/plugin.
# TODO
* ```wp-cache.php```: su noblogs abbiamo una versione leggermente modificata di ```wp-cache-config-sample.php``` presente in ```wp-super-cache```. È una cosa che dobbiamo spostare fuori al livello del container docker, o va in qualche modo tenuta qui dentro?
......@@ -43,7 +43,8 @@
"wpackagist-plugin/hyperdb": "^1.6",
"wpackagist-plugin/wpmu-new-blog-defaults": "^2.2",
"wpackagist-plugin/more-privacy-options": "^4.6",
"wpackagist-plugin/disable-emojis": "^1.7"
"wpackagist-plugin/disable-emojis": "^1.7",
"wpackagist-plugin/wp-super-cache": "^1.7"
},
"extra": {
"wordpress-install-dir": "app/wp",
......@@ -71,7 +72,7 @@
"package:lucha/ai-mu-plugins:embed.php,remove-password-change-notification.php,send-smtp-email.php",
"package:ai/noblogs-wp-ssl:noblogs-wp-ssl.php"
],
"app/wp-content": ["package:wpackagist-plugin/hyperdb:db.php"],
"app/wp-content": ["package:wpackagist-plugin/hyperdb:db.php", "package:wpackagist-plugin/wp-super-cache:advanced-cache.php"],
"app": ["package:lucha/r2db:db-config.php,nginx-map/wp-nginx-map-json.php,nginx-map/wp-nginx-map.php"]
}
},
......
......@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "0a9a6f272111b2271527079b4fd44eee",
"content-hash": "55c4c27ffa2f6a328cce45dde58d4558",
"packages": [
{
"name": "bjornjohansen/wplang",
......@@ -491,6 +491,24 @@
},
"homepage": "https://wordpress.org/plugins/more-privacy-options/"
},
{
"name": "wpackagist-plugin/wp-super-cache",
"version": "1.7.1",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/wp-super-cache/",
"reference": "tags/1.7.1"
},
"dist": {
"type": "zip",
"url": "https://downloads.wordpress.org/plugin/wp-super-cache.1.7.1.zip"
},
"require": {
"composer/installers": "~1.0"
},
"type": "wordpress-plugin",
"homepage": "https://wordpress.org/plugins/wp-super-cache/"
},
{
"name": "wpackagist-plugin/wpmu-new-blog-defaults",
"version": "2.2.2",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment