Version Description
- Checked: Version compatibility WordPress 4.8
- Renamed Featured Content to ECT: Featured Content
Download this release
Release Info
Developer | catchthemes |
Plugin | Essential Content Types |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
- README.txt +6 -2
- admin/class-featured-content.php +2 -2
- essential-content-types.php +1 -1
- languages/essential-content-types.pot +6 -3
README.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
=== Plugin Name ===
|
2 |
-
Contributors: catchthemes
|
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
|
5 |
Requires at least: 4.5
|
6 |
-
Tested up to: 4.
|
7 |
Stable tag: trunk
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -124,6 +124,10 @@ The example will display up to ten testimonials in two columns, in ascending alp
|
|
124 |
|
125 |
== Changelog ==
|
126 |
|
|
|
|
|
|
|
|
|
127 |
= 1.0.1 =
|
128 |
* Bug Fixed: Featured Content compatibility with themes with Jetpack: Featured Content Support
|
129 |
* Bug Fixed: Admin CSS
|
1 |
=== Plugin Name ===
|
2 |
+
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
|
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
|
124 |
|
125 |
== Changelog ==
|
126 |
|
127 |
+
= 1.0.2 =
|
128 |
+
* Checked: Version compatibility WordPress 4.8
|
129 |
+
* Renamed Featured Content to ECT: Featured Content
|
130 |
+
|
131 |
= 1.0.1 =
|
132 |
* Bug Fixed: Featured Content compatibility with themes with Jetpack: Featured Content Support
|
133 |
* Bug Fixed: Admin CSS
|
admin/class-featured-content.php
CHANGED
@@ -98,7 +98,7 @@ class Essential_Content_Featured_Content {
|
|
98 |
}
|
99 |
|
100 |
register_post_type( self::CUSTOM_POST_TYPE, array(
|
101 |
-
'description' =>
|
102 |
'labels' => array(
|
103 |
'name' => esc_html__( 'Featured Contents', 'essential-content-types' ),
|
104 |
'singular_name' => esc_html__( 'Featured Content', 'essential-content-types' ),
|
@@ -268,7 +268,7 @@ class Essential_Content_Featured_Content {
|
|
268 |
*/
|
269 |
function customize_register( $wp_customize ) {
|
270 |
$wp_customize->add_section( 'ect_featured_content', array(
|
271 |
-
'title' => esc_html__( 'Featured Content', 'essential-content-types' ),
|
272 |
'priority' => 130,
|
273 |
) );
|
274 |
|
98 |
}
|
99 |
|
100 |
register_post_type( self::CUSTOM_POST_TYPE, array(
|
101 |
+
'description' => esc_html__( 'Featured Content Items', 'essential-content-types' ),
|
102 |
'labels' => array(
|
103 |
'name' => esc_html__( 'Featured Contents', 'essential-content-types' ),
|
104 |
'singular_name' => esc_html__( 'Featured Content', 'essential-content-types' ),
|
268 |
*/
|
269 |
function customize_register( $wp_customize ) {
|
270 |
$wp_customize->add_section( 'ect_featured_content', array(
|
271 |
+
'title' => esc_html__( 'ECT: Featured Content', 'essential-content-types' ),
|
272 |
'priority' => 130,
|
273 |
) );
|
274 |
|
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.
|
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.3
|
20 |
* Author: Catch Themes
|
21 |
* Author URI: https://catchthemes.com
|
22 |
* License: GPL-3.0+
|
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-
|
9 |
"PO-Revision-Date: 2016-12-07 23:04-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.
|
18 |
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;esc_attr_e;esc_attr__;_nx;"
|
19 |
"esc_html__;esc_html_e\n"
|
20 |
"X-Poedit-Basepath: .\n"
|
@@ -44,7 +44,6 @@ msgstr ""
|
|
44 |
|
45 |
#: ../admin/class-featured-content.php:104
|
46 |
#: ../admin/class-featured-content.php:105
|
47 |
-
#: ../admin/class-featured-content.php:271
|
48 |
#: ../admin/partials/dashboard-display.php:80
|
49 |
msgid "Featured Content"
|
50 |
msgstr ""
|
@@ -278,6 +277,10 @@ msgstr ""
|
|
278 |
msgid "Content"
|
279 |
msgstr ""
|
280 |
|
|
|
|
|
|
|
|
|
281 |
#: ../admin/class-featured-content.php:276
|
282 |
msgid "Contents"
|
283 |
msgstr ""
|
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-06-07 21:10+0545\n"
|
9 |
"PO-Revision-Date: 2016-12-07 23:04-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.2\n"
|
18 |
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;esc_attr_e;esc_attr__;_nx;"
|
19 |
"esc_html__;esc_html_e\n"
|
20 |
"X-Poedit-Basepath: .\n"
|
44 |
|
45 |
#: ../admin/class-featured-content.php:104
|
46 |
#: ../admin/class-featured-content.php:105
|
|
|
47 |
#: ../admin/partials/dashboard-display.php:80
|
48 |
msgid "Featured Content"
|
49 |
msgstr ""
|
277 |
msgid "Content"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: ../admin/class-featured-content.php:271
|
281 |
+
msgid "ECT: Featured Content"
|
282 |
+
msgstr ""
|
283 |
+
|
284 |
#: ../admin/class-featured-content.php:276
|
285 |
msgid "Contents"
|
286 |
msgstr ""
|