Essential Content Types - Version 1.0.8

Version Description

  • Compatibility check up to version 4.9
Download this release

Release Info

Developer catchthemes
Plugin Icon Essential Content Types
Version 1.0.8
Comparing to
See all releases

Code changes from version 1.0.7 to 1.0.8

README.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: catchthemes, sakinshrestha, pratikshrestha, maheshmaharjan
3
  Donate link: https://catchthemes.com/donate/
4
  Tags: custom post types, CPT, CMS, post, types, post type, taxonomy, tax, custom, content types, post types, custom content types, testimonial, portfolio, featured content, service
5
  Requires at least: 4.5
6
- Tested up to: 4.8
7
  Stable tag: trunk
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -45,7 +45,7 @@ You can use shortcodes to embed portfolio projects on posts and pages.
45
 
46
  To embed portfolio projects on posts and pages, first activate the Portfolio custom content type on your site and add some projects to your portfolio.
47
 
48
- Next, add the [portfolio] shortcode to a post or page. The shortcode will display projects in different ways, depending on how you use the optional attributes to customize the portfolio layout.
49
 
50
  **Attributes**
51
  * display_types: display Project Types. (true/false)
@@ -59,7 +59,9 @@ Next, add the [portfolio] shortcode to a post or page. The shortcode will displa
59
  * orderby: sort projects by different criteria, including author name, project title, and even rand to display in a random order. Defaults to sorting by date. (author, date, title, rand)
60
 
61
  **Example**
 
62
  [portfolio display_types="true" display_tags="false" include_type="grooming-tips,best-kitties" columns="2" showposts="10" orderby="title"]
 
63
  The example will display up to ten portfolio projects in two columns, in ascending alphabetical order by project title. It will display Project Types, hide Project Tags, and only display projects that are assigned the “Grooming Tips” or “Best Kitties” Project Types.
64
 
65
 
@@ -71,7 +73,7 @@ You can use shortcodes to embed featured content on posts and pages.
71
 
72
  To embed featured content on posts and pages, first activate the Featured Content content type on your site and add some projects to your featured content.
73
 
74
- Next, add the [featured_content] shortcode to a post or page. The shortcode will display projects in different ways, depending on how you use the optional attributes to customize the featured content layout.
75
 
76
  **Attributes**
77
  * display_types: display Content Types. (true/false)
@@ -85,7 +87,9 @@ Next, add the [featured_content] shortcode to a post or page. The shortcode will
85
  * orderby: sort projects by different criteria, including author name, project title, and even rand to display in a random order. Defaults to sorting by date. (author, date, title, rand)
86
 
87
  **Example**
 
88
  [featured_content display_types="true" display_tags="false" include_type="grooming-tips,best-kitties" columns="2" showposts="10" orderby="title"]
 
89
  The example will display up to ten featured content in two columns, in ascending alphabetical order by project title. It will display Content Types, hide Content Tags, and only display projects that are assigned the “Grooming Tips” or “Best Kitties” Content Types.
90
 
91
  ***Testimonials Shortcode***
@@ -95,7 +99,7 @@ Embedding Testimonials
95
 
96
  To embed testimonials on posts and pages, first activate the Testimonial custom content type on your site and add some testimonials.
97
 
98
- Next, add the [testimonials] shortcode to a post or page. The shortcode will display testimonials in different ways, depending on how you use the optional attributes to customize the testimonials layout.
99
 
100
  **Attributes**
101
  * display_content: display testimonial content. (full/true/false)
@@ -106,8 +110,9 @@ Next, add the [testimonials] shortcode to a post or page. The shortcode will dis
106
  * orderby: sort testimonials by different criteria, including author name, testimonial title, and even rand to display in a random order. Defaults to sorting by date. (author, date, title, rand)
107
 
108
  **Example**
109
-
110
  [testimonials columns="2" showposts="10" orderby="title"]
 
111
  The example will display up to ten testimonials in two columns, in ascending alphabetical order by testimonial title.
112
 
113
  ***Service Shortcode***
@@ -118,7 +123,7 @@ You can use shortcodes to embed service on posts and pages.
118
 
119
  To embed service on posts and pages, first activate the Service content type on your site and add some projects to your Service.
120
 
121
- Next, add the [services] shortcode to a post or page. The shortcode will display projects in different ways, depending on how you use the optional attributes to customize the featured content layout.
122
 
123
  **Attributes**
124
  * display_types: display Content Types. (true/false)
@@ -132,7 +137,9 @@ Next, add the [services] shortcode to a post or page. The shortcode will display
132
  * orderby: sort projects by different criteria, including author name, project title, and even rand to display in a random order. Defaults to sorting by date. (author, date, title, rand)
133
 
134
  **Example**
 
135
  [services display_types="true" display_tags="false" include_type="grooming-tips,best-kitties" columns="2" showposts="10" orderby="title"]
 
136
  The example will display up to ten featured content in two columns, in ascending alphabetical order by project title. It will display Content Types, hide Content Tags, and only display projects that are assigned the “Grooming Tips” or “Best Kitties” Content Types.
137
 
138
  == Installation ==
@@ -167,6 +174,9 @@ Not so easy way (via FTP) :
167
 
168
  == Changelog ==
169
 
 
 
 
170
  = 1.0.7 =
171
  * Added: Action links in plugin page
172
  * Added: Restrict activation if Pro version is active
3
  Donate link: https://catchthemes.com/donate/
4
  Tags: custom post types, CPT, CMS, post, types, post type, taxonomy, tax, custom, content types, post types, custom content types, testimonial, portfolio, featured content, service
5
  Requires at least: 4.5
6
+ Tested up to: 4.9
7
  Stable tag: trunk
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
45
 
46
  To embed portfolio projects on posts and pages, first activate the Portfolio custom content type on your site and add some projects to your portfolio.
47
 
48
+ Next, add the `[portfolio]` shortcode to a post or page. The shortcode will display projects in different ways, depending on how you use the optional attributes to customize the portfolio layout.
49
 
50
  **Attributes**
51
  * display_types: display Project Types. (true/false)
59
  * orderby: sort projects by different criteria, including author name, project title, and even rand to display in a random order. Defaults to sorting by date. (author, date, title, rand)
60
 
61
  **Example**
62
+ `
63
  [portfolio display_types="true" display_tags="false" include_type="grooming-tips,best-kitties" columns="2" showposts="10" orderby="title"]
64
+ `
65
  The example will display up to ten portfolio projects in two columns, in ascending alphabetical order by project title. It will display Project Types, hide Project Tags, and only display projects that are assigned the “Grooming Tips” or “Best Kitties” Project Types.
66
 
67
 
73
 
74
  To embed featured content on posts and pages, first activate the Featured Content content type on your site and add some projects to your featured content.
75
 
76
+ Next, add the `[featured_content]` shortcode to a post or page. The shortcode will display projects in different ways, depending on how you use the optional attributes to customize the featured content layout.
77
 
78
  **Attributes**
79
  * display_types: display Content Types. (true/false)
87
  * orderby: sort projects by different criteria, including author name, project title, and even rand to display in a random order. Defaults to sorting by date. (author, date, title, rand)
88
 
89
  **Example**
90
+ `
91
  [featured_content display_types="true" display_tags="false" include_type="grooming-tips,best-kitties" columns="2" showposts="10" orderby="title"]
92
+ `
93
  The example will display up to ten featured content in two columns, in ascending alphabetical order by project title. It will display Content Types, hide Content Tags, and only display projects that are assigned the “Grooming Tips” or “Best Kitties” Content Types.
94
 
95
  ***Testimonials Shortcode***
99
 
100
  To embed testimonials on posts and pages, first activate the Testimonial custom content type on your site and add some testimonials.
101
 
102
+ Next, add the `[testimonials]` shortcode to a post or page. The shortcode will display testimonials in different ways, depending on how you use the optional attributes to customize the testimonials layout.
103
 
104
  **Attributes**
105
  * display_content: display testimonial content. (full/true/false)
110
  * orderby: sort testimonials by different criteria, including author name, testimonial title, and even rand to display in a random order. Defaults to sorting by date. (author, date, title, rand)
111
 
112
  **Example**
113
+ `
114
  [testimonials columns="2" showposts="10" orderby="title"]
115
+ `
116
  The example will display up to ten testimonials in two columns, in ascending alphabetical order by testimonial title.
117
 
118
  ***Service Shortcode***
123
 
124
  To embed service on posts and pages, first activate the Service content type on your site and add some projects to your Service.
125
 
126
+ Next, add the `[services]` shortcode to a post or page. The shortcode will display projects in different ways, depending on how you use the optional attributes to customize the featured content layout.
127
 
128
  **Attributes**
129
  * display_types: display Content Types. (true/false)
137
  * orderby: sort projects by different criteria, including author name, project title, and even rand to display in a random order. Defaults to sorting by date. (author, date, title, rand)
138
 
139
  **Example**
140
+ `
141
  [services display_types="true" display_tags="false" include_type="grooming-tips,best-kitties" columns="2" showposts="10" orderby="title"]
142
+ `
143
  The example will display up to ten featured content in two columns, in ascending alphabetical order by project title. It will display Content Types, hide Content Tags, and only display projects that are assigned the “Grooming Tips” or “Best Kitties” Content Types.
144
 
145
  == Installation ==
174
 
175
  == Changelog ==
176
 
177
+ = 1.0.8 =
178
+ * Compatibility check up to version 4.9
179
+
180
  = 1.0.7 =
181
  * Added: Action links in plugin page
182
  * Added: Restrict activation if Pro version is active
essential-content-types.php CHANGED
@@ -16,7 +16,7 @@
16
  * Plugin Name: Essential Content Types
17
  * Plugin URI: https://catchthemes.com/wp-plugins/essential-content-types/
18
  * Description: Essential Content Types allows you to feature the impressive content through different content/post types on your website just the way you want it. These content/post types are missed by the themes in WordPress Theme Directory as the feature falls more towards the plugins’ territory.
19
- * Version: 1.0.7
20
  * Author: Catch Themes
21
  * Author URI: https://catchthemes.com
22
  * License: GPL-3.0+
16
  * Plugin Name: Essential Content Types
17
  * Plugin URI: https://catchthemes.com/wp-plugins/essential-content-types/
18
  * Description: Essential Content Types allows you to feature the impressive content through different content/post types on your website just the way you want it. These content/post types are missed by the themes in WordPress Theme Directory as the feature falls more towards the plugins’ territory.
19
+ * Version: 1.0.8
20
  * Author: Catch Themes
21
  * Author URI: https://catchthemes.com
22
  * License: GPL-3.0+
includes/class-essential-content-types.php CHANGED
@@ -69,7 +69,7 @@ class Essential_Content_Types {
69
  public function __construct() {
70
 
71
  $this->plugin_name = 'essential-content-types';
72
- $this->version = '1.0.7';
73
 
74
  $this->load_dependencies();
75
  $this->set_locale();
69
  public function __construct() {
70
 
71
  $this->plugin_name = 'essential-content-types';
72
+ $this->version = '1.0.8';
73
 
74
  $this->load_dependencies();
75
  $this->set_locale();
languages/essential-content-types.pot CHANGED
@@ -5,7 +5,7 @@ msgid ""
5
  msgstr ""
6
  "Project-Id-Version: Essential Content Types\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/tags/_s\n"
8
- "POT-Creation-Date: 2017-09-21 12:29+0545\n"
9
  "PO-Revision-Date: 2016-12-12 09:23-0500\n"
10
  "Last-Translator: Sakin Shrestha <info@catchthemes.com>\n"
11
  "Language-Team: Catch Themes <info@catchthemes.com>\n"
@@ -14,7 +14,7 @@ msgstr ""
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
- "X-Generator: Poedit 2.0.3\n"
18
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;esc_attr_e;esc_attr__;_nx;_x;"
19
  "esc_html_e;esc_html__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_n_noop:1,2;"
20
  "__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
5
  msgstr ""
6
  "Project-Id-Version: Essential Content Types\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/tags/_s\n"
8
+ "POT-Creation-Date: 2017-11-21 10:32+0545\n"
9
  "PO-Revision-Date: 2016-12-12 09:23-0500\n"
10
  "Last-Translator: Sakin Shrestha <info@catchthemes.com>\n"
11
  "Language-Team: Catch Themes <info@catchthemes.com>\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
+ "X-Generator: Poedit 2.0.4\n"
18
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;esc_attr_e;esc_attr__;_nx;_x;"
19
  "esc_html_e;esc_html__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_n_noop:1,2;"
20
  "__ngettext_noop:1,2;_c,_nc:4c,1,2\n"