Plugin Directory

Changeset 1525528


Ignore:
Timestamp:
10/31/2016 06:00:02 PM (9 years ago)
Author:
mrdink
Message:

tagging version 1.6.1

Location:
device-mockups
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • device-mockups/tags/1.6.1/device-mockups.php

    r1378465 r1525528  
    44 * Plugin URI:  https://wordpress.org/plugins/device-mockups/
    55 * Description: Show your work in high resolution, responsive device mockups using only shortcodes.
    6  * Version:     1.6.0
     6 * Version:     1.6.1
    77 * Author: Sixteenbit
    8  * Author URI: https://sixteenbit.com/portfolio/device-mockups/
     8 * Author URI: https://sixteenbit.com/
    99 * License:     GPLv2+
    1010 * Text Domain: device_mockups
     
    3131
    3232// Useful global constants
    33 define( 'DEVICE_MOCKUPS_VERSION', '1.6.0' );
     33define( 'DEVICE_MOCKUPS_VERSION', '1.6.1' );
    3434define( 'DEVICE_MOCKUPS_URL', plugin_dir_url( __FILE__ ) );
    3535define( 'DEVICE_MOCKUPS_PATH', dirname( __FILE__ ) . '/' );
  • device-mockups/tags/1.6.1/readme.txt

    r1378465 r1525528  
    44Tags: portfolio, shortcode, device, mockup, iphone, responsive, gallery
    55Requires at least: 3.0.1
    6 Tested up to: 4.5
    7 Stable tag: 1.6.0
     6Tested up to: 4.6
     7Stable tag: 1.6.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • device-mockups/trunk/device-mockups.php

    r1378465 r1525528  
    44 * Plugin URI:  https://wordpress.org/plugins/device-mockups/
    55 * Description: Show your work in high resolution, responsive device mockups using only shortcodes.
    6  * Version:     1.6.0
     6 * Version:     1.6.1
    77 * Author: Sixteenbit
    8  * Author URI: https://sixteenbit.com/portfolio/device-mockups/
     8 * Author URI: https://sixteenbit.com/
    99 * License:     GPLv2+
    1010 * Text Domain: device_mockups
     
    3131
    3232// Useful global constants
    33 define( 'DEVICE_MOCKUPS_VERSION', '1.6.0' );
     33define( 'DEVICE_MOCKUPS_VERSION', '1.6.1' );
    3434define( 'DEVICE_MOCKUPS_URL', plugin_dir_url( __FILE__ ) );
    3535define( 'DEVICE_MOCKUPS_PATH', dirname( __FILE__ ) . '/' );
  • device-mockups/trunk/readme.txt

    r1378465 r1525528  
    44Tags: portfolio, shortcode, device, mockup, iphone, responsive, gallery
    55Requires at least: 3.0.1
    6 Tested up to: 4.5
    7 Stable tag: 1.6.0
     6Tested up to: 4.6
     7Stable tag: 1.6.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.