Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

Commit

Permalink
Merge branch 'rc/0.8.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
pdpinch committed Aug 19, 2015
2 parents 8f2fdd0 + 23b1956 commit 410f77b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
Release Notes
-------------

Version 0.8.0
=============
- Changed how vocabulary terms are applied to Learning Resources to use two dropdowns instead of a growing list of fields.
- Added deployment for release candidates
- Added deploy button and app.json
- Fixed caching bug.
- Fixed panel shade issue
- Added base sorting field in case used sorting is working on same values
- Removed response from PATCH on learning resource to aid in performance
- Added configuration option and heroku command to pre-compress assets
- Added Google Analytics tracking support Closes
- Reduce workers per dyno to avoid memory issues
- Added statsd and a few timers - Import timer - Index signal handler timers - Search page load time
- Updated indexing caching from dict to Django's cache.
- .tile-meta no longer defined twice
- Split builds and removed python 3.3 testing
- reverted tile-meta and meta-item for previous appearance
- Added import for (sample) xanalytics API data.
- Added closing panels with ESC key
- Fixed export button to show up even without search results.
- Updated CSS and HTML according to mockup changes
- Added xanalytics icons to listing page
- Added xanalytics management command.


Version 0.7.0
=============

Expand Down
2 changes: 1 addition & 1 deletion lore/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from django.core.exceptions import ImproperlyConfigured
import yaml

VERSION = '0.7.0'
VERSION = '0.8.0'

CONFIG_PATHS = [
os.environ.get('LORE_CONFIG', ''),
Expand Down

0 comments on commit 410f77b

Please sign in to comment.