slices 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ff861ced64d82aaa14af8e14ad8da83e2b7fad6a
4
- data.tar.gz: 968bc7d313e4ca086070a1d2c1f2502e61823917
3
+ metadata.gz: 514eb4935381c02117e9e1057c7432d9930c5348
4
+ data.tar.gz: cc7c785d4455b92e2296362dae8f10d6bdaf6164
5
5
  SHA512:
6
- metadata.gz: 7c66a70213f602bf37ca9abb743bf6f28cad3d1358cb972895c347da683d59ee6166a2ba9430a6b2b65a43855462d22c22d97c40f223984952aadab7f498c93a
7
- data.tar.gz: 40723d504ad55e447897e04bfe3da2b1753598713ca46cf4fc0a77ca3a408c57e60d6482ff37415cfc00bcfbf022287eac437cc419fa785ab043cff8490a5311
6
+ metadata.gz: 5045358ed6237afa974c7ee96f7a1e6b0939a37ea7f0ad9e2b3df99d364da9896d3a7bde1d36d691d20a704e815875149ff60810020a7b64eaa904389e48dc33
7
+ data.tar.gz: 4c41f5dcd8097fa640ea84cbfe3f4363b84b60e91c94f799b703aaccffe94a100976de3a98d7abd8520d8e8e9f35c4f94213f0e254612454f24e8c1357b7f24d
@@ -1,10 +1,19 @@
1
+ # 2.0.2 / 2016-02-02
2
+
3
+ ### Bug fixes
4
+
5
+ * [#157](https://github.com/withassociates/slices/pull/157): Fix issue where
6
+ sitemap wasn't showing correct icons for page types and wasn't showing child
7
+ pages in correct order (fixed in [#152](https://github.com/withassociates/slices/pull/152)
8
+ on master)
9
+
1
10
  # 2.0.1 / 2016-02-02
2
11
 
3
12
  ### Bug fixes
4
13
 
5
14
  * [#154](https://github.com/withassociates/slices/pull/154): Fix issue where
6
15
  sitemap wasn't showing correct icons for page types and wasn't showing child
7
- pages in correct order (fixed in [#152](https://github.com/withassociates/slices/pull/154)
16
+ pages in correct order (fixed in [#152](https://github.com/withassociates/slices/pull/152)
8
17
  on master)
9
18
 
10
19
  # 2.0.0 / 2016-01-15
@@ -7,7 +7,7 @@ module Admin::SiteMapsHelper
7
7
  #
8
8
  # @!visibility private
9
9
  def sitemap_pages
10
- @sitemap_pages ||= proper_pages.excluding_slices.only(:id, :name, :page_id, :path).group_by(&:page_id)
10
+ @sitemap_pages ||= proper_pages.excluding_slices.group_by(&:page_id)
11
11
  end
12
12
 
13
13
  # Returns children for a given page
@@ -1,4 +1,4 @@
1
1
  module Slices
2
- VERSION = '2.0.1'
2
+ VERSION = '2.0.2'
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slices
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - With Associates