Version Description
- SYS: Added cherry-framework tag
Download this release
Release Info
Developer | TemplateMonster 2002 |
Plugin | Cherry Services List |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- cherry-services-list.php +2 -2
- readme.txt +6 -2
cherry-services-list.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Cherry Services List
|
4 |
* Plugin URI: http://www.templatemonster.com/wordpress-themes.php
|
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.0.
|
7 |
* Author: TemplateMonster
|
8 |
* Author URI: TemplateMonster
|
9 |
* Text Domain: cherry-services
|
@@ -83,7 +83,7 @@ if ( ! class_exists( 'Cherry_Services_List' ) ) {
|
|
83 |
* @access private
|
84 |
* @var string
|
85 |
*/
|
86 |
-
private $version = '1.0.
|
87 |
|
88 |
/**
|
89 |
* Plugin CPT name
|
3 |
* Plugin Name: Cherry Services List
|
4 |
* Plugin URI: http://www.templatemonster.com/wordpress-themes.php
|
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.0.1
|
7 |
* Author: TemplateMonster
|
8 |
* Author URI: TemplateMonster
|
9 |
* Text Domain: cherry-services
|
83 |
* @access private
|
84 |
* @var string
|
85 |
*/
|
86 |
+
private $version = '1.0.1';
|
87 |
|
88 |
/**
|
89 |
* Plugin CPT name
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Cherry Services List ===
|
2 |
|
3 |
Contributors: TemplateMonster 2002
|
4 |
-
Tags: custom post type, services, service
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 4.6.1
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -45,3 +45,7 @@ If you have Cherry Testimonials plugin installed on your website, you can also i
|
|
45 |
= 1.0.0 =
|
46 |
|
47 |
* Initial release
|
|
|
|
|
|
|
|
1 |
=== Cherry Services List ===
|
2 |
|
3 |
Contributors: TemplateMonster 2002
|
4 |
+
Tags: custom post type, services, service, cherry-framework
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 4.6.1
|
7 |
+
Stable tag: 1.0.1
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
45 |
= 1.0.0 =
|
46 |
|
47 |
* Initial release
|
48 |
+
|
49 |
+
= 1.0.1 =
|
50 |
+
|
51 |
+
* SYS: Added cherry-framework tag
|