refinerycms-slideshow 2.0.10.3 → 2.0.10.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
- ## 2.0.10.2 [2013-09-02]
1
+ ## 2.0.10.4 [2013-09-02]
2
+
3
+ * FIX: Slideshows admin should not list attached ones
4
+
5
+ ## 2.0.10.3 [2013-09-02]
2
6
 
3
7
  * FIX: Locale picker not available in the back
4
8
  * FIX: Duplicates didn't take into account the same slideshow in uniqueness validation
@@ -6,6 +6,10 @@ module Refinery
6
6
  crudify :'refinery/slideshow/slideshow',
7
7
  :title_attribute => 'uid'
8
8
 
9
+ def find_all_slideshows
10
+ @slideshows = Refinery::Slideshow::Slideshow.not_attached
11
+ end
12
+
9
13
  end
10
14
  end
11
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: refinerycms-slideshow
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.10.3
4
+ version: 2.0.10.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: