Version Description
Download this release
Release Info
Developer | Rahe |
Plugin | Simple Image Sizes |
Version | 3.0.10 |
Comparing to | |
See all releases |
Code changes from version 3.0.9 to 3.0.10
- .gitignore +0 -165
- README +2 -0
- package.json +1 -1
- readme.txt +2 -0
- simple_image_sizes.php +3 -3
.gitignore
DELETED
@@ -1,165 +0,0 @@
|
|
1 |
-
#################
|
2 |
-
## Eclipse
|
3 |
-
#################
|
4 |
-
|
5 |
-
*.pydevproject
|
6 |
-
.project
|
7 |
-
.metadata
|
8 |
-
bin/
|
9 |
-
tmp/
|
10 |
-
*.tmp
|
11 |
-
*.bak
|
12 |
-
*.swp
|
13 |
-
*~.nib
|
14 |
-
local.properties
|
15 |
-
.classpath
|
16 |
-
.settings/
|
17 |
-
.loadpath
|
18 |
-
|
19 |
-
# External tool builders
|
20 |
-
.externalToolBuilders/
|
21 |
-
|
22 |
-
# Locally stored "Eclipse launch configurations"
|
23 |
-
*.launch
|
24 |
-
|
25 |
-
# CDT-specific
|
26 |
-
.cproject
|
27 |
-
|
28 |
-
# PDT-specific
|
29 |
-
.buildpath
|
30 |
-
|
31 |
-
|
32 |
-
#################
|
33 |
-
## Visual Studio
|
34 |
-
#################
|
35 |
-
|
36 |
-
## Ignore Visual Studio temporary files, build results, and
|
37 |
-
## files generated by popular Visual Studio add-ons.
|
38 |
-
|
39 |
-
# User-specific files
|
40 |
-
*.suo
|
41 |
-
*.user
|
42 |
-
*.sln.docstates
|
43 |
-
|
44 |
-
# Build results
|
45 |
-
[Dd]ebug/
|
46 |
-
[Rr]elease/
|
47 |
-
*_i.c
|
48 |
-
*_p.c
|
49 |
-
*.ilk
|
50 |
-
*.meta
|
51 |
-
*.obj
|
52 |
-
*.pch
|
53 |
-
*.pdb
|
54 |
-
*.pgc
|
55 |
-
*.pgd
|
56 |
-
*.rsp
|
57 |
-
*.sbr
|
58 |
-
*.tlb
|
59 |
-
*.tli
|
60 |
-
*.tlh
|
61 |
-
*.tmp
|
62 |
-
*.vspscc
|
63 |
-
.builds
|
64 |
-
*.dotCover
|
65 |
-
|
66 |
-
## TODO: If you have NuGet Package Restore enabled, uncomment this
|
67 |
-
#packages/
|
68 |
-
|
69 |
-
# Visual C++ cache files
|
70 |
-
ipch/
|
71 |
-
*.aps
|
72 |
-
*.ncb
|
73 |
-
*.opensdf
|
74 |
-
*.sdf
|
75 |
-
|
76 |
-
# Visual Studio profiler
|
77 |
-
*.psess
|
78 |
-
*.vsp
|
79 |
-
|
80 |
-
# ReSharper is a .NET coding add-in
|
81 |
-
_ReSharper*
|
82 |
-
|
83 |
-
# Installshield output folder
|
84 |
-
[Ee]xpress
|
85 |
-
|
86 |
-
# DocProject is a documentation generator add-in
|
87 |
-
DocProject/buildhelp/
|
88 |
-
DocProject/Help/*.HxT
|
89 |
-
DocProject/Help/*.HxC
|
90 |
-
DocProject/Help/*.hhc
|
91 |
-
DocProject/Help/*.hhk
|
92 |
-
DocProject/Help/*.hhp
|
93 |
-
DocProject/Help/Html2
|
94 |
-
DocProject/Help/html
|
95 |
-
|
96 |
-
# Click-Once directory
|
97 |
-
publish
|
98 |
-
|
99 |
-
# Others
|
100 |
-
[Bb]in
|
101 |
-
[Oo]bj
|
102 |
-
sql
|
103 |
-
TestResults
|
104 |
-
*.Cache
|
105 |
-
ClientBin
|
106 |
-
stylecop.*
|
107 |
-
~$*
|
108 |
-
*.dbmdl
|
109 |
-
Generated_Code #added for RIA/Silverlight projects
|
110 |
-
|
111 |
-
# Backup & report files from converting an old project file to a newer
|
112 |
-
# Visual Studio version. Backup files are not needed, because we have git ;-)
|
113 |
-
_UpgradeReport_Files/
|
114 |
-
Backup*/
|
115 |
-
UpgradeLog*.XML
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
############
|
120 |
-
## Windows
|
121 |
-
############
|
122 |
-
|
123 |
-
# Windows image file caches
|
124 |
-
Thumbs.db
|
125 |
-
|
126 |
-
# Folder config file
|
127 |
-
Desktop.ini
|
128 |
-
|
129 |
-
|
130 |
-
#############
|
131 |
-
## Python
|
132 |
-
#############
|
133 |
-
|
134 |
-
*.py[co]
|
135 |
-
|
136 |
-
# Packages
|
137 |
-
*.egg
|
138 |
-
*.egg-info
|
139 |
-
dist
|
140 |
-
build
|
141 |
-
eggs
|
142 |
-
parts
|
143 |
-
bin
|
144 |
-
var
|
145 |
-
sdist
|
146 |
-
develop-eggs
|
147 |
-
.installed.cfg
|
148 |
-
|
149 |
-
# Installer logs
|
150 |
-
pip-log.txt
|
151 |
-
|
152 |
-
# Unit test / coverage reports
|
153 |
-
.coverage
|
154 |
-
.tox
|
155 |
-
|
156 |
-
#Mr Developer
|
157 |
-
.mr.developer.cfg
|
158 |
-
|
159 |
-
# Mac crap
|
160 |
-
.DS_Store
|
161 |
-
|
162 |
-
.settings
|
163 |
-
|
164 |
-
#Grunt
|
165 |
-
node_modules/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README
CHANGED
@@ -64,6 +64,8 @@ And then you can choose if the image is displayed on the media insertion or not
|
|
64 |
](http://s.wordpress.org/extend/plugins/simple-image-sizes/screenshot-3.png)
|
65 |
|
66 |
## Changelog ##
|
|
|
|
|
67 |
* 3.0.9
|
68 |
* Reuse the after_setup_theme for image size registering
|
69 |
* Code formatting and cleaning
|
64 |
](http://s.wordpress.org/extend/plugins/simple-image-sizes/screenshot-3.png)
|
65 |
|
66 |
## Changelog ##
|
67 |
+
* 3.0.10
|
68 |
+
* Remove text-domain on the header for language pack
|
69 |
* 3.0.9
|
70 |
* Reuse the after_setup_theme for image size registering
|
71 |
* Code formatting and cleaning
|
package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"name": "simple-image-sizes",
|
3 |
-
"version": "3.0.
|
4 |
"description": "Simple image sizes for WordPress",
|
5 |
"author": "Nicolas Juen",
|
6 |
"license": "GPL-2.0",
|
1 |
{
|
2 |
"name": "simple-image-sizes",
|
3 |
+
"version": "3.0.10",
|
4 |
"description": "Simple image sizes for WordPress",
|
5 |
"author": "Nicolas Juen",
|
6 |
"license": "GPL-2.0",
|
readme.txt
CHANGED
@@ -48,6 +48,8 @@ And then you can choose if the image is displayed on the media insertion or not
|
|
48 |
3. Choose the sizes to regenerate and regenerate them
|
49 |
|
50 |
== Changelog ==
|
|
|
|
|
51 |
* 3.0.9
|
52 |
* Reuse the after_setup_theme for image size registering
|
53 |
* Code formatting and cleaning
|
48 |
3. Choose the sizes to regenerate and regenerate them
|
49 |
|
50 |
== Changelog ==
|
51 |
+
* 3.0.10
|
52 |
+
* Remove text-domain on the header for language pack
|
53 |
* 3.0.9
|
54 |
* Reuse the after_setup_theme for image size registering
|
55 |
* Code formatting and cleaning
|
simple_image_sizes.php
CHANGED
@@ -3,10 +3,10 @@
|
|
3 |
Plugin Name: Simple Image Sizes
|
4 |
Plugin URI: https://github.com/Rahe/simple-image-sizes
|
5 |
Description: Add options in media setting page for images sizes
|
6 |
-
Version: 3.0.
|
7 |
Author: Rahe
|
8 |
Author URI: http://nicolas-juen.fr
|
9 |
-
Text Domain:
|
10 |
Domain Path: /languages
|
11 |
License: GPLv2 or later
|
12 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -30,7 +30,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
30 |
|
31 |
define( 'SIS_URL', plugin_dir_url( __FILE__ ) );
|
32 |
define( 'SIS_DIR', plugin_dir_path( __FILE__ ) );
|
33 |
-
define( 'SIS_VERSION', '3.0.
|
34 |
define( 'SIS_OPTION', 'custom_image_sizes' );
|
35 |
|
36 |
// Function for easy load files
|
3 |
Plugin Name: Simple Image Sizes
|
4 |
Plugin URI: https://github.com/Rahe/simple-image-sizes
|
5 |
Description: Add options in media setting page for images sizes
|
6 |
+
Version: 3.0.10
|
7 |
Author: Rahe
|
8 |
Author URI: http://nicolas-juen.fr
|
9 |
+
Text Domain: simple-image-sizes
|
10 |
Domain Path: /languages
|
11 |
License: GPLv2 or later
|
12 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
30 |
|
31 |
define( 'SIS_URL', plugin_dir_url( __FILE__ ) );
|
32 |
define( 'SIS_DIR', plugin_dir_path( __FILE__ ) );
|
33 |
+
define( 'SIS_VERSION', '3.0.10' );
|
34 |
define( 'SIS_OPTION', 'custom_image_sizes' );
|
35 |
|
36 |
// Function for easy load files
|