Plugin Directory

Changeset 2837183


Ignore:
Timestamp:
12/21/2022 10:03:58 AM (3 years ago)
Author:
serviceslbk
Message:

init 1.1.8

Location:
lbk-faqs-schema
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • lbk-faqs-schema/tags/1.1.7/faq-schema.php

    r2837022 r2837183  
    88 * @license GPL-2.0-or-later
    99 * @category plugin
    10  * @version 1.1.7
     10 * @version 1.1.8
    1111 *
    1212 * @wordpress-plugin
     
    1414 * Plugin URI:        https://lbk.vn/
    1515 * Description:       This plugin will create FAQs Schema for Post, Page, Product Woo
    16  * Version:           1.1.7
     16 * Version:           1.1.8
    1717 * Requires at least: 5.0
    1818 * Requires PHP:      7.4
     
    5252         * @var string
    5353         */
    54         const VERSION = '1.1.7';
     54        const VERSION = '1.1.8';
    5555
    5656        /**
  • lbk-faqs-schema/tags/1.1.7/includes/class.admin.php

    r2837015 r2837183  
    7777                <a href="#" class="button" id="add_new_faqs_button" style="margin: 5px auto;">Add New</a>
    7878                <div id="lbk_list_faqs_inner" style="width:100%">
    79                     <?php if ( $custom_faqs > 0 ) : $c = 1; $args['textarea_name'] = "lbk_faqs_custom[{$c}][answer]"; ?>
    80                         <?php foreach( $custom_faqs as $faqs ) : ?>
     79                    <?php if ( $custom_faqs > 0 ) : $c = 1; ?>
     80                        <?php foreach( $custom_faqs as $faqs ) : $args['textarea_name'] = "lbk_faqs_custom[{$c}][answer]"; ?>
    8181                            <div class="collapsible state-close" id="faqs-<?php echo $c ?>">
    8282                                <div class="collapsible_heading">
  • lbk-faqs-schema/tags/1.1.7/readme.txt

    r2837024 r2837183  
    33Donate link: https://lbk.vn/
    44Tags: faq schema, lbk, faq, faqpage
    5 Requires at least: 1.1.7
     5Requires at least: 1.1.8
    66Tested up to: 6.1
    77Stable tag: 1.1.7
  • lbk-faqs-schema/trunk/includes/class.admin.php

    r2837014 r2837183  
    7777                <a href="#" class="button" id="add_new_faqs_button" style="margin: 5px auto;">Add New</a>
    7878                <div id="lbk_list_faqs_inner" style="width:100%">
    79                     <?php if ( $custom_faqs > 0 ) : $c = 1; $args['textarea_name'] = "lbk_faqs_custom[{$c}][answer]"; ?>
    80                         <?php foreach( $custom_faqs as $faqs ) : ?>
     79                    <?php if ( $custom_faqs > 0 ) : $c = 1; ?>
     80                        <?php foreach( $custom_faqs as $faqs ) : $args['textarea_name'] = "lbk_faqs_custom[{$c}][answer]"; ?>
    8181                            <div class="collapsible state-close" id="faqs-<?php echo $c ?>">
    8282                                <div class="collapsible_heading">
Note: See TracChangeset for help on using the changeset viewer.