Version Description
Download this release
Release Info
| Developer | themeisle |
| Plugin | |
| Version | 1.0.4 |
| Comparing to | |
| See all releases | |
Code changes from version 1.0.3 to 1.0.4
inc/zerif-lite/widgets/widget-clients.php
CHANGED
|
@@ -34,10 +34,7 @@ if ( !class_exists( 'zerif_clients_widget' ) ) {
|
|
| 34 |
*
|
| 35 |
* @param $hook
|
| 36 |
*/
|
| 37 |
-
function widget_scripts(
|
| 38 |
-
if ( $hook != 'widgets.php' ) {
|
| 39 |
-
return;
|
| 40 |
-
}
|
| 41 |
wp_enqueue_media();
|
| 42 |
wp_enqueue_script( 'zerif_widget_media_script', THEMEISLE_COMPANION_URL . 'assets/js/widget-media.js', false, '1.1', true );
|
| 43 |
}
|
| 34 |
*
|
| 35 |
* @param $hook
|
| 36 |
*/
|
| 37 |
+
function widget_scripts() {
|
|
|
|
|
|
|
|
|
|
| 38 |
wp_enqueue_media();
|
| 39 |
wp_enqueue_script( 'zerif_widget_media_script', THEMEISLE_COMPANION_URL . 'assets/js/widget-media.js', false, '1.1', true );
|
| 40 |
}
|
inc/zerif-lite/widgets/widget-focus.php
CHANGED
|
@@ -34,10 +34,7 @@ if ( !class_exists( 'zerif_ourfocus' ) ) {
|
|
| 34 |
*
|
| 35 |
* @param $hook
|
| 36 |
*/
|
| 37 |
-
function widget_scripts(
|
| 38 |
-
if ( $hook != 'widgets.php' ) {
|
| 39 |
-
return;
|
| 40 |
-
}
|
| 41 |
wp_enqueue_media();
|
| 42 |
wp_enqueue_script( 'zerif_widget_media_script', THEMEISLE_COMPANION_URL . 'assets/js/widget-media.js', false, '1.1', true );
|
| 43 |
}
|
| 34 |
*
|
| 35 |
* @param $hook
|
| 36 |
*/
|
| 37 |
+
function widget_scripts() {
|
|
|
|
|
|
|
|
|
|
| 38 |
wp_enqueue_media();
|
| 39 |
wp_enqueue_script( 'zerif_widget_media_script', THEMEISLE_COMPANION_URL . 'assets/js/widget-media.js', false, '1.1', true );
|
| 40 |
}
|
inc/zerif-lite/widgets/widget-team.php
CHANGED
|
@@ -34,10 +34,7 @@ if ( !class_exists( 'zerif_team_widget' ) ) {
|
|
| 34 |
*
|
| 35 |
* @param $hook
|
| 36 |
*/
|
| 37 |
-
function widget_scripts(
|
| 38 |
-
if ( $hook != 'widgets.php' ) {
|
| 39 |
-
return;
|
| 40 |
-
}
|
| 41 |
wp_enqueue_media();
|
| 42 |
wp_enqueue_script( 'zerif_widget_media_script', THEMEISLE_COMPANION_URL . 'assets/js/widget-media.js', false, '1.1', true );
|
| 43 |
}
|
| 34 |
*
|
| 35 |
* @param $hook
|
| 36 |
*/
|
| 37 |
+
function widget_scripts() {
|
|
|
|
|
|
|
|
|
|
| 38 |
wp_enqueue_media();
|
| 39 |
wp_enqueue_script( 'zerif_widget_media_script', THEMEISLE_COMPANION_URL . 'assets/js/widget-media.js', false, '1.1', true );
|
| 40 |
}
|
inc/zerif-lite/widgets/widget-testimonial.php
CHANGED
|
@@ -34,10 +34,7 @@ if ( !class_exists( 'zerif_testimonial_widget' ) ) {
|
|
| 34 |
*
|
| 35 |
* @param $hook
|
| 36 |
*/
|
| 37 |
-
function widget_scripts(
|
| 38 |
-
if ( $hook != 'widgets.php' ) {
|
| 39 |
-
return;
|
| 40 |
-
}
|
| 41 |
wp_enqueue_media();
|
| 42 |
wp_enqueue_script( 'zerif_widget_media_script', THEMEISLE_COMPANION_URL . 'assets/js/widget-media.js', false, '1.1', true );
|
| 43 |
}
|
| 34 |
*
|
| 35 |
* @param $hook
|
| 36 |
*/
|
| 37 |
+
function widget_scripts() {
|
|
|
|
|
|
|
|
|
|
| 38 |
wp_enqueue_media();
|
| 39 |
wp_enqueue_script( 'zerif_widget_media_script', THEMEISLE_COMPANION_URL . 'assets/js/widget-media.js', false, '1.1', true );
|
| 40 |
}
|
themeisle-companion.php
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
* Plugin Name: ThemeIsle Companion
|
| 4 |
* Plugin URI: https://github.com/Codeinwp/themeisle-companion
|
| 5 |
* Description: Enhances ThemeIsle's themes with extra functionalities.
|
| 6 |
-
* Version: 1.0.
|
| 7 |
* Author: Themeisle
|
| 8 |
* Author URI: http://themeisle.com
|
| 9 |
* Text Domain: themeisle-companion
|
|
@@ -12,7 +12,7 @@
|
|
| 12 |
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
| 13 |
*/
|
| 14 |
|
| 15 |
-
define( 'THEMEISLE_COMPANION_VERSION', '1.0.
|
| 16 |
define( 'THEMEISLE_COMPANION_PATH', plugin_dir_path( __FILE__ ) );
|
| 17 |
define( 'THEMEISLE_COMPANION_URL', plugin_dir_url( __FILE__ ) );
|
| 18 |
|
| 3 |
* Plugin Name: ThemeIsle Companion
|
| 4 |
* Plugin URI: https://github.com/Codeinwp/themeisle-companion
|
| 5 |
* Description: Enhances ThemeIsle's themes with extra functionalities.
|
| 6 |
+
* Version: 1.0.4
|
| 7 |
* Author: Themeisle
|
| 8 |
* Author URI: http://themeisle.com
|
| 9 |
* Text Domain: themeisle-companion
|
| 12 |
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
| 13 |
*/
|
| 14 |
|
| 15 |
+
define( 'THEMEISLE_COMPANION_VERSION', '1.0.4' );
|
| 16 |
define( 'THEMEISLE_COMPANION_PATH', plugin_dir_path( __FILE__ ) );
|
| 17 |
define( 'THEMEISLE_COMPANION_URL', plugin_dir_url( __FILE__ ) );
|
| 18 |
|
