Skip to content

Commit

Permalink
Release Comet Cache v160908-RC
Browse files Browse the repository at this point in the history
  • Loading branch information
raamdev committed Sep 8, 2016
1 parent fb754e3 commit f74f3ef
Show file tree
Hide file tree
Showing 4 changed files with 3,627 additions and 606 deletions.
2 changes: 1 addition & 1 deletion comet-cache-pro.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
Version: 160709
Version: 160908-RC
Text Domain: comet-cache
Plugin Name: Comet Cache Pro
Network: true
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=== Comet Cache ===

Stable tag: 160709
Stable tag: 160908-RC
Requires at least: 4.2
Tested up to: 4.6-alpha
Text Domain: comet-cache
Expand Down
2 changes: 1 addition & 1 deletion src/includes/stub.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
require_once dirname(__DIR__).'/vendor/autoload.php';
require_once __DIR__.'/functions/i18n-utils.php';

${__FILE__}['version'] = '160709'; //version//
${__FILE__}['version'] = '160908-RC'; //version//
${__FILE__}['plugin'] = dirname(dirname(__DIR__));
${__FILE__}['plugin'] .= '/'.basename(${__FILE__}['plugin']).'.php';
${__FILE__}['ns_path'] = str_replace('\\', '/', __NAMESPACE__); // To dir/path.
Expand Down
Loading

0 comments on commit f74f3ef

Please sign in to comment.