Changeset 3276898
- Timestamp:
- 04/18/2025 07:04:48 PM (11 months ago)
- Location:
- rd-wc-enhanced-order-notes/trunk
- Files:
-
- 4 edited
-
changelog.txt (modified) (1 diff)
-
classes/class.rdwceon-meta-box-order-notes.php (modified) (1 diff)
-
rd-wc-enhanced-order-notes.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rd-wc-enhanced-order-notes/trunk/changelog.txt
r3116778 r3276898 1 1 *** 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 2 9 3 10 = 1.1.0 = -
rd-wc-enhanced-order-notes/trunk/classes/class.rdwceon-meta-box-order-notes.php
r3077984 r3276898 25 25 26 26 if ( 0 !== $order_id ) { 27 28 $args = apply_filters( 'rdwceon_get_order_note_args', $args ); 29 27 30 $notes = wc_get_order_notes( $args ); 28 31 } else { -
rd-wc-enhanced-order-notes/trunk/rd-wc-enhanced-order-notes.php
r3116778 r3276898 4 4 Plugin URI: 5 5 Description: Create predefined templates for order notes that you can apply to orders. 6 Version: 1.1. 06 Version: 1.1.1 7 7 Author: Robot Dwarf 8 8 Author URI: https://www.robotdwarf.com/ 9 9 WC requires at least: 4.7.2 10 WC tested up to: 9. 1.110 WC tested up to: 9.8.1 11 11 Requires PHP: 7.2 12 12 Requires at least: 5.0 … … 38 38 } 39 39 40 define( 'RDWCEON_VERSION', '1.1. 0' );40 define( 'RDWCEON_VERSION', '1.1.1' ); 41 41 define( 'RDWCEON_URL', plugin_dir_url( __FILE__ ) ); 42 42 define( 'RDWCEON_PATH', plugin_dir_path( __FILE__ ) ); -
rd-wc-enhanced-order-notes/trunk/readme.txt
r3116778 r3276898 3 3 Tags: woocommerce, notes, templates, orders, admin dashboard 4 4 Requires at least: 5.0 5 Tested up to: 6. 56 Stable tag: 1.1. 05 Tested up to: 6.8 6 Stable tag: 1.1.1 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later … … 57 57 == Changelog == 58 58 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 59 65 = 1.1.0 = 60 66 *Release Date - 12 July 2024*
Note: See TracChangeset
for help on using the changeset viewer.