Plugin Directory

Changeset 2885096

Timestamp:
03/22/2023 04:21:19 PM (16 months ago)
Author:
AL Imran Akash
Message:

fixed error

Location:
checkout-manager/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • checkout-manager/trunk/checkout-manager.php

    r2726261 r2885096  
    44 * Plugin URI:        https://wpplugines.com/
    55 * Description:       Checkout Manager - The most advanced and powerful customization for your checkout page.
    6  * Version:           1.0.4
     6 * Version:           1.0.
    77 * Author:            Al Imran Akash
    88 * Author URI:        https://profiles.wordpress.org/al-imran-akash/
  • checkout-manager/trunk/readme.txt

    r2778583 r2885096  
    33Tags: checkout field customizer, checkout field editor, checkout manager, woocommerce checkout field editor, WooCommerce checkout manager, woocommerce custom checkout fields
    44Requires at least: 5.0
    5 Tested up to: 5.9
    6 Stable tag: 1.0.4
     5Tested up to:
     6Stable tag: 1.0.
    77Requires PHP: 5.4
    88License: GPLv2 or later
     
    103103== Changelog ==
    104104
     105
     106
     107
    105108= 1.0.4 - 2022-05-18 =
    106109* [fix] add description
  • checkout-manager/trunk/src/Admin.php

    r2711710 r2885096  
    3333        add_action( 'after_setup_theme', [ $this, 'setup_environment' ] );
    3434        add_action( 'init', [ $this, 'init' ], 0 );
    35         add_action( 'init', [ 'WC_Shortcodes', 'init' ] );
     35        add_action( 'init', [ 'WC_Shortcodes', 'init' ] );
    3636        add_action( 'activated_plugin', [ $this, 'activated_plugin' ] );
    3737        add_action( 'deactivated_plugin', [ $this, 'deactivated_plugin' ] );
Note: See TracChangeset for help on using the changeset viewer.