spree_essentials 0.2.1 → 0.2.2
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/README.md +7 -2
- data/app/views/admin/uploads/index.html.erb +2 -2
- data/lib/spree_essentials/version.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
|
@@ -27,7 +27,7 @@ If you don't already have an existing Spree site, [click here](https://gist.gith
|
|
|
27
27
|
|
|
28
28
|
Spree Essentials can be installed by itself by adding the following to your Gemfile:
|
|
29
29
|
|
|
30
|
-
gem 'spree_essentials', '>= 0.2.
|
|
30
|
+
gem 'spree_essentials', '>= 0.2.2'
|
|
31
31
|
|
|
32
32
|
This isn't necessary if you're using spree_essentials based extensions. If that's the case, just include the extensions normally:
|
|
33
33
|
|
|
@@ -160,9 +160,14 @@ To Do
|
|
|
160
160
|
Change Log
|
|
161
161
|
----------
|
|
162
162
|
|
|
163
|
+
**0.2.2 - 2011/7/22**
|
|
164
|
+
|
|
165
|
+
* Moved pagination above new image form
|
|
166
|
+
|
|
167
|
+
|
|
163
168
|
**0.2.1 - 2011/7/22**
|
|
164
169
|
|
|
165
|
-
* Added pagination to admin/uploads
|
|
170
|
+
* Added pagination to admin/uploads
|
|
166
171
|
|
|
167
172
|
|
|
168
173
|
**0.2.0 - 2011/7/14**
|
|
@@ -31,14 +31,14 @@
|
|
|
31
31
|
|
|
32
32
|
</table>
|
|
33
33
|
|
|
34
|
+
<%= will_paginate(:prev => "« #{t('previous')}", :next => "#{t('next')} »") %>
|
|
35
|
+
|
|
34
36
|
<div id="images"></div>
|
|
35
37
|
<br/>
|
|
36
38
|
<p>
|
|
37
39
|
<%= link_to icon('add') + ' ' + t(".new_upload"), new_admin_upload_url, :id => "new_image_link" %>
|
|
38
40
|
</p>
|
|
39
41
|
|
|
40
|
-
<%= will_paginate(:prev => "« #{t('previous')}", :next => "#{t('next')} »") %>
|
|
41
|
-
|
|
42
42
|
<% content_for :head do %>
|
|
43
43
|
<script type="text/javascript">
|
|
44
44
|
jQuery(document).ready(function(){
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: spree_essentials
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.2.
|
|
5
|
+
version: 0.2.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Spencer Steffen
|
|
@@ -190,7 +190,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
190
190
|
requirements:
|
|
191
191
|
- - ">="
|
|
192
192
|
- !ruby/object:Gem::Version
|
|
193
|
-
hash: -
|
|
193
|
+
hash: -122173490251409664
|
|
194
194
|
segments:
|
|
195
195
|
- 0
|
|
196
196
|
version: "0"
|
|
@@ -199,7 +199,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
199
199
|
requirements:
|
|
200
200
|
- - ">="
|
|
201
201
|
- !ruby/object:Gem::Version
|
|
202
|
-
hash: -
|
|
202
|
+
hash: -122173490251409664
|
|
203
203
|
segments:
|
|
204
204
|
- 0
|
|
205
205
|
version: "0"
|