This repository has been archived by the owner on Aug 22, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
172 lines (116 loc) · 6.9 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
=== Extensions For Grifus ===
Contributors: josantonius
Donate link: https://paypal.me/Josantonius
Tags: Grifus, Grifus-theme, Custom-images, Custom-Rating, Grifus-Extensions, Grifus-modules
Requires at least: 4.0.0
Tested up to: 4.9.4
Stable tag: 1.0.6
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Extensions for Grifus theme.
== Description ==
[youtube https://youtu.be/eU1hSQxo-R4]
This plugin contains three modules:
[Copy Movie Grifus](https://github.com/eliasis-framework/copy-movie-grifus.git)
Add a new button in the film pages of the Grifus theme with which you can copy the complete information with a single click.
[Custom Images Grifus](https://github.com/eliasis-framework/custom-images-grifus.git)
Save external IMDB images to your WordPress site. Replaces IMDB rating by your own rating system in Grifus theme.
[Custom Rating Grifus](https://github.com/eliasis-framework/custom-rating-grifus.git)
Replaces IMDB rating by your own rating system in Grifus theme. Replaces the static rating system of the Grifus theme by a dynamic rating system.
[Descripción en español](https://github.com/josantonius/extensions-for-grifus/master/README-ES.md)
== Installation ==
= From your WordPress dashboard =
1. Visit 'Plugins > Add New'
2. Search for 'Extensions For Grifus'
3. Activate Extensions For Grifus from your Plugins page.
= From WordPress.org =
1. Download Extensions For Grifus.
2. Upload the 'custom-images-grifus' directory to your '/wp-content/plugins/' directory, using your favorite method (ftp, sftp, scp, etc...)
3. Activate Extensions For Grifus from your Plugins page.
= Once Activated =
1. Go to Grifus Extensions and install and activate the modules.
2. Go to Grifus Extensions > Custom Rating and click the button to reset all ratings.
3. Go to Grifus Extensions > Custom Images and click the button to replace all images.
== Frequently Asked Questions ==
= Does it work with the latest version of the Grifus theme? =
Yes, this plugin was tested with 4.0.2.6 and 4.0.3 versions of Grifus theme.
= Is it compatible with HipHop Virtual Machine (HHVM)? =
Yes, it is compatible.
= Minimum Requirements =
* WordPress 4.0.0 or greater
* PHP version 5.6 or greater
== Screenshots ==
1. Extensions For Grifus (English)
2. Extensions For Grifus (English)
3. Extensions For Grifus (Español)
4. Extensions For Grifus (Español)
== Languages ==
Extensions For Grifus is available in english and spanish language.
== Changelog ==
= 1.0.6 Extensions For Grifus =
* Implemented `PHP Mess Detector` to detect inconsistencies in code styles.
* Implemented `PHP Code Beautifier and Fixer` to fixing errors automatically.
* Implemented `PHP Coding Standards Fixer` to organize PHP code automatically according to PSR standards.
* Implemented `WordPress PHPCS code standard` from all library PHP files.
* Implemented `Codacy` to automates code reviews and monitors code quality over time.
* Implemented `Codecov` to coverage reports.
= 1.0.5 Extensions For Grifus =
* Added functionality to minify CSS/JS content and unify plugin files into a single file.
= 1.0.4 Extensions For Grifus =
* Updating the plugin will now keep the current modules and statuses.
* Gulp was added to the project for task automation.
= 1.0.3 =
* Libraries were improved.
* The extensions page was improved and some bugs were fixed.
* Now in the management of extensions `Vue.js` will be used instead of `JQuery`.
* Extension management will now be handled from the `Eliasis\Complements` library.
= 1.0.2 =
* The `Custom Rating Grifus module` was updated to version 1.0.2.
* [Custom Rating Grifus module] Fixed bug on archive or search pages, now will also replace the IMDB legend by TOTAL.
* [Custom Rating Grifus module] Now when manipulate it the rating of the movie from the administration panel will show the total number of votes and the rating in real time.
= 1.0.1 =
* Bug fix in the Josantonius\WP_Register library.
* The `Custom Rating Grifus module` was updated to version 1.0.1.
* [Custom Rating Grifus module] Now, on sites that use WP Super Cache it will automatically clear cache when the ratings change.
* [Custom Rating Grifus module] Added a option in the menu to set whether to restart the rating when adding a new movie.
* [Custom Rating Grifus module] Added a section to manually set votes when updating movie.
* [Custom Rating Grifus module] The rating has been improved on the front end.
* The `Custom Images Grifus module` was updated to version 1.0.1.
* [Custom Images Grifus module] Images attached will now be deleted when a movie is deleted.
* [Custom Images Grifus module] Added a option in the menu to set whether to replace images when adding a new movie.
= 1.0.0 =
* First version.
== Upgrade Notice ==
= 1.0.0 =
* First version.
= 1.0.1 =
* Bug fix in the Josantonius\WP_Register library.
* The `Custom Rating Grifus module` was updated to version 1.0.1.
* [Custom Rating Grifus module] Now, on sites that use WP Super Cache it will automatically clear cache when the ratings change.
* [Custom Rating Grifus module] Added a option in the menu to set whether to restart the rating when adding a new movie.
* [Custom Rating Grifus module] Added a section to manually set votes when updating movie.
* [Custom Rating Grifus module] The rating has been improved on the front end.
* The `Custom Images Grifus module` was updated to version 1.0.1.
* [Custom Images Grifus module] Images attached will now be deleted when a movie is deleted.
* [Custom Images Grifus module] Added a option in the menu to set whether to replace images when adding a new movie.
= 1.0.2 =
* The `Custom Rating Grifus module` was updated to version 1.0.2.
* [Custom Rating Grifus module] Fixed bug on archive or search pages, now will also replace the IMDB legend by TOTAL.
* [Custom Rating Grifus module] Now when manipulate it the rating of the movie from the administration panel will show the total number of votes and the rating in real time.
= 1.0.3 =
* Libraries were improved.
* The extensions page was improved and some bugs were fixed.
* Now in the management of extensions `Vue.js` will be used instead of `JQuery`.
* Extension management will now be handled from the `Eliasis\Complements` library.
= 1.0.4 Extensions For Grifus =
* Updating the plugin will now keep the current modules and statuses.
* Gulp was added to the project for task automation.
= 1.0.5 Extensions For Grifus =
* Added functionality to minify CSS/JS content and unify plugin files into a single file.
= 1.0.6 Extensions For Grifus =
* Implemented `PHP Mess Detector` to detect inconsistencies in code styles.
* Implemented `PHP Code Beautifier and Fixer` to fixing errors automatically.
* Implemented `PHP Coding Standards Fixer` to organize PHP code automatically according to PSR standards.
* Implemented `WordPress PHPCS code standard` from all library PHP files.
* Implemented `Codacy` to automates code reviews and monitors code quality over time.
* Implemented `Codecov` to coverage reports.