Llorix One Companion - Version 1.1.0

Version Description

Download this release

Release Info

Developer themeisle
Plugin Icon 128x128 Llorix One Companion
Version 1.1.0
Comparing to
See all releases

Code changes from version 1.0.9 to 1.1.0

Files changed (1) hide show
  1. llorix-one-companion.php +3 -3
llorix-one-companion.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Llorix One Companion
4
  Plugin URI: https://github.com/Codeinwp/llorix-one-companion
5
  Description: Add Our team, Our Services and Testimonials sections to Llorix One Lite theme.
6
- Version: 1.0.9
7
  Author: Themeisle
8
  Author URI: http://themeisle.com
9
  Text Domain: llorix-one-companion
@@ -17,7 +17,7 @@ if ( ! function_exists( 'add_action' ) ) {
17
  }
18
 
19
  /* Important constants */
20
- define( 'LLORIX_ONE_COMPANION_VERSION', '1.0.9' );
21
  define( 'LLORIX_ONE_COMPANION_URL', plugin_dir_url( __FILE__ ) );
22
  define( 'LLORIX_ONE_COMPANION_PATH', plugin_dir_path( __FILE__ ) );
23
 
@@ -98,6 +98,6 @@ add_action( 'wp_enqueue_scripts', 'llorix_one_companion_register_plugin_styles'
98
 
99
  function llorix_one_companion_register_plugin_styles() {
100
 
101
- wp_enqueue_style( 'llorix-one-companion-style', LLORIX_ONE_COMPANION_URL.'/css/style.css' );
102
 
103
  }
3
  Plugin Name: Llorix One Companion
4
  Plugin URI: https://github.com/Codeinwp/llorix-one-companion
5
  Description: Add Our team, Our Services and Testimonials sections to Llorix One Lite theme.
6
+ Version: 1.1.0
7
  Author: Themeisle
8
  Author URI: http://themeisle.com
9
  Text Domain: llorix-one-companion
17
  }
18
 
19
  /* Important constants */
20
+ define( 'LLORIX_ONE_COMPANION_VERSION', '1.1.0' );
21
  define( 'LLORIX_ONE_COMPANION_URL', plugin_dir_url( __FILE__ ) );
22
  define( 'LLORIX_ONE_COMPANION_PATH', plugin_dir_path( __FILE__ ) );
23
 
98
 
99
  function llorix_one_companion_register_plugin_styles() {
100
 
101
+ wp_enqueue_style( 'llorix-one-companion-style', LLORIX_ONE_COMPANION_URL.'css/style.css' );
102
 
103
  }