Skip to content

Commit

Permalink
optimized images
Browse files Browse the repository at this point in the history
fixed link in readme.tx (working on getting ssl cert)
  • Loading branch information
justin-peacock committed Sep 15, 2014
1 parent e37c44e commit be0fc92
Show file tree
Hide file tree
Showing 28 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion assets/css/dm-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Plugin Name: Device Mockups
Plugin URI: https://wordpress.org/plugins/device-mockups/
Author: Justin Peacock
Author URI: http://byjust.in/
Version: 1.3.0
Version: 1.3.1
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
Expand Down
2 changes: 1 addition & 1 deletion assets/css/dm-style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified assets/img/chrome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/firefox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/iphone5s_land_black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/iphone5s_land_gold.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/iphone5s_land_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/iphone5s_port_black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/iphone5s_port_gold.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/iphone5s_port_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/iphone6_land_black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/iphone6_land_gold.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/iphone6_land_silver.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/iphone6_plus_land_black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/iphone6_plus_land_gold.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/iphone6_plus_land_silver.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/iphone6_plus_port_black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/iphone6_plus_port_gold.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/iphone6_plus_port_silver.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/iphone6_port_black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/iphone6_port_gold.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/iphone6_port_silver.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/safari.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/js/editor.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "device-mockups",
"version": "1.3.0",
"version": "1.3.1",
"homepage": "https://wordpress.org/plugins/device-mockups/",
"authors": [
"Justin Peacock <justin@sixteenbit.com>"
Expand Down
2 changes: 1 addition & 1 deletion build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "device-mockups",
"version": "1.3.0",
"version": "1.3.1",
"author": {
"name": "Justin Peacock",
"uri": "http://byjust.in/"
Expand Down
4 changes: 2 additions & 2 deletions device-mockups.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
Plugin URI: https://wordpress.org/plugins/device-mockups/
Description: Show your work in high resolution, responsive device mockups using only shortcodes.
Author: Justin Peacock
Version: 1.3.0
Version: 1.3.1
Author URI: http://byjust.in
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

function DM_add_stylesheet() {
wp_register_style( 'DM-style', plugins_url('assets/css/dm-style.min.css', __FILE__), false, '1.3.0' );
wp_register_style( 'DM-style', plugins_url('assets/css/dm-style.min.css', __FILE__), false, '1.3.1' );
wp_enqueue_style( 'DM-style' );
}
add_action( 'wp_enqueue_scripts', 'DM_add_stylesheet' );
Expand Down
11 changes: 7 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
=== Device Mockups ===
Contributors: mrdink
Contributors: mrdink, phikai
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9CZ54JHH93S2Y
Tags: portfolio, shortcode, device, mockup, iphone, responsive
Requires at least: 3.0.1
Tested up to: 4.0
Stable tag: 1.3.0
Stable tag: 1.3.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Show your work in high resolution, responsive device mockups using only shortcodes.

== Description ==

Show your work in high resolution, responsive device mockups using only shortcodes. Wrap images, videos, or any other content within a few simple shortcodes to display them within any of the pre-packaged devices mockups, which are easily selectable from within the editor.

= Documentation =
For more information, including code examples and more, check out (https://dm.byjust.in).
For more information, including code examples and more, check out (http://dm.byjust.in).

= Device Attributes =
* type
Expand Down Expand Up @@ -65,6 +64,10 @@ Please help by reporting any bugs/feature request at the link below.
2. TinyMCE shortcode generator

== Changelog ==
= 1.3.0 =
* URL fix in the readme.txt
* image optimization

= 1.3.0 =
* added iPhone 6, iPhone 6 Plus, and iPhone 5s
* added an attribute to hide the left or right of the device (currently doesn't work with stacking) - idea credit to @raphaelkross
Expand Down

0 comments on commit be0fc92

Please sign in to comment.