Version Description
Download this release
Release Info
Developer | TemplateMonster 2002 |
Plugin | Cherry Services List |
Version | 1.4.5.2 |
Comparing to | |
See all releases |
Code changes from version 1.4.5.1 to 1.4.5.2
- cherry-services-list.php +5 -5
- readme.txt +2 -2
cherry-services-list.php
CHANGED
@@ -3,9 +3,9 @@
|
|
3 |
* Plugin Name: Cherry Services List
|
4 |
* Plugin URI:
|
5 |
* Description: Cherry Services is a flexible WordPress plugin that lets you display your company’s services in a variety of ways.
|
6 |
-
* Version: 1.4.5.
|
7 |
-
* Author:
|
8 |
-
* Author URI: https://
|
9 |
* Text Domain: cherry-services
|
10 |
* License: GPL-3.0+
|
11 |
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
|
@@ -15,7 +15,7 @@
|
|
15 |
* @author Cherry Team
|
16 |
* @version 1.0.0
|
17 |
* @license GPL-3.0+
|
18 |
-
* @copyright 2002-
|
19 |
*/
|
20 |
|
21 |
// If this file is called directly, abort.
|
@@ -92,7 +92,7 @@ if ( ! class_exists( 'Cherry_Services_List' ) ) {
|
|
92 |
* @access private
|
93 |
* @var string
|
94 |
*/
|
95 |
-
private $version = '1.4.5.
|
96 |
|
97 |
/**
|
98 |
* Plugin CPT name
|
3 |
* Plugin Name: Cherry Services List
|
4 |
* Plugin URI:
|
5 |
* Description: Cherry Services is a flexible WordPress plugin that lets you display your company’s services in a variety of ways.
|
6 |
+
* Version: 1.4.5.2
|
7 |
+
* Author: Zemez
|
8 |
+
* Author URI: https://zemez.io/wordpress/
|
9 |
* Text Domain: cherry-services
|
10 |
* License: GPL-3.0+
|
11 |
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
|
15 |
* @author Cherry Team
|
16 |
* @version 1.0.0
|
17 |
* @license GPL-3.0+
|
18 |
+
* @copyright 2002-2017, Cherry Team
|
19 |
*/
|
20 |
|
21 |
// If this file is called directly, abort.
|
92 |
* @access private
|
93 |
* @var string
|
94 |
*/
|
95 |
+
private $version = '1.4.5.2';
|
96 |
|
97 |
/**
|
98 |
* Plugin CPT name
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
Contributors: TemplateMonster 2002
|
4 |
Tags: custom post type, services, service, cherry-framework, elementor, elementor builder
|
5 |
Requires at least: 4.7
|
6 |
-
Tested up to: 4.8.
|
7 |
-
Stable tag: 1.4.5.
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
3 |
Contributors: TemplateMonster 2002
|
4 |
Tags: custom post type, services, service, cherry-framework, elementor, elementor builder
|
5 |
Requires at least: 4.7
|
6 |
+
Tested up to: 4.8.3
|
7 |
+
Stable tag: 1.4.5.2
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|