Plugin Directory

Changeset 3344028


Ignore:
Timestamp:
08/13/2025 10:26:54 AM (6 months ago)
Author:
kiranms1996
Message:

Multiple Order Management initial Release 1.0.0

Location:
emw-multiple-order-management
Files:
32 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • emw-multiple-order-management/trunk/CHANGELOG.md

    r3344012 r3344028  
    22
    33All notable changes to this plugin will be documented in this file.
    4 
    5 ## [1.0.1] - 2025-08-04
    6 ### Fixed
    7 - Corrected plugin author URI and plugin URL to avoid 404 errors.
    8 - Added proper nonce verification and user capability checks to AJAX requests.
    9 - Replaced direct file writes in plugin folder with use of the WordPress uploads directory for logs.
    10 - Updated all function, class, and option names to use unique prefixes avoiding conflicts.
    11 - Enqueued all JavaScript and CSS files correctly using WordPress enqueue functions.
    12 - Removed disallowed files such as log files from the plugin package.
    13 - Added the WordPress.org username to the Contributors list in readme.txt.
    14 - Addressed trademark warning by clarifying use of “WP” in plugin name.
    15 - Fixed menu slug and admin page slugs to use unique, non-generic prefixes.
    16 
    17 ### Security
    18 - Improved input sanitization and validation for all user inputs.
    19 - Secured AJAX endpoints with nonce and permission checks.
    20 
    21 ---
    224
    235## [1.0.0] - 2025-07-22
  • emw-multiple-order-management/trunk/emw-multiple-order-management.php

    r3344025 r3344028  
    33 * Plugin Name: Multiple Order Management For WooCommerce
    44 * Description: A plugin to manage and link multiple WooCommerce orders based on custom criteria.
    5  * Version: 1.0.1
     5 * Version: 1.0.0
    66 * Author: Kiran M S
    77 * Author URI: https://profiles.wordpress.org/kiranms1996/
     
    2121 * Define plugin constants.
    2222 */
    23 define( 'EMW_MOM_VERSION', '1.0.1' );
     23define( 'EMW_MOM_VERSION', '1.0.0' );
    2424define( 'EMW_MOM_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2525define( 'EMW_MOM_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • emw-multiple-order-management/trunk/readme.MD

    r3344026 r3344028  
    11=== Multiple Order Management For WooCommerce ===
    22Contributors: kiranms1996
    3 Tags: multiple order, woocommerce, order management, link orders, multiple orders, e-commerce, woo, order, multiple, wordpress, plugins,
     3Tags: multiple, order, management, link orders, woocommerce
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.0
    77Requires PHP: 7.2
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.