spree_essentials 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
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.0'
30
+ gem 'spree_essentials', '>= 0.2.1'
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,6 +160,11 @@ To Do
160
160
  Change Log
161
161
  ----------
162
162
 
163
+ **0.2.1 - 2011/7/22**
164
+
165
+ * Added pagination to admin/uploads ... oops!
166
+
167
+
163
168
  **0.2.0 - 2011/7/14**
164
169
 
165
170
  * Depend on Spree 0.60.x and above
@@ -180,57 +185,7 @@ Change Log
180
185
  * Added test in teardown to check for missing translations
181
186
  * Removed some old bits of CMS code
182
187
 
183
-
184
- **0.1.2 - 2011/6/7**
185
-
186
- * Added missing translation
187
- * Cleanup
188
-
189
-
190
- **0.1.1 - 2011/6/7**
191
-
192
- * Released 0.1.1
193
- * Updated resource_controller.rb to Spree 0.60.0's and added `translated_object_name` method. ([pull request #419](https://github.com/spree/spree/pull/419) on Spree)
194
- * Added upload integration test
195
- * Cleaned up en.yml
196
-
197
-
198
- **2011/6/6**
199
-
200
- * Removed `spree_auth` requirement
201
- * Added a few test helpers
202
- * Updated readme
203
-
204
-
205
- **0.1.0 2011/6/1**
206
-
207
- * Added [dummier](https://github.com/citrus/dummier)
208
- * Removed some remaining CMS bits
209
-
210
-
211
- **2011/4/26**
212
-
213
- * Modularized CMS. It can now be found [here](https://github.com/citrus/spree_essential_cms)
214
-
215
-
216
- **2011/4/12**
217
-
218
- * Added content contexts for multiple contents per page
219
- * Namespaced posts into blog/posts
220
- * Added `<!-- more -->` tag to posts
221
-
222
-
223
- **2011/4/4**
224
-
225
- * Added Page Images and starting to remove resource_controller.
226
-
227
-
228
- **2011/4/3**
229
-
230
- * Automatically adds [Heroku](http://heroku.com) support when you include [spree_heroku](https://github.com/paxer/spree-heroku) in your Gemfile. Check the [spree_heroku readme](https://github.com/paxer/spree-heroku#readme) for full installation instructions.
231
- * Creates default content when you create a new page.
232
-
233
- more in `CHANGELOG.md`
188
+ ....more in [CHANGELOG.md](https://github.com/citrus/spree_essentials/blob/master/CHANGELOG.md)
234
189
 
235
190
 
236
191
  Contributors
@@ -37,6 +37,8 @@
37
37
  <%= link_to icon('add') + ' ' + t(".new_upload"), new_admin_upload_url, :id => "new_image_link" %>
38
38
  </p>
39
39
 
40
+ <%= will_paginate(:prev => "&#171; #{t('previous')}", :next => "#{t('next')} &#187;") %>
41
+
40
42
  <% content_for :head do %>
41
43
  <script type="text/javascript">
42
44
  jQuery(document).ready(function(){
@@ -1,3 +1,3 @@
1
1
  module SpreeEssentials
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
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.0
5
+ version: 0.2.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Spencer Steffen
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-07-14 00:00:00 -07:00
13
+ date: 2011-07-22 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -190,7 +190,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
190
190
  requirements:
191
191
  - - ">="
192
192
  - !ruby/object:Gem::Version
193
- hash: -1301760498595422613
193
+ hash: -2114457095204186696
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: -1301760498595422613
202
+ hash: -2114457095204186696
203
203
  segments:
204
204
  - 0
205
205
  version: "0"