Plugin Directory

Changeset 3276898


Ignore:
Timestamp:
04/18/2025 07:04:48 PM (11 months ago)
Author:
camper2020
Message:

added filter and updated compatibility

Location:
rd-wc-enhanced-order-notes/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • rd-wc-enhanced-order-notes/trunk/changelog.txt

    r3116778 r3276898  
    11*** RD Order Note Templates for WooCommerce Changelog ***
     2
     3= 1.1.1 =
     4*Release Date – 18 April 2025*
     5
     6* Compatibility update
     7* Fix issues in our products display
     8* Add rdwceon_get_order_note_args filter
    29
    310= 1.1.0 =
  • rd-wc-enhanced-order-notes/trunk/classes/class.rdwceon-meta-box-order-notes.php

    r3077984 r3276898  
    2525
    2626        if ( 0 !== $order_id ) {
     27           
     28            $args = apply_filters( 'rdwceon_get_order_note_args', $args );
     29
    2730            $notes = wc_get_order_notes( $args );
    2831        } else {
  • rd-wc-enhanced-order-notes/trunk/rd-wc-enhanced-order-notes.php

    r3116778 r3276898  
    44Plugin URI:
    55Description: Create predefined templates for order notes that you can apply to orders.
    6 Version: 1.1.0
     6Version: 1.1.1
    77Author: Robot Dwarf
    88Author URI: https://www.robotdwarf.com/
    99WC requires at least: 4.7.2
    10 WC tested up to: 9.1.1
     10WC tested up to: 9.8.1
    1111Requires PHP: 7.2
    1212Requires at least: 5.0
     
    3838}
    3939
    40 define( 'RDWCEON_VERSION', '1.1.0' );
     40define( 'RDWCEON_VERSION', '1.1.1' );
    4141define( 'RDWCEON_URL', plugin_dir_url( __FILE__ ) );
    4242define( 'RDWCEON_PATH', plugin_dir_path( __FILE__ ) );
  • rd-wc-enhanced-order-notes/trunk/readme.txt

    r3116778 r3276898  
    33Tags: woocommerce, notes, templates, orders, admin dashboard
    44Requires at least: 5.0
    5 Tested up to: 6.5
    6 Stable tag: 1.1.0
     5Tested up to: 6.8
     6Stable tag: 1.1.1
    77Requires PHP: 7.2
    88License: GPLv2 or later
     
    5757== Changelog ==
    5858
     59= 1.1.1 =
     60*Release Date – 18 April 2025*
     61* Compatibility update
     62* Fix issues in our products display
     63* Add rdwceon_get_order_note_args filter
     64
    5965= 1.1.0 =
    6066*Release Date - 12 July 2024*
Note: See TracChangeset for help on using the changeset viewer.