Skip to content

Commit

Permalink
Preparing release of 150129.2. See: #425
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswsinc committed Mar 2, 2015
1 parent 185a02f commit 9eea2db
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 deletions.
2 changes: 1 addition & 1 deletion quick-cache/includes/share.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ abstract class share // Shared between {@link advanced_cache} and {@link plugin}
*
* @var string Current version of the software.
*/
public $version = '150129.1';
public $version = '150129.2';

/**
* Plugin slug; based on `__NAMESPACE__`.
Expand Down
4 changes: 2 additions & 2 deletions quick-cache/includes/translations/quick-cache.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is distributed under the same license as the Quick Cache package.
msgid ""
msgstr ""
"Project-Id-Version: Quick Cache 150129.1\n"
"Project-Id-Version: Quick Cache 150129.2\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/quick-cache\n"
"POT-Creation-Date: 2015-02-28 19:02:52+00:00\n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -1154,7 +1154,7 @@ msgstr ""
msgid "<strong>Quick Cache:</strong> detected a new version of itself. Recompiling w/ latest version... wiping the cache... all done :-)"
msgstr ""

#. #-#-#-#-# quick-cache.pot (Quick Cache 150129.1) #-#-#-#-#
#. #-#-#-#-# quick-cache.pot (Quick Cache 150129.2) #-#-#-#-#
#. Plugin Name of the plugin/theme
#: quick-cache.inc.php:560 quick-cache.inc.php:576
msgid "Quick Cache"
Expand Down
1 change: 0 additions & 1 deletion quick-cache/includes/version-specific-upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public function run_handlers()
$this->from_lt_v140612();
$this->from_lt_v141009();
$this->from_lt_v141105();
$this->from_lt_v150129_1();
}

/*
Expand Down
2 changes: 1 addition & 1 deletion quick-cache/quick-cache.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
Version: 150129.1
Version: 150129.2
Text Domain: quick-cache
Plugin Name: Quick Cache
Network: true
Expand Down
16 changes: 14 additions & 2 deletions quick-cache/readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=== Quick Cache (Speed Without Compromise) ===

Stable tag: 150129.1
Stable tag: 150129.2
Requires at least: 3.7
Tested up to: 4.1.1
Text Domain: quick-cache
Expand Down Expand Up @@ -324,12 +324,24 @@ Requires PHP v5.3+. The latest version of Quick Cache is a complete rewrite (OOP

- **Quick Cache is changing its name to ZenCache!** See [the blog post](http://www.websharks-inc.com/post/quick-cache-is-changing-its-name/) for full details.

= v150129.1 =
= v150129.2 =

- **NOTICE:** [Quick Cache is now ZenCache](http://zencache.com/announcing-zencache-formerly-quick-cache/)! No further updates will be made to Quick Cache after March 6th, 2015; see [migration instructions](http://zencache.com/kb-article/how-to-migrate-from-quick-cache-lite-to-zencache-lite/).

== Changelog ==

= v150129.2 =

- **NOTICE:** [Quick Cache is now ZenCache](http://zencache.com/announcing-zencache-formerly-quick-cache/)! No further updates will be made to Quick Cache after March 6th, 2015; see [migration instructions](http://zencache.com/kb-article/how-to-migrate-from-quick-cache-lite-to-zencache-lite/).
- **Enhancement**: Improved the handling of long cache filenames, where especially long URLs were generating cache filenames that were too long for some file systems to handle. Props @jaswsinc. See [#275](https://github.com/websharks/quick-cache/issues/275).
- **Bug Fix**: Removed erroneous call to `from_lt_v150129_1()`.

= v150129.1 =

- **NOTICE:** [Quick Cache is now ZenCache](http://zencache.com/announcing-zencache-formerly-quick-cache/)! No further updates will be made to Quick Cache after March 6th, 2015; see [migration instructions](http://zencache.com/kb-article/how-to-migrate-from-quick-cache-lite-to-zencache-lite/).
- **Enhancement**: Improved the handling of long cache filenames, where especially long URLs were generating cache filenames that were too long for some file systems to handle. Props @jaswsinc. See [#275](https://github.com/websharks/quick-cache/issues/275).
- **Bug Fix**: Removed erroneous call to `from_lt_v150129_1()`.

= v150129.1 =

- **NOTICE:** [Quick Cache is now ZenCache](http://zencache.com/announcing-zencache-formerly-quick-cache/)! No further updates will be made to Quick Cache after March 6th, 2015; see [migration instructions](http://zencache.com/kb-article/how-to-migrate-from-quick-cache-lite-to-zencache-lite/).
Expand Down

0 comments on commit 9eea2db

Please sign in to comment.