Changelog for Simple Custom Content https://wordpress.org/plugins/simple-custom-content/ > __Tip:__ Use a free markdown tool like https://dillinger.io/ to convert the changelog to a more readable format. > __Tip:__ Check announcement posts for details about pro updates and related news: https://plugin-planet.com/news/ **20240303** * Updates plugin settings page * Updates default translation template * Improves plugin docs/readme.txt * Tests on WordPress 6.5 (beta) **20231025** * Updates default translation template * Tests on WordPress 6.4 (beta) **20230713** * Streamlines file path variable * Improves logic of several functions * Improves support panel logic * Updates default translation template * Tests on WordPress 6.3 (beta) **20230228** * Improves responsive styles * Improves logic when calling `get_current_screen()` * Moves WP Resources panel to its own function * Removes SES Pro from WP Resources panel * Tests on WordPress 6.1 + 6.2 (beta) * Tests on PHP 8.1 and 8.2 **20220928** * Improves handling of `$allowedposttags` * Reformats plugin code for better readability * Renames plugin functions for greater specificity * Adds custom footer text to plugin settings * Improves plugin documentation * Updates "Show Support" panel * Updates translation template * Tests on WordPress 6.1 **20220517** * Tests on WordPress 6.0 **20220117** * Updates support panel * Improves loading of translations * Updates some links to external resources * Changes minimum required WP version to 4.6 * Tests on WordPress 5.9 **20210717** * Tests on WordPress 5.8 **20210210** * Tests on WordPress 5.7 **20201114** * Fixes some PHP warnings * Tests on PHP 7.4 and 8.0 * Tests on WordPress 5.6 **20200808** * Refines plugin setting page styles * Refines readme/documentation * Tests on WordPress 5.5 **20200317** * Adds shortcode `%%permalink%%` to display the post URL * Tests on WordPress 5.4 **20191105** * Updates styles for plugin settings page * Tests on WordPress 5.3 **20190902** * Updates some links to https * Generates new default translation template * Tests on WordPress 5.3 (alpha) **20190501** * Bumps [minimum PHP version](https://codex.wordpress.org/Template:Server_requirements) to 5.6.20 * Tweaks plugin settings screen content * Updates default translation template * Tests on WordPress 5.2 **20190309** * Improves function `scs_plugin_action_links()` * Tweaks plugin settings screen UI * Generates new default translation template * Tests on WordPress 5.1 and 5.2 (alpha) **20190220** * Tests on WordPress 5.1 **20181116** * Adds homepage link to Plugins screen * Updates default translation template * Tests on WordPress 5.0 **20180820** * Tweaks appearance of the plugin settings page * Adds `rel="noopener noreferrer"` to all [blank-target links](https://perishablepress.com/wordpress-blank-target-vulnerability/) * Updates GDPR blurb and donate link * Regenerates default translation template * Further tests on WP versions 4.9 and 5.0 (alpha) **20180508** * Adds variable shortcodes for all custom content: `%%id%%`, `%%date%%`, `%%title%%`, `%%author%%`, `%%year%%` * Adds option to exclude posts based on Post ID * Adds new filter hook, `scs_replace_shortcodes` * Generates new translation template * Updates Show Support panel * Updates plugin image files * Tests on WordPress 5.0 **20171103** * Removes extra `manage_options` check for settings validation * Tests on WordPress 4.9 **20171024** * Adds extra `manage_options` capability check to modify settings * Streamlines Support panel in plugin settings * Tests on WordPress 4.9 **20170801** * Updates GPL license blurb * Adds GPL license text file * Tests on WordPress 4.9 (alpha) **20170325** * Refines display of settings panels * Updates show support panel in plugin settings * Replaces global `$wp_version` with `get_bloginfo('version')` * Tests on WordPress version 4.8 **20161118** * Added option to display custom content only on posts * Added option to display custom content on pages * Added `scs_content_priority` filter hook * Refined display of plugin settings page * Updated plugin author URL * Changed stable tag from trunk to latest version * Refactored `add_scs_links()` function * Updated URL for rate this plugin links * Removed default abbr styles * Regenerated default language template * Tested on WordPress version 4.7 (beta) **20160813** * Streamlined and optimized plugin settings page * Replaced `_e()` with `esc_html_e()` or `esc_attr_e()` * Replaced `__()` with `esc_html__()` or `esc_attr__()` * Added plugin icons and larger banner image * Improved translation support * Removed local translations in favor of [GlotPress](https://make.wordpress.org/polyglots/handbook/tools/glotpress-translate-wordpress-org/) * Changed text-domain from "scc" to "simple-custom-content" * Added more allowed tags and attributes to custom content * Generated new translation template * Tested on WordPress 4.6 **20160409** * Changed the WP Menu item from SCC to Custom Content * Fixed mismatched Text Domain and domain parameters * Added option to include custom content in feed excerpts * Fixed bug by changing "scs_feed_none" to "scs_post_none" * Clarified some information on the settings screen * Clarified example text/markup for default options * Increased the size of textareas in plugin settings * Improved appearance of the plugin settings screen * Replaced icon with retina version * Added screenshot to readme/docs * Added retina version of banner * Reorganized and refreshed readme.txt * Tested on WordPress version 4.5 beta **20151111** * Updated heading hierarchy in plugin settings * Updated minimum version requirement * Tested on WordPress 4.4 beta **20150808** * Tested on WordPress 4.3 * Updated minimum version requirement **20150507** * Tested with WP 4.2 + 4.3 (alpha) * Changed a few "http" links to "https" **20150315** * Tested with latest version of WP (4.1) * Increased minimum version to WP 3.8 * Renamed plugin title in WP menu * Removed deprecated screen_icon() * Added Text Domain and Domain Path to file header * Added $scs_wp_vers for minimum version check * Streamline/fine-tune plugin code * Changed text domain from scs to scc * Added .pot translation template in /languages/ * Added $allowedposttags to wp_kses() validation * Exclude pages from simple_custom_content_posts() **20140925** * Tested on latest version of WordPress (4.0) * Increased min-version requirement to WP 3.7 * Added conditional check for min-version function **20140305** * Bugfix: now using isset() for toggling admin panel custom classes, resolves PHP error "undefined index" **20140123** * Tested with latest version of WordPress (3.8) * Added trailing slash to load_plugin_textdomain() * Fixed 3 incorrect _e() tags in core file **20131106** * Tested with latest version of WordPress (3.7) * General code cleanup and maintenance * Removed closing `?>` from simple-custom-content.php * Added line to prevent direct loading of the script * Added uninstall.php file * Added "rate this plugin" links * Added i18n support **20130713** * General code check n clean * Improved localization support * Overview and Updates admin panels toggled open by default **20130104** * Added margins to submit buttons **20121025** * Refactored Authenticate plugin and renamed to Simple Custom Content **20080629** * Initial release of [Authenticate](https://perishablepress.com/wordpress-plugin-authenticate/)