Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Markech
refinerycms-photo-gallery
Commits
5c77aa98
Commit
5c77aa98
authored
Oct 31, 2019
by
Martin Markech
Browse files
Prepare master branch for release 0-3-0
parent
b87304f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Changelog.md
View file @
5c77aa98
## 0.2.0 [
unreleased
]
## 0.2.0 [
29 December 2016
]
*
introduce support for Rails 4.2 and Refinery 3.0
*
introduce support for Rails 4.2 and Refinery 3.0
*
introduce Strong Parameters protection instead of attr_
*
*
introduce Strong Parameters protection instead of attr_
*
*
change Plupload version from 1.5.9 to 2.1.9 due to JQuery incompatibilities
*
change Plupload version from 1.5.9 to 2.1.9 due to JQuery incompatibilities
...
...
README.md
View file @
5c77aa98
...
@@ -12,7 +12,7 @@ Previous branches supports:
...
@@ -12,7 +12,7 @@ Previous branches supports:
## Features
## Features
*
Multiple photo uploading with
[
Plupload
](
http://www.plupload.com/
)
1.5.4
*
Multiple photo uploading with
[
Plupload
](
http://www.plupload.com/
)
2.1.9
*
Only HTML5 runtime is supported
*
Only HTML5 runtime is supported
*
Client side photo resizing to do faster uploading on slow connections
*
Client side photo resizing to do faster uploading on slow connections
*
Server side resizing with Carrierwave
*
Server side resizing with Carrierwave
...
@@ -57,7 +57,7 @@ Client side image resizing with Plupload is possible on Firefox 3.5+ (with fixed
...
@@ -57,7 +57,7 @@ Client side image resizing with Plupload is possible on Firefox 3.5+ (with fixed
Safari doesn't support direct data access to the selected files. Opera 12.00 + supports drag&drop and also client side image resizing.
Safari doesn't support direct data access to the selected files. Opera 12.00 + supports drag&drop and also client side image resizing.
## Installation for ~> 0.
2
.0
## Installation for ~> 0.
3
.0
Make sure, you
[
have installed ImageMagick
](
http://www.imagemagick.org/script/install-source.php#unix
)
and ImageMagick dev.
Make sure, you
[
have installed ImageMagick
](
http://www.imagemagick.org/script/install-source.php#unix
)
and ImageMagick dev.
On Ubuntu 12.04 you can install dev suite with commands:
On Ubuntu 12.04 you can install dev suite with commands:
...
@@ -71,14 +71,14 @@ Instructions for installation you can find under [www.sno.phy.queensu.ca/~phil/e
...
@@ -71,14 +71,14 @@ Instructions for installation you can find under [www.sno.phy.queensu.ca/~phil/e
Open up your
``Gemfile``
and add at the bottom this line:
Open up your
``Gemfile``
and add at the bottom this line:
-
for edge version:
*
for edge version:
```
ruby
```
ruby
gem
'refinerycms-photo-gallery'
,
'~> 0.
2
.0'
,
:github
=>
"Matho/refinerycms-photo-gallery"
,
:branch
=>
"master"
gem
'refinerycms-photo-gallery'
,
'~> 0.
3
.0'
,
:github
=>
"Matho/refinerycms-photo-gallery"
,
:branch
=>
"master"
```
```
-
for latest stable version
*
for latest stable version
```
ruby
```
ruby
gem
'refinerycms-photo-gallery'
,
'~> 0.
1
.0'
gem
'refinerycms-photo-gallery'
,
'~> 0.
2
.0'
```
```
Now, run
Now, run
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment