forked from pixelgrade/pixproof
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
65 lines (45 loc) · 2.84 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
=== PixProof ===
Contributors: euthelup, babbardel, pixelgrade, vlad.olaru, cristianfrumusanu
Tags: gallery, proofing, images, photography, proof, thumbnails, image, photos, picture, media, clients, photo album
Requires at least: 4.0.0
Tested up to: 4.3.1
Stable tag: 1.2.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
PixProof it allows you to have a protected straight forward environment to discuss and proof photos from photo shootings.
== Description ==
PixProof is a custom WordPress plugin that is meant to **ease the way photographers interact with their clients**. It allows you to have a protected straight forward environment to discuss and proof photos from photo shootings, all in a interactive, AJAX based, interface.
**PixProof Gallery [Demo #1](http://bit.ly/1m3LmS0)** (use ‘demo’ as password)
It is a simple to use plugin that uses a Custom Post Type called Proof Galleries to help you manage your "clients" galleries separated from other post types you may have around (like regular galleries or projects).
These can be either public galleries (you will use the fact that the URL is not public and provide it only to your client) or password protected galleries (this is the recommended way) and you will provide the URL and the password to your individual clients (you can even make them private galleries - it is up to you).
You can read more about PixProof plugin on this article: [How to proof photos with your clients using PixProof WordPress plugin](https://help.pixelgrade.com/support/solutions/articles/4000007508-pixproof-custom-plugin-or-how-to-proof-photos-with-your-clients-the-easy)
== Installation ==
1. Upload `pixproof.zip` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Go to ‘Proof Galleries’ menu and add manage your galleries
= Enabling Images Download =
Go to Settings - PixProof - General Settings and check "Enable Images Download".
You can choose from two options:
* Manually (default) - you have to upload a ZIP archive to each gallery.
* Automatically - the client can download the selected images in a ZIP archive (automatically generated by the server).
== Changelog ==
= 1.2.1 =
* Added the ability to disable the plugin style.
* Fixed some admin page style issues
= 1.2.0 =
* Added the ability to disable the download zip archives.
* Added the option to select the thumbnail size for individual gallery but also for all of them.
* Added the option to select the grid size
* Fixed the random order gallery option
* Fixed an issue where images are messed up after the plugin activation
* Small style improvements
= 1.1.1 =
* Fixed ZIP archive download on Windows
* Fixed Small bugs
= 1.1.0 =
* Added "Download Selected Images" (ZIP) option
= 1.0.7 =
* General style fixes
* Fix private galleries
= 1.0.5 =
* This is where all the magic started.