Plugin Directory

Changeset 3439481


Ignore:
Timestamp:
01/14/2026 11:49:37 AM (8 weeks ago)
Author:
devnethr
Message:

WC and WP tested up to latest versions

Location:
biznotes
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • biznotes/tags/1.0.0/README.txt

    r3273027 r3439481  
    55Requires PHP: 7.2
    66Stable tag: 1.0.0
    7 Tested up to: 6.8
     7Tested up to: 6.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • biznotes/tags/1.0.0/biznotes.php

    r3104863 r3439481  
    1010 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
    1111 * Text Domain:       biznotes
    12  * WC tested up to:   9.0
     12 * WC tested up to:   10.4
    1313 */
    1414
     
    3636     * Constructor, actually contains nothing
    3737     */
    38     private function __construct()
    39     {
    40     }
     38    private function __construct() {}
    4139
    4240    /**
  • biznotes/trunk/README.txt

    r3273027 r3439481  
    55Requires PHP: 7.2
    66Stable tag: 1.0.0
    7 Tested up to: 6.8
     7Tested up to: 6.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • biznotes/trunk/biznotes.php

    r3104863 r3439481  
    1010 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
    1111 * Text Domain:       biznotes
    12  * WC tested up to:   9.0
     12 * WC tested up to:   10.4
    1313 */
    1414
     
    3636     * Constructor, actually contains nothing
    3737     */
    38     private function __construct()
    39     {
    40     }
     38    private function __construct() {}
    4139
    4240    /**
Note: See TracChangeset for help on using the changeset viewer.