Plugin Directory

Changeset 3343625


Ignore:
Timestamp:
08/12/2025 02:18:16 PM (5 months ago)
Author:
369work
Message:

1.2 up

Location:
enyoi-store-info
Files:
16 added
2 edited

Legend:

Unmodified
Added
Removed
  • enyoi-store-info/trunk/enyoi-store-info.php

    r3340900 r3343625  
    55 * Plugin URI: https://369theme.com/enyoi-store-info
    66 * Description: A shop information block plugin for beauty salons. Easily display shop information such as address, phone number, opening hours, Google Maps, etc. Specially made for Enyoi theme.
    7  * Version: 1.1
     7 * Version: 1.2
    88 * Author: miroku
    99 * Author URI: https://profiles.wordpress.org/369work/
     
    8484        add_action('init', array($this, 'load_textdomain'), 1);
    8585        add_action('wp_ajax_enyoi_store_info_update', array($this, 'ajax_update_store_info'));
    86 
    8786    }
    8887
     
    473472        ob_start();
    474473    ?>
    475         <div class="enyoi-store-info enyoi-store-info--compact">
     474        <!-- wp:html -->
     475        <div class="wp-group enyoi-store-info enyoi-store-info--compact">
    476476            <?php if ($store_name): ?>
    477477                <div class="enyoi-store-info__name"><?php echo esc_html($store_name); ?></div>
     
    501501            <?php endif;  ?>
    502502        </div>
     503        <!-- /wp:html -->
    503504    <?php
    504505        return ob_get_clean();
  • enyoi-store-info/trunk/readme.txt

    r3340900 r3343625  
    44Requires at least: 6.6
    55Tested up to: 6.8
    6 Stable tag: 1.1
     6Stable tag: 1.2
    77Requires PHP: 7.4
    88License: GNU General Public License v3
     
    122122* PHP 7.4+ support
    123123
     124= 1.1 =
     125* Bug fix
     126* Third-party check
     127
     128= 1.2 =
     129* Block tag fixed
     130
Note: See TracChangeset for help on using the changeset viewer.