Changeset 1525528
- Timestamp:
- 10/31/2016 06:00:02 PM (9 years ago)
- Location:
- device-mockups
- Files:
-
- 4 edited
- 1 copied
-
tags/1.6.1 (copied) (copied from device-mockups/trunk)
-
tags/1.6.1/device-mockups.php (modified) (2 diffs)
-
tags/1.6.1/readme.txt (modified) (1 diff)
-
trunk/device-mockups.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
device-mockups/tags/1.6.1/device-mockups.php
r1378465 r1525528 4 4 * Plugin URI: https://wordpress.org/plugins/device-mockups/ 5 5 * Description: Show your work in high resolution, responsive device mockups using only shortcodes. 6 * Version: 1.6. 06 * Version: 1.6.1 7 7 * Author: Sixteenbit 8 * Author URI: https://sixteenbit.com/ portfolio/device-mockups/8 * Author URI: https://sixteenbit.com/ 9 9 * License: GPLv2+ 10 10 * Text Domain: device_mockups … … 31 31 32 32 // Useful global constants 33 define( 'DEVICE_MOCKUPS_VERSION', '1.6. 0' );33 define( 'DEVICE_MOCKUPS_VERSION', '1.6.1' ); 34 34 define( 'DEVICE_MOCKUPS_URL', plugin_dir_url( __FILE__ ) ); 35 35 define( 'DEVICE_MOCKUPS_PATH', dirname( __FILE__ ) . '/' ); -
device-mockups/tags/1.6.1/readme.txt
r1378465 r1525528 4 4 Tags: portfolio, shortcode, device, mockup, iphone, responsive, gallery 5 5 Requires at least: 3.0.1 6 Tested up to: 4. 57 Stable tag: 1.6. 06 Tested up to: 4.6 7 Stable tag: 1.6.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
device-mockups/trunk/device-mockups.php
r1378465 r1525528 4 4 * Plugin URI: https://wordpress.org/plugins/device-mockups/ 5 5 * Description: Show your work in high resolution, responsive device mockups using only shortcodes. 6 * Version: 1.6. 06 * Version: 1.6.1 7 7 * Author: Sixteenbit 8 * Author URI: https://sixteenbit.com/ portfolio/device-mockups/8 * Author URI: https://sixteenbit.com/ 9 9 * License: GPLv2+ 10 10 * Text Domain: device_mockups … … 31 31 32 32 // Useful global constants 33 define( 'DEVICE_MOCKUPS_VERSION', '1.6. 0' );33 define( 'DEVICE_MOCKUPS_VERSION', '1.6.1' ); 34 34 define( 'DEVICE_MOCKUPS_URL', plugin_dir_url( __FILE__ ) ); 35 35 define( 'DEVICE_MOCKUPS_PATH', dirname( __FILE__ ) . '/' ); -
device-mockups/trunk/readme.txt
r1378465 r1525528 4 4 Tags: portfolio, shortcode, device, mockup, iphone, responsive, gallery 5 5 Requires at least: 3.0.1 6 Tested up to: 4. 57 Stable tag: 1.6. 06 Tested up to: 4.6 7 Stable tag: 1.6.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.