Changeset 2516746
- Timestamp:
- 04/17/2021 10:52:33 AM (5 years ago)
- Location:
- z-companion/trunk
- Files:
-
- 3 edited
-
import/inc/admin-tmpl.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
z-companion.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
z-companion/trunk/import/inc/admin-tmpl.php
r2471535 r2516746 13 13 14 14 <!-- 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> 17 17 </div> 18 <div class="filters-wrap" >18 <div class="filters-wrap" style="display:none;"> 19 19 <div id="z-companion-sites-page-builder"> 20 20 <select id='zsl-demo-type' class="cs-select cs-skin-elastic zsl-demo-type" style="display:none;"> … … 28 28 </div> <!-- Section Left --> 29 29 30 <div class="section-right" >30 <div class="section-right" style="display:none;"> 31 31 <div class="filters-wrap"> 32 32 <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> 39 34 <div class="search-form" style="display:none;"> 40 35 <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 4 4 Tags: demo, theme demos, one click import 5 5 Requires at least: 5.5 6 Tested up to: 5.7. 07 Stable tag: 1.0. 76 Tested up to: 5.7.1 7 Stable tag: 1.0.8 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 29 29 == Changelog == 30 30 31 = Version 1.0.8 = 32 * Demo import issue fixed. 33 31 34 = Version 1.0.7 = 32 35 * Customizer issue fixed. -
z-companion/trunk/z-companion.php
r2514560 r2516746 4 4 * Plugin URI: https://wpzita.com/z-companion 5 5 * Description: Z-Companion plugin is specially made for wpzita themes.This plugin boost up features in the theme. 6 * Version: 1.0. 76 * Version: 1.0.8 7 7 * Author: WPZita 8 8 * Author URI: https://wpzita.com … … 13 13 if ( ! defined( 'ABSPATH' ) ) exit; 14 14 // Version constant for easy CSS refreshes 15 define('Z_COMPANION', '1.0. 7');15 define('Z_COMPANION', '1.0.8'); 16 16 define('Z_COMPANION_EXT_FILE', __FILE__ ); 17 17 define('Z_COMPANION_PLUGIN_DIR_URL', plugin_dir_url(Z_COMPANION_EXT_FILE));
Note: See TracChangeset
for help on using the changeset viewer.