Changeset 2046274
- Timestamp:
- 03/07/2019 08:46:54 PM (7 years ago)
- Location:
- wp-smartcrop
- Files:
-
- 18 added
- 2 edited
-
tags/2.0.2 (added)
-
tags/2.0.2/assets (added)
-
tags/2.0.2/assets/icon-128.png (added)
-
tags/2.0.2/assets/icon-256.png (added)
-
tags/2.0.2/assets/screenshot 1.jpg (added)
-
tags/2.0.2/assets/screenshot 2.jpg (added)
-
tags/2.0.2/assets/screenshot 3.jpg (added)
-
tags/2.0.2/css (added)
-
tags/2.0.2/css/image-renderer.css (added)
-
tags/2.0.2/css/media-library.css (added)
-
tags/2.0.2/index.php (added)
-
tags/2.0.2/js (added)
-
tags/2.0.2/js/jquery.wp-smartcrop.js (added)
-
tags/2.0.2/js/jquery.wp-smartcrop.min.js (added)
-
tags/2.0.2/js/media-library.js (added)
-
tags/2.0.2/license.txt (added)
-
tags/2.0.2/readme.txt (added)
-
tags/2.0.2/wp-smartcrop.php (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wp-smartcrop.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-smartcrop/trunk/readme.txt
r2046268 r2046274 110 110 111 111 == Changelog == 112 = 2.0.2 113 * Fix admin url 112 114 113 115 = 2.0.1 -
wp-smartcrop/trunk/wp-smartcrop.php
r2046268 r2046274 4 4 * Plugin URI: http://www.wpsmartcrop.com/ 5 5 * Description: Style your images exactly how you want them to appear, for any screen size, and never get a cut-off face. 6 * Version: 2.0. 16 * Version: 2.0.2 7 7 * Author: Burlington Bytes 8 8 * Author URI: https://www.burlingtonbytes.com … … 13 13 if( !class_exists('WP_Smart_Crop') ) { 14 14 class WP_Smart_Crop { 15 public $version = '2.0. 1';15 public $version = '2.0.2'; 16 16 private $plugin_dir_path; 17 17 private $plugin_dir_url; … … 67 67 68 68 function plugin_action_links( $links ) { 69 $links[] = '<a href="'. esc_url( get_admin_url(null, ' tools.php?page=wp-smartcrop') ) .'">Settings</a>';69 $links[] = '<a href="'. esc_url( get_admin_url(null, 'options-general.php?page=wp-smartcrop') ) .'">Settings</a>'; 70 70 $links[] = '<a href="http://www.wpsmartcrop.com/addons" target="_blank">Get Addons</a>'; 71 71 return $links;
Note: See TracChangeset
for help on using the changeset viewer.