Plugin Directory

Changeset 2516746


Ignore:
Timestamp:
04/17/2021 10:52:33 AM (5 years ago)
Author:
wpzita
Message:

version 1.0.8 updated

Location:
z-companion/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • z-companion/trunk/import/inc/admin-tmpl.php

    r2471535 r2516746  
    1313
    1414            <!-- All Filters -->
    15             <div class="filter-count" style="display:none;">
    16                 <span class="count"></span>
     15            <div class="filter-count">
     16                <span class="count">Royal Shop Demo</span>
    1717            </div>
    18             <div class="filters-wrap">
     18            <div class="filters-wrap" style="display:none;">
    1919                <div id="z-companion-sites-page-builder">
    2020                <select id='zsl-demo-type' class="cs-select cs-skin-elastic zsl-demo-type" style="display:none;">
     
    2828        </div> <!-- Section Left -->
    2929
    30         <div class="section-right">
     30        <div class="section-right" style="display:none;">
    3131            <div class="filters-wrap">
    3232                <div id="z-companion-sites-category"></div>
    33                 <?php if(get_option( 'zita_license_key')!=''){ ?>
    34                     <a href='themes.php?page=z-companion-sites&site-key'   class="zita-site-key-link activated"><?php _e('Pro Template Activated','z-companion-sites'); ?></a>
    35                 <?php } else{ ?>
    36                     <a href='themes.php?page=z-companion-sites&site-key' class="zita-site-key-link"><?php _e('Activate Pro Websites','z-companion-sites'); ?></a>
    37                 <?php } ?>
    38             </div>
     33                </div>
    3934            <div class="search-form" style="display:none;">
    4035                <label class="screen-reader-text" for="wp-filter-search-input"><?php _e( 'Search Sites', 'z-companion-sites' ); ?> </label>
  • z-companion/trunk/readme.txt

    r2514560 r2516746  
    44Tags: demo, theme demos, one click import
    55Requires at least: 5.5
    6 Tested up to: 5.7.0
    7 Stable tag: 1.0.7
     6Tested up to: 5.7.1
     7Stable tag: 1.0.8
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2929== Changelog ==
    3030
     31= Version 1.0.8 =
     32* Demo import issue fixed.
     33
    3134= Version 1.0.7 =
    3235* Customizer issue fixed.
  • z-companion/trunk/z-companion.php

    r2514560 r2516746  
    44 * Plugin URI: https://wpzita.com/z-companion
    55 * Description: Z-Companion plugin is specially made for wpzita themes.This plugin boost up features in the theme.
    6  * Version: 1.0.7
     6 * Version: 1.0.8
    77 * Author: WPZita
    88 * Author URI: https://wpzita.com
     
    1313if ( ! defined( 'ABSPATH' ) ) exit;
    1414// Version constant for easy CSS refreshes
    15 define('Z_COMPANION', '1.0.7');
     15define('Z_COMPANION', '1.0.8');
    1616define('Z_COMPANION_EXT_FILE', __FILE__ );
    1717define('Z_COMPANION_PLUGIN_DIR_URL', plugin_dir_url(Z_COMPANION_EXT_FILE));
Note: See TracChangeset for help on using the changeset viewer.