Plugin Directory

Changeset 3136796


Ignore:
Timestamp:
08/16/2024 07:30:26 PM (20 months ago)
Author:
Kuuak
Message:

v1.0.5

Location:
woo-default-attributes/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • woo-default-attributes/trunk/README.txt

    r1989793 r3136796  
    44Requires at least: 4.4
    55Tested up to: 4.9.4
    6 Stable tag: 1.0.4
     6Stable tag: 1.0.5
    77Requires at least WooCommerce: 2.5
    88Tested up to WooCommerce: 3.3.3
     
    4848== Changelog ==
    4949
     50= 1.0.5 =
     51* Fix PHP 8.2 Creation of dynamic property is deprecated
     52
    5053= 1.0.4 =
    5154* Fix PHP notice when $screen is not available. Thanks @JeroenSormani for the fix
  • woo-default-attributes/trunk/woo-default-attributes.php

    r1989793 r3136796  
    33 * Plugin Name:     Woo Default Attributes
    44 * Description:     Define default attributes to be automatically added in WooCommerce new product page.
    5  * Author:              Kuuak
    6  * Version:             1.0.4
     5 * Version:         1.0.5
    76 * Author URI:      https://profiles.wordpress.org/kuuak
    87 * License:             GPL-2.0+
     
    6968         */
    7069        protected $dir_uri;
     70
     71
     72        /**
     73         * The name of the plugin used to uniquely identify it within the
     74         * context of WordPress and to define internationalization functionality.
     75         *
     76         * @since  1.0.5
     77         * @access protected
     78         * @var    string    $plugin_name The name of the plugin.
     79         */
     80        protected $plugin_name;
    7181
    7282        /**
Note: See TracChangeset for help on using the changeset viewer.