Changelog
All changes made to the plugin since its release.
2.0.2 (latest)
- Added full support for All in One SEO Pack 3.0. Use
%secondary_title%
to display. - Added note reminding that Input field and Column position option only apply when using Classical Editor in WordPress versions with Gutenberg (>= 5.0).
- Cosmetic changes to the plugin's settings page.
2.0.1
- Hotfix: Moved file
admin/settings.php
toincludes/setings.php
due to PHP complications.
2.0.0
- Added support for Gutenberg editor. The secondary title can now be entered via a meta box on the sidebar of the editor.
- Added minimized versions for CSS (compiled from SCSS) and JS files for performance improvement.
- Added partly support for All in One SEO Pack. Use
%secondary_title%
to display. - Updated Font Awesome to 5.8.1.
- Updated translations.
- Updated screenshots.
- Fixed bug with reoccurring donation notice.
- Minor style adjustments.
- Removed
/includes/gutenberg-info.php
and the notice saying "Secondary Title doesn't work anymore". - Moved
/includes/settings.php
to/admin/settings.php
.
1.9.9
- This version was skipped.
1.9.8
- This version was skipped.
1.9.7.5
- Hotfix and minor adjustments.
Version 1.9.7
- Added info icons next to every setting which links to the official documentation where those settings are being explained in detail.
- Updated Font Awesome to 5.2.0.
- Minor restructure of resources directories.
- Declared unused
secondary_title_get_default_setting()
as deprecated function. - Donation notification dismissed by users will start to show up again if the plugin is re-activated (please don't kill me!).
- Minor adjustments to the donation notification.
Version 1.9.6
- Added new filter hook
secondary_title_columns_in_post_types
. Read more about it in the documentation. - Added dismissable donation notice.
- Compatibility with WordPress 4.9.8.
- Fixed conflicts with standard meta queries when using "Include in search" (thanks to @filmstarr).
- Added textdomain constant.
- Updated Plugin URI in readme.txt.
- Removed commented (unused) code.
- Updated URLs on the plugin's settings page.
- Added copyright to file headers.
- Replaced screenshot-3.png with an updated one.
Version 1.9.5
- Optimized display of title format preview on settings page.
- Added link to online documentation on GitBooks.
- Fixed bug concerning post columns (thanks to Colin Ferm).
- Updated Font Awesome to 5.0.9.
- Removed “Media” as post type for available display rules since it is not used anywhere.
- Minor fixes and cosmetic changes.
Version 1.9.4
- Hotfix for 1.9.3.
Version 1.9.3
- Removed JavaScript for changing the secondary title columns on post overviews and converted it into more reliable PHP.
- Removed HTML from the tag and placed it into the body footer.
- Cosmetic changes.
- Major changes will follow soon.
Version 1.9.2
- Introduced official documentary.
- Added WordPress 4.9.1 compatibility.
- Added shortcode functionality
[secondary_title allow_html="false" post_id="0"]
- Updated Font Awesome to version 4.7.0.
- Cosmetic changes.
Version 1.9.1
- Added WordPress 4.6 compatibility.
- Added WordPress.org translation compatibility.
- Updated translations.
- Updated Font Awesome to version 4.6.3.
- Cosmetic changes.
Version 1.9.0
- Fixed issue with “Include in search” when using more than one search terms (thanks to lonefur).
- Added setting “Column position” to allow users to place the secondary title on post overview pages left or right of the primary title.
- JavaScript/jQuery code now follows JSLint and JSHint coding standards.
- Allowed to use placeholder more than once in “Title format” preview field on settings page.
Version 1.8.0
- Added option “Only show in main post”.
- Added option “Include in search”.
- Secondary Title now (properly) installs default plugin settings on first activation.
- “Title format” preview on settings page now displays HTML (not just text as before).
- “Title format” doesn’t reset itself anymore when “Auto show” is activated.
Version 1.7.2
- Hotfix for 1.7.1.
Version 1.7.1
- Hotfix for 1.7.0.
Version 1.7.0
- Removed permalinks function from front-end.
- Redesigned plugin’s settings page.
- Fixed small bugs.
- Updated translations.
- PHP 7 support.
- Minor tweaks and adjustments.
Version 1.6.2
- Fixed bug occurring when clicking “Save Changes” on settings page.
Version 1.6.1
- Fixed bug occurring when clicking “Save Changes” on settings page.
Version 1.6.0
- Added new setting that can determine whether the secondary title should be displayed before or after the primary title on post, pages or custom post types overview site.
- Added Font Awesome icons on Secondary Title settings page.
- General code optimization.
- Updated translations.
Version 1.5.6
- Remove unnecessary slash in css link.
Version 1.5.5
- Fixed bug preventing secondary title input field from displaying.
- Updated translations.
Version 1.5.4
- Removed “Automatically append to permalinks” option because it turned out to cause several 404 errors.
- Added JS fix to let users jump from primary title to secondary title when tab is pressed.
- Fixed bug in “quick edit” dropdown (thanks to madaplus for reporting and simne7 for offering a fix.
Version 1.5.3
- Removed unnecessary character from post screen (thanks to Julie @Niackery).
Version 1.5.2
- Small bug fix for JavaScript in Firefox.
Version 1.5.1
- Hotfix for 1.5.1.
Version 1.5.0
- Fixed notice error when deleting post (thanks to master412160 and wido).
- Fixed bug occurring when filtering posts within the admin area (thanks to Chillington).
- Code cleanup and JS refactoring.
- Performance fixes.
- Updated translations.
- Compatibility for WordPress 4.2.1.
Version 1.4.0
- Added
$use_settings
parameter toget_secondary_title()
and others which defines whether the secondary title should only be displayed if it matches the plugin’s settings. - Code rearrangements and improvements.
- Updated translations.
Version 1.3.0
- Fixed bug causing secondary title not to be displayed on certain custom post types overviews (thanks to saschapi).
- Updated translations.
Version 1.2.0
- Small bug fixes and corrections.
- Updated translations.
Version 1.1.0
- Removed
<?php secondary_title_plugins_settings_link(); ?>
due to compatibility problems. - Added filter hook
secondary_title_show_overview_column
to disable the secondary title column on post overviews without using the screen values (thanks to Alkorr). - Added Dutch (thanks to SilverXp ), Turkish (thanks to mapazarbasi ) and other translation.
- Updated existing translations.
- Fixed bug that prevented the “Author” column on post overview page to be shown.
- Further bug fixes.
Version 1.0.0
- Allows HTML tags within individual secondary titles (thanks to brit77).
- Updated documentation.
Version 0.9.2
- Fixed bug that occasionally prevented the secondary title input box from being displayed when creating a new post (thanks to howorks and pesunites).
- Changed the categories view on the settings page.
- jQuery changes.
Version 0.9.1
- Bug fixes for 0.9.
Version 0.9.0
- Removed _Report bug _e-mail form due to compatibility issues.
- Fixed bug that deleted the secondary title on selected posts when using Bulk edit (thanks to JacobSchween).
- Fixed bug that occurred when saving a custom menu (only visible with WP_DEBUG).
- Updated translations.
- Several small changes that aren’t important enough to be mentioned here.
Version 0.8.0
- Some new minor functions and changes on the settings page.
- Allowed to use
%title%
and%secondary_title%
variable on settings page in _Title format _more than once. - Added option to use secondary title in permalinks. .
- Added filter hooks to
<?php get_secondary_title(); ?>
,<?php the_secondary_title(); ?>
and<?php get_secondary_title_link(); ?>.
- Added French translation (thanks to fxbenard).
- Updated existing translations.
- Fixed bug that prevented the secondary title to be updated when empty.
- Renamed
<?php get_filtered_post_types(); ?>
to<?php get_secondary_title_filtered_post_types(); ?>
to avoid possible conflicts.
Version 0.7.0
- Restructured and split up plugin code into different files for better handling.
- Added _Secondary title _column to posts/pages overview.
- Added secondary title input field to quick edit box on posts/pages overview.
- Added bug report form to settings page.
- Removed secondary title from above/below the standard title on posts/page overview.
- Renamed functions to minimize conflicts with other plugins.
- Updated screenshots.
- Updated translations.
- Bug fixes.
Version 0.6.0
- Added compatibility with Word Filter Plus plugin.
- Added _Only show in main post _setting.
- Fixed minor jQuery bug on admin interface.
- Updated FAQ.
Version 0.5.1
- Fixed bug that falsely added slashes to HTML attributes in title format.
- Fixed jQuery bug in the admin posts/
- Added
<?php has_secondary_title(); ?>
function. See the official documentation for more information.
Version 0.5.0
- Fixed bug where the secondary title was not shown if the standard title contains “…” (thanks to Vangelis).
- Added _Select all _and _Unselect all _script for checkbox lists on settings page.
- Added secondary title display in admin posts/pages list.
- Added
<?php get_secondary_title_link($post_id, $values); ?>
and<?php the_secondary_title_link($post_id, $values); ?>
functions to quickly create the secondary title as a link to its post. See the official documentation for more information. - Updated documentation/readme.txt.
Version 0.4.0
- Fixed bug that showed secondary title input within the post/page overview.
- Added Italian translation (thanks to giuseppep).
- Added Polish translation (thanks to pawel10).
- Updated existing translations.
Version 0.3.0
- Added HTML support in title format (thanks to C0BALT).
- Added option to set the position of the secondary title input field within the admin interface (thanks to Vangelis).
- Added translation to Thai.
- Updated translation files.
Version 0.2.0
- Installs default values on plugin activation.
- Added screenshots.
- Added $prefix and $suffix parameter for
<?php get_secondary_title(); ?>
and<?php the_secondary_title(); ?>
- Updated FAQ.
Version 0.1.0
- Initial Release.