Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • noblogs/noblogs-composer
1 result
Show changes
Commits on Source (3)
......@@ -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": "5efe76743ba8669b3dde91ed87e4a224",
"content-hash": "9e5e418e3be5e003dd0b0e9ccd7355d2",
"packages": [
{
"name": "bjornjohansen/wplang",
......@@ -1370,15 +1370,15 @@
},
{
"name": "wpackagist-plugin/wp-super-cache",
"version": "1.9.3",
"version": "1.9.4",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/wp-super-cache/",
"reference": "tags/1.9.3"
"reference": "tags/1.9.4"
},
"dist": {
"type": "zip",
"url": "https://downloads.wordpress.org/plugin/wp-super-cache.1.9.3.zip"
"url": "https://downloads.wordpress.org/plugin/wp-super-cache.1.9.4.zip"
},
"require": {
"composer/installers": "^1.0 || ^2.0"
......
......@@ -109,6 +109,12 @@ define('SMTP_FROM', 'noreply@autistici.org');
define('SMTP_NAME', 'NoBlogs');
define('SMTP_DEBUG', 0);
/* Set the cookie hash once and for all. Avoids one SQL
* lookup on every request. This is just md5(https://noblogs.org/)
* to match the value that Wordpress would compute itself.
*/
define('COOKIEHASH', '7d12c307721c1cbe9412c639209d72aa');
/**#@+
* Authentication Unique Keys and Salts.
*
......