Plugin Directory

Changeset 2943991


Ignore:
Timestamp:
07/27/2023 06:55:10 AM (3 years ago)
Author:
99robots
Message:

1.2.9 = 2023-21-03

  • Removed code that was potentially causing timezone issues.
  • Added mention of GitHub to plugin description.
  • Added & updated some requirement & testing details for the plugin.
Location:
custom-image-sizes-by-99-robots
Files:
34 added
2 edited

Legend:

Unmodified
Added
Removed
  • custom-image-sizes-by-99-robots/trunk/99robots-custom-image-sizes.php

    r2766925 r2943991  
    44 * Plugin URI:  https://wordpress.org/plugins/custom-image-sizes-by-draftpress/
    55 * 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
    710 * Author: DraftPress
    811 * Author URI: https://draftpress.com/
     
    2730     * @var string
    2831     */
    29     public $version = '1.2.8';
     32    public $version = '1.2.9';
    3033
    3134    /**
     
    123126     */
    124127    private function hooks() {
    125 
    126         // Set default timezone
    127         date_default_timezone_set( timezone_name_from_abbr( null, (int) get_option( 'gmt_offset' ) * 3600 , true ) );
    128128
    129129        add_action( 'plugins_loaded', array( $this, 'load_plugin_textdomain' ) );
  • custom-image-sizes-by-99-robots/trunk/readme.txt

    r2766925 r2943991  
    44Tags: image sizes, images, image, size, sizes, custom sizes, custom image, custom images
    55Requires at least: 4.5
    6 Tested up to: 6.0.1
    7 Stable tag: 1.2.8
     6Tested up to: 6.3
     7Requires PHP: 5.6
     8Stable tag: 1.2.9
    89License: GPLv2 or later
    910License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1516Custom Image Sizes by 99 Robots is a quick and simple way for you to add your own image sizes to your WordPress site.
    1617
    17 Also please check out our other [plugins](https://draftpress.com/products/?utm_source=wprepo&utm_medium=custom-image-sizes&utm_campaign=desc) :)
     18You can view this plugin on GitHub at: [https://github.com/99robots/99robots-custom-image-sizes](https://github.com/99robots/99robots-custom-image-sizes)
     19
     20Also, please [check out our other plugins](https://draftpress.com/products/?utm_source=wprepo&utm_medium=custom-image-sizes&utm_campaign=desc) :)
    1821
    1922== Installation ==
     
    2932
    3033== 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
    3140= 1.2.8 = 2022-08-05
    3241* Compatible with WordPress 6.0.1
     
    4251* Updated to make compatible with WordPress 5.5.1
    4352
    44 = 1.2.4 = 2020-27-05
     53= 1.2.4 = 2020-05-27
    4554* DraftPress added as a contributor
    4655
Note: See TracChangeset for help on using the changeset viewer.