Plugin Directory

Changeset 2514560


Ignore:
Timestamp:
04/14/2021 05:17:47 AM (5 years ago)
Author:
wpzita
Message:

version 1.0.7 updated

Location:
z-companion/trunk
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • z-companion/trunk/readme.txt

    r2513095 r2514560  
    55Requires at least: 5.5
    66Tested up to: 5.7.0
    7 Stable tag: 1.0.6
     7Stable tag: 1.0.7
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2828
    2929== Changelog ==
     30
     31= Version 1.0.7 =
     32* Customizer issue fixed.
     33
    3034= Version 1.0.6 =
    3135* Customizer error fixed.
  • z-companion/trunk/royal-shop/customizer/customizer.php

    r2513095 r2514560  
    1616require Z_COMPANION_DIR_PATH . '/royal-shop/customizer/frontpage/banner.php';
    1717require Z_COMPANION_DIR_PATH . '/royal-shop/customizer/frontpage/brand.php';
     18require Z_COMPANION_DIR_PATH . '/royal-shop/customizer/frontpage/higlight.php';
    1819
    1920}
  • z-companion/trunk/z-companion.php

    r2513095 r2514560  
    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.6
     6 * Version: 1.0.7
    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.5');
     15define('Z_COMPANION', '1.0.7');
    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.