Version Description
- Compatibility tested for latest version of WordPress ( 4.9.6 )
- Minor tweaks
Download this release
Release Info
Developer | wpkube |
Plugin | Advanced Excerpt |
Version | 4.2.4 |
Comparing to | |
See all releases |
Code changes from version 4.2.3 to 4.2.4
- advanced-excerpt.php +4 -4
- asset/css/styles.css +0 -1
- languages/advanced-excerpt.pot +2 -2
- readme.txt +9 -10
- template/sidebar.php +14 -26
advanced-excerpt.php
CHANGED
@@ -3,12 +3,12 @@
|
|
3 |
Plugin Name: Advanced Excerpt
|
4 |
Plugin URI: http://wordpress.org/plugins/advanced-excerpt/
|
5 |
Description: Control the appearance of WordPress post excerpts
|
6 |
-
Version: 4.2.
|
7 |
-
Author:
|
8 |
-
Author URI:
|
9 |
*/
|
10 |
|
11 |
-
$GLOBALS['advanced_excerpt_version'] = '4.2.
|
12 |
|
13 |
function advanced_excerpt_load_textdomain() {
|
14 |
load_plugin_textdomain( 'advanced-excerpt', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
|
3 |
Plugin Name: Advanced Excerpt
|
4 |
Plugin URI: http://wordpress.org/plugins/advanced-excerpt/
|
5 |
Description: Control the appearance of WordPress post excerpts
|
6 |
+
Version: 4.2.4
|
7 |
+
Author: WPKube
|
8 |
+
Author URI: https://wpkube.com
|
9 |
*/
|
10 |
|
11 |
+
$GLOBALS['advanced_excerpt_version'] = '4.2.4';
|
12 |
|
13 |
function advanced_excerpt_load_textdomain() {
|
14 |
load_plugin_textdomain( 'advanced-excerpt', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
|
asset/css/styles.css
CHANGED
@@ -39,7 +39,6 @@
|
|
39 |
.advanced-excerpt #advanced-excerpt-sidebar .inside {
|
40 |
padding: 20px;
|
41 |
border: 1px solid #ccc;
|
42 |
-
border-bottom: none;
|
43 |
}
|
44 |
.advanced-excerpt #advanced-excerpt-sidebar .author {
|
45 |
padding-bottom: 20px;
|
39 |
.advanced-excerpt #advanced-excerpt-sidebar .inside {
|
40 |
padding: 20px;
|
41 |
border: 1px solid #ccc;
|
|
|
42 |
}
|
43 |
.advanced-excerpt #advanced-excerpt-sidebar .author {
|
44 |
padding-bottom: 20px;
|
languages/advanced-excerpt.pot
CHANGED
@@ -3,8 +3,8 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Advanced Excerpt\n"
|
4 |
"POT-Creation-Date: 2014-05-27 14:13+1000\n"
|
5 |
"PO-Revision-Date: 2014-05-27 14:14+1000\n"
|
6 |
-
"Last-Translator:
|
7 |
-
"Language-Team:
|
8 |
"Language: en\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
3 |
"Project-Id-Version: Advanced Excerpt\n"
|
4 |
"POT-Creation-Date: 2014-05-27 14:13+1000\n"
|
5 |
"PO-Revision-Date: 2014-05-27 14:14+1000\n"
|
6 |
+
"Last-Translator: WPKube <noreply@wpkube.com>\n"
|
7 |
+
"Language-Team: WPKube <noreply@wpkube.com>\n"
|
8 |
"Language: en\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
readme.txt
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
=== Advanced Excerpt ===
|
2 |
-
Contributors: fancythemes
|
3 |
-
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5VPMGLLK94XJC
|
4 |
Tags: post excerpt, excerpt, post, content, formatting
|
5 |
Requires at least: 3.2
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 4.2.
|
8 |
License: GPLv3
|
9 |
|
10 |
Control the appearance of WordPress post excerpts
|
@@ -24,10 +23,6 @@ This plugin adds several improvements to WordPress' default way of creating exce
|
|
24 |
|
25 |
Most of the above features are optional and/or can be customized by the user or theme developer.
|
26 |
|
27 |
-
Interested in contributing to Advanced Excerpt? Please visit https://github.com/deliciousbrains/wp-advanced-excerpt
|
28 |
-
|
29 |
-
See [our wiki](https://github.com/deliciousbrains/wp-advanced-excerpt/wiki) for additional documentation.
|
30 |
-
|
31 |
Banner image credit - [chillihead](https://www.flickr.com/photos/chillihead/)
|
32 |
|
33 |
Original plugin author - [basvd](http://profiles.wordpress.org/basvd)
|
@@ -56,9 +51,9 @@ The default excerpt created by WordPress removes all HTML. If your theme uses `t
|
|
56 |
|
57 |
During development, the plugin is tested with the most recent version(s) of WordPress. It might work on older versions, but it's better to just keep your installation up-to-date.
|
58 |
|
59 |
-
= Is this plugin available in my language?
|
60 |
|
61 |
-
Advanced Excerpt is internationalization (i18n) friendly.
|
62 |
|
63 |
= Does this plugin support multibyte characters, such as Chinese? =
|
64 |
|
@@ -101,6 +96,10 @@ However, you can [start The Loop manually](http://codex.wordpress.org/The_Loop#M
|
|
101 |
|
102 |
== Changelog ==
|
103 |
|
|
|
|
|
|
|
|
|
104 |
= 4.2.3 =
|
105 |
* Fix: The "Remove all tags except the following" wasn't excluding tags as expected
|
106 |
* Fix: Call `remove_all_filter()` on the `the_excerpt` hook to improve excerpt rendering
|
1 |
=== Advanced Excerpt ===
|
2 |
+
Contributors: fancythemes, WPKube
|
|
|
3 |
Tags: post excerpt, excerpt, post, content, formatting
|
4 |
Requires at least: 3.2
|
5 |
+
Tested up to: 4.9.6
|
6 |
+
Stable tag: 4.2.4
|
7 |
License: GPLv3
|
8 |
|
9 |
Control the appearance of WordPress post excerpts
|
23 |
|
24 |
Most of the above features are optional and/or can be customized by the user or theme developer.
|
25 |
|
|
|
|
|
|
|
|
|
26 |
Banner image credit - [chillihead](https://www.flickr.com/photos/chillihead/)
|
27 |
|
28 |
Original plugin author - [basvd](http://profiles.wordpress.org/basvd)
|
51 |
|
52 |
During development, the plugin is tested with the most recent version(s) of WordPress. It might work on older versions, but it's better to just keep your installation up-to-date.
|
53 |
|
54 |
+
= Is this plugin available in my language? =
|
55 |
|
56 |
+
Advanced Excerpt is internationalization (i18n) friendly.
|
57 |
|
58 |
= Does this plugin support multibyte characters, such as Chinese? =
|
59 |
|
96 |
|
97 |
== Changelog ==
|
98 |
|
99 |
+
= 4.2.4 =
|
100 |
+
* Compatibility tested for latest version of WordPress ( 4.9.6 )
|
101 |
+
* Minor tweaks
|
102 |
+
|
103 |
= 4.2.3 =
|
104 |
* Fix: The "Remove all tags except the following" wasn't excluding tags as expected
|
105 |
* Fix: Call `remove_all_filter()` on the `the_excerpt` hook to improve excerpt rendering
|
template/sidebar.php
CHANGED
@@ -2,46 +2,34 @@
|
|
2 |
<div class="inside">
|
3 |
|
4 |
<div class="author">
|
5 |
-
<img src="
|
6 |
<div class="desc">
|
7 |
<h3><?php _e( 'Maintained by', 'advanced-excerpt' ); ?></h3>
|
8 |
-
<h2>
|
9 |
<p>
|
10 |
-
<a href="
|
11 |
-
|
12 |
-
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5VPMGLLK94XJC" target="_blank"><?php _e( 'Donate', 'advanced-excerpt' ); ?></a>
|
13 |
</p>
|
14 |
</div>
|
15 |
</div>
|
16 |
|
17 |
-
<form
|
18 |
-
<h2><?php _e( 'WordPress
|
19 |
-
|
20 |
<?php $user = wp_get_current_user(); ?>
|
21 |
-
|
22 |
<p class="interesting">
|
23 |
-
<?php _e( '
|
24 |
</p>
|
25 |
-
|
26 |
-
|
27 |
-
<input type="text" name="cm-name" value="<?php echo trim( esc_attr( $user->first_name ) . ' ' . esc_attr( $user->last_name ) ); ?>" placeholder="<?php _e( 'Your Name', 'advanced-excerpt' ); ?>" />
|
28 |
</div>
|
29 |
-
|
30 |
-
<div class="
|
31 |
-
<
|
|
|
|
|
32 |
</div>
|
33 |
-
|
34 |
-
<div class="field submit-button">
|
35 |
-
<input type="submit" class="button" value="<?php _e( 'Subscribe', 'advanced-excerpt' ); ?>" />
|
36 |
-
</div>
|
37 |
-
|
38 |
-
<p class="promise">
|
39 |
-
<?php _e( 'I promise I will not use your email for anything else and you can unsubscribe with <span style="white-space: nowrap;">1-click anytime</span>.', 'advanced-excerpt' ); ?>
|
40 |
-
</p>
|
41 |
</form>
|
42 |
|
43 |
</div>
|
44 |
|
45 |
-
<a class="wpmdb-banner" target="_blank" href="http://deliciousbrains.com/wp-migrate-db-pro/?utm_source=advanced-excerpt&utm_medium=plugin&utm_campaign=advanced-excerpt"><img src="<?php echo plugins_url( 'asset/img/wp-migrate-db-pro.jpg', $this->plugin_file_path ); ?>" width="292" height="292" alt="<?php _e( 'WP Migrate DB Pro — Push and pull your database from one WordPress install to another in 1-click.', 'advanced-excerpt' ); ?>" /></a>
|
46 |
-
|
47 |
</div>
|
2 |
<div class="inside">
|
3 |
|
4 |
<div class="author">
|
5 |
+
<img src="https://secure.gravatar.com/avatar/957ee8d76e9b85063114ef887c44c97f?s=128&d" width="64" height="64" />
|
6 |
<div class="desc">
|
7 |
<h3><?php _e( 'Maintained by', 'advanced-excerpt' ); ?></h3>
|
8 |
+
<h2>WPKube</h2>
|
9 |
<p>
|
10 |
+
<a href="https://wpkube.com" target="_blank"><?php _e( 'Website', 'advanced-excerpt' ); ?></a>
|
|
|
|
|
11 |
</p>
|
12 |
</div>
|
13 |
</div>
|
14 |
|
15 |
+
<form action="//wpkube.us2.list-manage.com/subscribe/post?u=cb67cf67f9519291b70f3796d&id=344ab27a45" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" class="subscribe">
|
16 |
+
<h2><?php _e( 'WordPress Themes, Plugins, Reviews, & Tutorials', 'advanced-excerpt' ); ?></h2>
|
|
|
17 |
<?php $user = wp_get_current_user(); ?>
|
|
|
18 |
<p class="interesting">
|
19 |
+
<?php _e( 'Get awesome content delivered straight to your inbox.', 'advanced-excerpt' ); ?>
|
20 |
</p>
|
21 |
+
<div class="wf-inputpos">
|
22 |
+
<input type="email" value="<?php echo esc_attr( $user->user_email ); ?>" name="EMAIL" class="wf-input" id="mce-EMAIL" placeholder="Enter your email address" required="" style="width: 100%;">
|
|
|
23 |
</div>
|
24 |
+
<div style="position: absolute; left: -5000px;"><input type="text" name="b_cb67cf67f9519291b70f3796d_344ab27a45" tabindex="-1" value=""></div>
|
25 |
+
<div class="wf-contbox" style="margin-top: 15px;">
|
26 |
+
<div class="wf-inputpos">
|
27 |
+
<input type="submit" value="Get Updates" name="subscribe" id="mc-embedded-subscribe" class="button">
|
28 |
+
</div>
|
29 |
</div>
|
30 |
+
<input type="hidden" name="webform_id" value="305973">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
</form>
|
32 |
|
33 |
</div>
|
34 |
|
|
|
|
|
35 |
</div>
|