Plugin Directory

Changeset 3137242


Ignore:
Timestamp:
08/18/2024 01:32:53 PM (20 months ago)
Author:
hfdepost
Message:

Performance Improvement

Location:
hfd-epost-integration/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • hfd-epost-integration/trunk/class/App.php

    r3136105 r3137242  
    8080       
    8181        //action for gutenberg
    82         if( function_exists( 'use_block_editor_for_post' ) && use_block_editor_for_post( get_option( 'woocommerce_checkout_page_id' ) ) ){
     82        if( function_exists( 'use_block_editor_for_post' ) && use_block_editor_for_post( get_option( 'woocommerce_checkout_page_id' ) ) && !is_admin() ){
    8383            add_action( 'woocommerce_after_order_object_save', array( $this, 'hfd_save_pickup_info_block' ), 11, 2 );
    8484            add_action( 'wp_ajax_hfd_get_additional_data', array( $this, 'hfdRenderAdditionalData') );
  • hfd-epost-integration/trunk/hfd-woocommerce-epost.php

    r3136105 r3137242  
    55Plugin URI:
    66Description: Add shipping method of ePost, allowing the user on the checkout, to select the pickup location point from a google map popup. Also allows to synch the order to HFD API after the order is created.
    7 Version: 2.7
     7Version: 2.8
    88Author: HFD
    99Author URI: https://www.hfd.co.il
  • hfd-epost-integration/trunk/readme.txt

    r3136105 r3137242  
    55Requires at least: 4.0
    66Tested up to: 6.6
    7 Stable tag: 2.7
     7Stable tag: 2.8
    88Requires PHP: 5.4
    99License: GPLv2 or later
     
    9898* Compatible with gutenberg
    9999
     100= 2.8 =
     101* Performance Improvement
     102
    100103== Frequently Asked Questions ==
    101104= Why Google Maps isnt loading =
Note: See TracChangeset for help on using the changeset viewer.