FLUID-3189: add fluid version details to cache key

Metadata

Source
FLUID-3189
Type
Sub-issue
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
Laurel Williams
Reporter
Laurel Williams
Created
2009-09-21T15:11:11.000-0400
Updated
2009-09-30T09:51:31.000-0400
Versions
N/A
Fixed Versions
  1. 1.1.2
Component
  1. Infusion Builder

Description

Alter the cache key by adding the Infusion version (obtained from build.properties) to the key. This will ensure that the Builder won't accidentally deliver old builds to users when we upgrade to new versions of Infusion.

Comments

  • Justin Obara commented 2009-09-21T16:47:28.000-0400

    Bug Parade Infusion 1.1.2

  • Laurel Williams commented 2009-09-22T15:38:06.000-0400

    Appended the fluid version to the cache key (side effect was changing the directory name where the cached files are stored - since the key is also the directory name).

  • Laurel Williams commented 2009-09-29T16:40:35.000-0400

    I accidentally committed the changes to PostClass.php for this fix under FLUID-3149. See revision 8047 to find this.

  • Laurel Williams commented 2009-09-30T09:51:31.000-0400

    Jacob reviewed