-
Notifications
You must be signed in to change notification settings - Fork 73
Comparing changes
Open a pull request
base repository: tevko/wp-tevko-responsive-images
base: master
head repository: ResponsiveImagesCG/wp-tevko-responsive-images
compare: dev
Commits on Nov 6, 2014
-
Configuration menu - View commit details
-
Copy full SHA for f15d897 - Browse repository at this point
Copy the full SHA f15d897View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70897ed - Browse repository at this point
Copy the full SHA 70897edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73734a0 - Browse repository at this point
Copy the full SHA 73734a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bd03ee - Browse repository at this point
Copy the full SHA 5bd03eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c06174 - Browse repository at this point
Copy the full SHA 8c06174View commit details
Commits on Nov 7, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 01863fc - Browse repository at this point
Copy the full SHA 01863fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1caa1f6 - Browse repository at this point
Copy the full SHA 1caa1f6View commit details
Commits on Nov 28, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 9e49b77 - Browse repository at this point
Copy the full SHA 9e49b77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f2c2ca - Browse repository at this point
Copy the full SHA 7f2c2caView commit details
Commits on Dec 7, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 370a5c2 - Browse repository at this point
Copy the full SHA 370a5c2View commit details
Commits on Dec 17, 2014
-
Update wp-tevko-responsive-images.php
Fixing error when I tried to activate the plugin: `Parse error: syntax error, unexpected '[' in /srv/www/vhosts/wptest/wp-content/plugins/respimg/wp-tevko-responsive-images.php on line 52` Function array dereferencing is unsupported in PHP 5.3 but was [added in 5.4](http://php.net/manual/en/migration54.new-features.php). Since WordPress only requires [PHP version 5.2.4 or greater](https://wordpress.org/about/requirements/) other people might try to use the plugin using older versions of PHP.
Configuration menu - View commit details
-
Copy full SHA for 84b5521 - Browse repository at this point
Copy the full SHA 84b5521View commit details
Commits on Dec 18, 2014
-
Disable the image size constraint applied to images in the editor.
WordPress prevents images from overflowing the editor by automatically constraining them to $content_width (or 500px). We don’t want that in this case, so we’ll set the constrained size arbitrarily high.
Configuration menu - View commit details
-
Copy full SHA for eb81d47 - Browse repository at this point
Copy the full SHA eb81d47View commit details -
Merge pull request #6 from ryelle/master
Incorrect width attributes in srcset URLs
Configuration menu - View commit details
-
Copy full SHA for 2c59c5e - Browse repository at this point
Copy the full SHA 2c59c5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab2b93b - Browse repository at this point
Copy the full SHA ab2b93bView commit details -
Update wp-tevko-responsive-images.php
$origSrc isn't being used except to define $origWidth, so I didn't redeclare it as $origSrc[0]
Configuration menu - View commit details
-
Copy full SHA for ec2eebd - Browse repository at this point
Copy the full SHA ec2eebdView commit details
Commits on Dec 19, 2014
-
Merge remote-tracking branch 'upstream/master'
Conflicts: wp-tevko-responsive-images.php
mdmcginn committedDec 19, 2014 Configuration menu - View commit details
-
Copy full SHA for 0eeab73 - Browse repository at this point
Copy the full SHA 0eeab73View commit details -
Changed wordpress to WordPress
mdmcginn committedDec 19, 2014 Configuration menu - View commit details
-
Copy full SHA for aa912ca - Browse repository at this point
Copy the full SHA aa912caView commit details
Commits on Dec 29, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 89a4526 - Browse repository at this point
Copy the full SHA 89a4526View commit details -
Merge pull request #5 from mdmcginn/master
Update wp-tevko-responsive-images.php
Configuration menu - View commit details
-
Copy full SHA for df869ac - Browse repository at this point
Copy the full SHA df869acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ed5275 - Browse repository at this point
Copy the full SHA 6ed5275View commit details
Commits on Dec 30, 2014
-
rework get_src_sizes to allow the user to choose what image sizes the…
…y need
Brandon Lavigne authored and Brandon Lavigne committedDec 30, 2014 Configuration menu - View commit details
-
Copy full SHA for 0b5b539 - Browse repository at this point
Copy the full SHA 0b5b539View commit details -
remove commented out company function
Brandon Lavigne authored and Brandon Lavigne committedDec 30, 2014 Configuration menu - View commit details
-
Copy full SHA for bf95da4 - Browse repository at this point
Copy the full SHA bf95da4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f18d4e9 - Browse repository at this point
Copy the full SHA f18d4e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a26d65 - Browse repository at this point
Copy the full SHA 0a26d65View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4af218 - Browse repository at this point
Copy the full SHA c4af218View commit details -
Configuration menu - View commit details
-
Copy full SHA for df3ae78 - Browse repository at this point
Copy the full SHA df3ae78View commit details
Commits on Dec 31, 2014
-
remove cropped images from the list used in srcset
Joe McGill committedDec 31, 2014 Configuration menu - View commit details
-
Copy full SHA for 1718c99 - Browse repository at this point
Copy the full SHA 1718c99View commit details -
Merge pull request #9 from joemcgill/avoid_crops
Keep srcset from using hard cropped images
Configuration menu - View commit details
-
Copy full SHA for b803a44 - Browse repository at this point
Copy the full SHA b803a44View commit details -
Better handling of cropped images
Joe McGill committedDec 31, 2014 Configuration menu - View commit details
-
Copy full SHA for 7e130c1 - Browse repository at this point
Copy the full SHA 7e130c1View commit details -
Merge pull request #11 from joemcgill/avoid_crops
Better handling of cropped images
Configuration menu - View commit details
-
Copy full SHA for 3d674a6 - Browse repository at this point
Copy the full SHA 3d674a6View commit details
Commits on Jan 10, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b5c025a - Browse repository at this point
Copy the full SHA b5c025aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0557164 - Browse repository at this point
Copy the full SHA 0557164View commit details
Commits on Jan 17, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 2b8a103 - Browse repository at this point
Copy the full SHA 2b8a103View commit details
Commits on Jan 18, 2015
-
Configuration menu - View commit details
-
Copy full SHA for eec1a19 - Browse repository at this point
Copy the full SHA eec1a19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6986b36 - Browse repository at this point
Copy the full SHA 6986b36View commit details
Commits on Jan 19, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 4adac2b - Browse repository at this point
Copy the full SHA 4adac2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7c0d67 - Browse repository at this point
Copy the full SHA c7c0d67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ee01c1 - Browse repository at this point
Copy the full SHA 5ee01c1View commit details -
Merge pull request #12 from joemcgill/filter-post-thumbnail
filter post thumbnail html
Configuration menu - View commit details
-
Copy full SHA for 5d8d2d1 - Browse repository at this point
Copy the full SHA 5d8d2d1View commit details
Commits on Jan 21, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a4395ba - Browse repository at this point
Copy the full SHA a4395baView commit details -
Configuration menu - View commit details
-
Copy full SHA for d70283c - Browse repository at this point
Copy the full SHA d70283cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 470bfd3 - Browse repository at this point
Copy the full SHA 470bfd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc0e6e9 - Browse repository at this point
Copy the full SHA bc0e6e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccca0e8 - Browse repository at this point
Copy the full SHA ccca0e8View commit details -
Stylistic changes: wordpress > WordPress, 4 > four. Added benefit statement/description of responsive images.
Configuration menu - View commit details
-
Copy full SHA for 4d38ba9 - Browse repository at this point
Copy the full SHA 4d38ba9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cc0627 - Browse repository at this point
Copy the full SHA 8cc0627View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6aee6ca - Browse repository at this point
Copy the full SHA 6aee6caView commit details
Commits on Jan 22, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 78bdd88 - Browse repository at this point
Copy the full SHA 78bdd88View commit details -
Merge pull request #13 from joemcgill/use-default-sizes
Use native wordpress sizes instead of creating extra crop sizes.
Configuration menu - View commit details
-
Copy full SHA for d662bc9 - Browse repository at this point
Copy the full SHA d662bc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2525a20 - Browse repository at this point
Copy the full SHA 2525a20View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.