Changeset 2943991
- Timestamp:
- 07/27/2023 06:55:10 AM (3 years ago)
- Location:
- custom-image-sizes-by-99-robots
- Files:
-
- 34 added
- 2 edited
-
tags/1.2.9 (added)
-
tags/1.2.9/99robots-custom-image-sizes.php (added)
-
tags/1.2.9/assets (added)
-
tags/1.2.9/assets/banner-1544x500.jpg (added)
-
tags/1.2.9/assets/banner-772x250.jpg (added)
-
tags/1.2.9/assets/icon-128x128.jpg (added)
-
tags/1.2.9/assets/icon-256x256.jpg (added)
-
tags/1.2.9/assets/screenshot-1.png (added)
-
tags/1.2.9/assets/screenshot-2.png (added)
-
tags/1.2.9/css (added)
-
tags/1.2.9/css/font-awesome.min.css (added)
-
tags/1.2.9/css/nnr-bootstrap.min.css (added)
-
tags/1.2.9/css/settings.css (added)
-
tags/1.2.9/fonts (added)
-
tags/1.2.9/fonts/FontAwesome.otf (added)
-
tags/1.2.9/fonts/fontawesome-webfont.eot (added)
-
tags/1.2.9/fonts/fontawesome-webfont.svg (added)
-
tags/1.2.9/fonts/fontawesome-webfont.ttf (added)
-
tags/1.2.9/fonts/fontawesome-webfont.woff (added)
-
tags/1.2.9/fonts/fontawesome-webfont.woff2 (added)
-
tags/1.2.9/img (added)
-
tags/1.2.9/img/ad-plugin-request.png (added)
-
tags/1.2.9/img/logo.png (added)
-
tags/1.2.9/img/logo_v2.png (added)
-
tags/1.2.9/js (added)
-
tags/1.2.9/js/bootstrap.min.js (added)
-
tags/1.2.9/js/settings.js (added)
-
tags/1.2.9/readme.txt (added)
-
tags/1.2.9/uninstall.php (added)
-
tags/1.2.9/views (added)
-
tags/1.2.9/views/footer.php (added)
-
tags/1.2.9/views/header.php (added)
-
tags/1.2.9/views/settings.php (added)
-
tags/1.2.9/views/sidebar.php (added)
-
trunk/99robots-custom-image-sizes.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-image-sizes-by-99-robots/trunk/99robots-custom-image-sizes.php
r2766925 r2943991 4 4 * Plugin URI: https://wordpress.org/plugins/custom-image-sizes-by-draftpress/ 5 5 * Description: Custom Image Sizes by DraftPress is a quick and simple way for you to add your own image sizes to your WordPress site. 6 * Version: 1.2.8 6 * Version: 1.2.9 7 * Requires at least: 4.5 8 * Tested up to: 6.3 9 * Requires PHP: 5.6 7 10 * Author: DraftPress 8 11 * Author URI: https://draftpress.com/ … … 27 30 * @var string 28 31 */ 29 public $version = '1.2. 8';32 public $version = '1.2.9'; 30 33 31 34 /** … … 123 126 */ 124 127 private function hooks() { 125 126 // Set default timezone127 date_default_timezone_set( timezone_name_from_abbr( null, (int) get_option( 'gmt_offset' ) * 3600 , true ) );128 128 129 129 add_action( 'plugins_loaded', array( $this, 'load_plugin_textdomain' ) ); -
custom-image-sizes-by-99-robots/trunk/readme.txt
r2766925 r2943991 4 4 Tags: image sizes, images, image, size, sizes, custom sizes, custom image, custom images 5 5 Requires at least: 4.5 6 Tested up to: 6.0.1 7 Stable tag: 1.2.8 6 Tested up to: 6.3 7 Requires PHP: 5.6 8 Stable tag: 1.2.9 8 9 License: GPLv2 or later 9 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 15 16 Custom Image Sizes by 99 Robots is a quick and simple way for you to add your own image sizes to your WordPress site. 16 17 17 Also please check out our other [plugins](https://draftpress.com/products/?utm_source=wprepo&utm_medium=custom-image-sizes&utm_campaign=desc) :) 18 You can view this plugin on GitHub at: [https://github.com/99robots/99robots-custom-image-sizes](https://github.com/99robots/99robots-custom-image-sizes) 19 20 Also, please [check out our other plugins](https://draftpress.com/products/?utm_source=wprepo&utm_medium=custom-image-sizes&utm_campaign=desc) :) 18 21 19 22 == Installation == … … 29 32 30 33 == Changelog == 34 = 1.2.9 = 2023-07-26 35 * Removed code that was potentially causing timezone issues. 36 * Added mention of GitHub to plugin description. 37 * Added & updated some requirement & testing details for the plugin. 38 * Compatible with WordPress 6.3.x. 39 31 40 = 1.2.8 = 2022-08-05 32 41 * Compatible with WordPress 6.0.1 … … 42 51 * Updated to make compatible with WordPress 5.5.1 43 52 44 = 1.2.4 = 2020- 27-0553 = 1.2.4 = 2020-05-27 45 54 * DraftPress added as a contributor 46 55
Note: See TracChangeset
for help on using the changeset viewer.