Changeset 2514560
- Timestamp:
- 04/14/2021 05:17:47 AM (5 years ago)
- Location:
- z-companion/trunk
- Files:
-
- 2 deleted
- 3 edited
-
readme.txt (modified) (2 diffs)
-
royal-shop/customizer/customizer.php (modified) (1 diff)
-
royal-shop/customizer/frontpage/ribbon.php (deleted)
-
royal-shop/royal-shop-front-page/front-ribbon.php (deleted)
-
z-companion.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
z-companion/trunk/readme.txt
r2513095 r2514560 5 5 Requires at least: 5.5 6 6 Tested up to: 5.7.0 7 Stable tag: 1.0. 67 Stable tag: 1.0.7 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 28 28 29 29 == Changelog == 30 31 = Version 1.0.7 = 32 * Customizer issue fixed. 33 30 34 = Version 1.0.6 = 31 35 * Customizer error fixed. -
z-companion/trunk/royal-shop/customizer/customizer.php
r2513095 r2514560 16 16 require Z_COMPANION_DIR_PATH . '/royal-shop/customizer/frontpage/banner.php'; 17 17 require Z_COMPANION_DIR_PATH . '/royal-shop/customizer/frontpage/brand.php'; 18 require Z_COMPANION_DIR_PATH . '/royal-shop/customizer/frontpage/higlight.php'; 18 19 19 20 } -
z-companion/trunk/z-companion.php
r2513095 r2514560 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. 66 * Version: 1.0.7 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. 5');15 define('Z_COMPANION', '1.0.7'); 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.