Version Description
Download this release
Release Info
Developer | themeisle |
Plugin | Llorix One Companion |
Version | 1.0.8 |
Comparing to | |
See all releases |
Code changes from version 1.0.7 to 1.0.8
- 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.
|
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.
|
21 |
define( 'LLORIX_ONE_COMPANION_URL', plugin_dir_url( __FILE__ ) );
|
22 |
define( 'LLORIX_ONE_COMPANION_PATH', plugin_dir_path( __FILE__ ) );
|
23 |
|
@@ -32,9 +32,9 @@ function llorix_one_companion_sections() {
|
|
32 |
'sections/llorix_one_lite_our_story_section',
|
33 |
'our-team-section',
|
34 |
'happy-customers-section',
|
|
|
35 |
'sections/llorix_one_lite_ribbon_section',
|
36 |
'sections/llorix_one_lite_latest_news_section',
|
37 |
-
'sections/llorix_one_lite_content_section',
|
38 |
'sections/llorix_one_lite_contact_info_section',
|
39 |
'sections/llorix_one_lite_map_section'
|
40 |
);
|
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.8
|
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.0.8' );
|
21 |
define( 'LLORIX_ONE_COMPANION_URL', plugin_dir_url( __FILE__ ) );
|
22 |
define( 'LLORIX_ONE_COMPANION_PATH', plugin_dir_path( __FILE__ ) );
|
23 |
|
32 |
'sections/llorix_one_lite_our_story_section',
|
33 |
'our-team-section',
|
34 |
'happy-customers-section',
|
35 |
+
'sections/llorix_one_lite_content_section',
|
36 |
'sections/llorix_one_lite_ribbon_section',
|
37 |
'sections/llorix_one_lite_latest_news_section',
|
|
|
38 |
'sections/llorix_one_lite_contact_info_section',
|
39 |
'sections/llorix_one_lite_map_section'
|
40 |
);
|