reGenerate Thumbnails Advanced - Version 1.4.1

Version Description

Added tutorial on generate page.

=

Download this release

Release Info

Developer turcuciprian
Plugin Icon 128x128 reGenerate Thumbnails Advanced
Version 1.4.1
Comparing to
See all releases

Code changes from version 1.4 to 1.4.1

Files changed (3) hide show
  1. readme.txt +6 -1
  2. regenerate-thumbnails-advanced.php +8 -1
  3. style.css +4 -0
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Tags: regenerate, thumbnails, advanced, easy, day, weeek, month
5
  Requires at least: 4.0
6
  Tested up to: 4.7
7
- Stable tag: 1.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -13,6 +13,7 @@ Description: A plugin that makes regenerating thumbnails even easier than before
13
  == Description ==
14
 
15
  High Level Tutorial:
 
16
  https://www.youtube.com/watch?v=a5F5OsWZC28
17
 
18
  A plugin that makes regenerating thumbnails even easier than before and more flexible.
@@ -132,6 +133,10 @@ Requests are being done trough REST API's now
132
  = 1.4 =
133
  Added regenerate Thumbnails button to regenerate individual thumbnail
134
 
 
 
 
 
135
  == Upgrade Notice ==
136
 
137
  = 0.7 =
4
  Tags: regenerate, thumbnails, advanced, easy, day, weeek, month
5
  Requires at least: 4.0
6
  Tested up to: 4.7
7
+ Stable tag: 1.4.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
13
  == Description ==
14
 
15
  High Level Tutorial:
16
+
17
  https://www.youtube.com/watch?v=a5F5OsWZC28
18
 
19
  A plugin that makes regenerating thumbnails even easier than before and more flexible.
133
  = 1.4 =
134
  Added regenerate Thumbnails button to regenerate individual thumbnail
135
 
136
+ = 1.4.1 =
137
+ Added tutorial on generate page.
138
+
139
+
140
  == Upgrade Notice ==
141
 
142
  = 0.7 =
regenerate-thumbnails-advanced.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: reGenerate Thumbnails - advanced
4
  Plugin URI: http://ciprianturcu.com
5
  Description: A plugin that makes regenerating thumbnails even easier than before and more flexible.
6
- Version: 1.4
7
  Author: turcuciprian
8
  Author URI: http://ciprianturcu.com
9
  License: GPLv2 or later
@@ -105,8 +105,15 @@ class cc {
105
  </div><!-- where the errors show -->
106
  </p>
107
  </div>
 
 
 
 
 
108
  </div>
109
  </div>
 
 
110
  <!-- Js Works End -->
111
  <!--GTA wrap END -->
112
  <?php
3
  Plugin Name: reGenerate Thumbnails - advanced
4
  Plugin URI: http://ciprianturcu.com
5
  Description: A plugin that makes regenerating thumbnails even easier than before and more flexible.
6
+ Version: 1.4.1
7
  Author: turcuciprian
8
  Author URI: http://ciprianturcu.com
9
  License: GPLv2 or later
105
  </div><!-- where the errors show -->
106
  </p>
107
  </div>
108
+ <div class="tutorial">
109
+ <h1>Tutorial:</h1>
110
+ <iframe width="560" height="315" src="https://www.youtube.com/embed/a5F5OsWZC28" frameborder="0" allowfullscreen></iframe>
111
+ </div>
112
+
113
  </div>
114
  </div>
115
+
116
+
117
  <!-- Js Works End -->
118
  <!--GTA wrap END -->
119
  <?php
style.css CHANGED
@@ -113,3 +113,7 @@ body #rta .ui-progressbar .ui-progressbar-value.ui-widget-header {
113
  -ms-flex-item-align: auto;
114
  align-self: auto;
115
  }
 
 
 
 
113
  -ms-flex-item-align: auto;
114
  align-self: auto;
115
  }
116
+ #rta .tutorial{
117
+ margin:20px 0 0 0;
118
+ float:left;
119
+ }