Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
remove composer lock file;
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Yarosh committed Jun 11, 2021
1 parent b43ad58 commit 9939056
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "glomex/w3-total-cache",
"description": "Altered version of W3TC plugin with support for internal Glomex infrastructure",
"type": "wordpress-plugin",
"version": "2.1.3.1",
"version": "2.1.3.2",
"require-dev": {
"roave/security-advisories": "dev-master"
},
"require": {
"aws/aws-sdk-php": "^3.180",
"guzzlehttp/guzzle": "6.*",
"guzzlehttp/guzzle": "*",
"symfony/polyfill-intl-idn" : "1.20.*",
"symfony/polyfill-intl-normalizer" : "1.20.*",
"symfony/polyfill-mbstring" : "1.20.*"
Expand Down
2 changes: 1 addition & 1 deletion w3-total-cache-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}

define( 'W3TC', true );
define( 'W3TC_VERSION', '2.1.3.1' );
define( 'W3TC_VERSION', '2.1.3.2' );
define( 'W3TC_POWERED_BY', 'W3 Total Cache' );
define( 'W3TC_EMAIL', '[email protected]' );
define( 'W3TC_TEXT_DOMAIN', 'w3-total-cache' );
Expand Down
2 changes: 1 addition & 1 deletion w3-total-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: W3 Total Cache
* Plugin URI: https://www.boldgrid.com/totalcache/
* Description: The highest rated and most complete WordPress performance plugin. Dramatically improve the speed and user experience of your site. Add browser, page, object and database caching as well as minify and content delivery network (CDN) to WordPress.
* Version: 2.1.3.1
* Version: 2.1.3.2
* Requires at least: 3.8
* Requires PHP: 5.6
* Author: BoldGrid
Expand Down

0 comments on commit 9939056

Please sign in to comment.