Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 6d55fda

Browse files
committed
Update changelog
1 parent 6ec72ce commit 6d55fda

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

docs/CHANGELOG.rst

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,52 @@
22
CHANGELOG
33
=========
44

5+
--------------------
6+
version .6 - 7/7/16
7+
--------------------
8+
9+
New Features
10+
------------
11+
12+
- Revamped design to be more colorful with stack images for every guide, etc.
13+
- `Added ability to heart guides <https://github.com/pluralsight/guides-cms/commit/c2cb70be200bcac851f24bd5e0390e5d70fda1d5>`_
14+
- Requires use of redis and use of `ENABLE_HEARTING` and `REDIS_HEARTS_DB_URL` environment variables
15+
- `Support for Github Bio on profile and article pages <https://github.com/pluralsight/guides-cms/pull/104>`_
16+
- `Improved support for Facebook Open Graph tags on homepage and article <https://github.com/pluralsight/guides-cms/pull/95>`_
17+
- `Improved layout of review page and home page when there is no featured guide
18+
<https://github.com/pluralsight/guides-cms/commit/65fff27f34a3cb787298e65cb1ecd2ee604da3f9>`_
19+
- `New stack images <https://github.com/pluralsight/guides-cms/pull/89>`_
20+
- Thanks `@eh3rrera <https://github.com/eh3rrera>`_!
21+
- `Use Github webhooks to keep list of branches and cache up to date <https://github.com/pluralsight/guides-cms/pull/79>`_
22+
- Requires use of `WEBHOOK_SECRET` environment variable
23+
- New page highlighting tutorial contest
24+
- `Properly escape all code on article pages, not just HTML <https://github.com/pluralsight/guides-cms/pull/85/commits>`_
25+
26+
Bug Fixes
27+
---------
28+
29+
- `Fix exception when running with empty REDISCLOUD_URL env variable <https://github.com/pluralsight/guides-cms/commit/10f9cf081c6652e29c37c1b5e326794fe21b7c8c>`_
30+
- `Fix html escaping issues on article page <https://github.com/pluralsight/guides-cms/pull/103>`_
31+
- `Shorten long author names to prevent from breaking out of design boxes <https://github.com/pluralsight/guides-cms/commit/535da3548cabe0d87d66af034a718c20af669dc2>`_
32+
- `KeyError exception on some invalid page URLs <https://github.com/pluralsight/guides-cms/commit/d32b677652e0c6306daad2914b11ed853019863f>`_
33+
- `Ignore invalid statuses when reading article <https://github.com/pluralsight/guides-cms/commit/0a86098d63e9fedc7d61282b2b3b195b3fcaf10d>`_
34+
- `Error when handling failed github authentication request <https://github.com/pluralsight/guides-cms/commit/066518c8fabe10d038af7fa166293d4c56018301>`_
35+
- `Bug with removing a branch when it being added again <https://github.com/pluralsight/guides-cms/commit/7aa34565d775519d2315e67e6ccdd70b0d889c72>`_
36+
- `Problem unpredictable featured guide when two guides have the same title <https://github.com/pluralsight/guides-cms/commit/e6beae19d78a767a8cde384da61337c28ed70ff8>`_
37+
38+
Changes
39+
-------
40+
41+
- `Add CTA to article list when filtering returns no results <https://github.com/pluralsight/guides-cms/commit/6ec72ce056b4d063e3251a16343ddc5eb0de03a1>`_
42+
- `Guides are now grouped by publish status on profile page <https://github.com/pluralsight/guides-cms/pull/105/commits/64210b755ce1a367cfc911be4f055dac99c58964>`_
43+
- `All markdown is rendered on front-end with Javascript instead of using
44+
Github API <https://github.com/pluralsight/guides-cms/pull/86>`_
45+
- `Changed copy on login page to be more informative <https://github.com/pluralsight/guides-cms/commit/1cd4f69d0a3d42d75888062b20dd6b88d3de2278>`_
46+
- `New logo highlighting our sponsor, Pluralsight <https://github.com/pluralsight/guides-cms/pull/87>`_
47+
- `Store featured guide with redis <https://github.com/pluralsight/guides-cms/commit/e6beae19d78a767a8cde384da61337c28ed70ff8>`_
48+
- `Remove case-insensitive comparison for featured guide environment variable
49+
<https://github.com/pluralsight/guides-cms/commit/ce8f0a053729fc6103263a928cbc7c57e93b76c1>`_
50+
551
--------------------
652
version .5 - 5/9/16
753
--------------------

0 commit comments

Comments
 (0)