WP Manifestindependent plugin directory
manifest / content / azrcrv-display-after-post-content

Display After Post Content

Display After Post Content plugin for ClassicPress

by azurecurve · github.com/azurecurve/azrcrv-display-after-post-content · website

2stars
2forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/azurecurve/azrcrv-display-after-post-content/archive/refs/heads/master.zip

Readme

Display After Post Content

Plugin Banner

Allows insertion of content configured through admin panel to be displayed after the post content; supports HTML format and works with shortcodes.

Description

Allows insertion of content configured through admin panel to be displayed after the post content; supports HTML format and works with shortcodes.

Installation

  • Download the latest release of the plugin from GitHub.
  • Upload the entire zip file using the Plugins upload function in your ClassicPress admin panel.
  • Activate the plugin.
  • Configure relevant settings via the configuration page in the admin control panel (azurecurve menu).

Frequently Asked Questions

Can I translate this plugin?

Yes, the .pot file is in the plugins languages folder; if you do translate this plugin, please sent the .po and .mo files to translations@azurecurve.co.uk for inclusion in the next version (full credit will be given).

Is this plugin compatible with both WordPress and ClassicPress?

This plugin is developed for ClassicPress, but will likely work on WordPress.

Changelog

Version 2.0.0

  • Rebuilt to match the current azurecurve plugin architecture (namespaced code, settings/menu split across includes files, tabbed admin UI matching Shortcodes in Comments).
  • Fixed a fatal error: the plugin's custom icon/banner path/URL functions referenced an undefined PLUGIN_FILE constant, which raised a PHP 8+ fatal error whenever Update Manager requested this plugin's images.
  • Fixed the "display after post content" wrapper <div> using a different CSS class (azc_dapc) to the one the plugin's own stylesheet targeted (azrcrv-dapc), so the stylesheet never actually applied to the output.
  • Fixed a PHP warning on a never-configured settings page (defaults weren't actually applied on read in the save handlers).
  • Removed the multisite network-wide settings feature (Network Admin > Settings > Display After Post Content) - it was found to be non-functional in the pre-2.0.0 plugin (the save form posted to the wrong endpoint for the action hook that was registered, so saving network settings silently did nothing). Each site now always uses its own Settings tab.
  • Fixed an inefficient plugin_action_links hook so it no longer runs for every plugin on the Plugins list page.
  • Fixed the front-end stylesheet being enqueued on every page load; it's now only enqueued on single post views, where it can actually apply.
  • Fixed the shared azurecurve cross-plugin menu being rebuilt (and its option re-saved) on every admin page load; it's now only rebuilt on plugin activation/upgrade, and only saved if it actually changed.
  • Added an Instructions tab and a standard, auto-generated Other Plugins tab.
  • Added a proper uninstall.php cleanup, consistent with the rest of the azurecurve plugin family.
  • BREAKING: minimum PHP requirement raised to 8.2.
  • BREAKING: text domain renamed from display-after-post-content to azrcrv-dapc, and Domain Path moved from /languages to /assets/languages; existing translation (.po/.mo) files must be re-supplied under the new domain/path.
  • BREAKING: the multisite network-wide settings feature described above has been removed; each site now manages its own content.
  • Update readme.md and remove readme.txt (not required for ClassicPress).
  • Update azurecurve menu.

Version 1.2.6

  • Update plugin header and readme yet again for compatibility with ClassicPress Directory v2.
  • Fix bug with unset network options.

Version 1.2.5

  • Update plugin header and readme for compatibility with ClassicPress Directory v2.
  • Update Update Manager to version 2.5.0.

Version 1.2.4

  • Update readme file for compatibility with ClassicPress Directory.

Version 1.2.3

  • Update readme files.
  • Update language template.
  • Fix bug with azurecurve menu.

Version 1.2.2

  • Update azurecurve menu.
  • Update readme files.

Version 1.2.1

  • Update azurecurve menu and logo.

Version 1.2.0

  • Fix plugin action link to use admin_url() function.
  • Rewrite option handling so defaults not stored in database on plugin initialisation.
  • Add plugin icon and banner.
  • Update azurecurve plugin menu.

Version 1.1.4

  • Fix bug with setting of default options.
  • Fix bug with plugin menu.
  • Update plugin menu css.

Version 1.1.3

  • Rewrite default option creation function to resolve several bugs.
  • Upgrade azurecurve plugin to store available plugins in options.

Version 1.1.2

  • Update Update Manager class to v2.0.0.
  • Update action link.
  • Update azurecurve menu icon with compressed image.

Version 1.1.1

  • Fix bug with incorrect language load function name and text-domain.

Version 1.1.0

  • Add integration with Update Manager for automatic updates.
  • Fix issue with display of azurecurve menu.
  • Change settings page heading.
  • Add load_plugin_textdomain to handle translations.

Version 1.0.1

  • Update azurecurve menu for easier maintenance.
  • Move require of azurecurve menu below security check.
  • Localization fixes.

Version 1.0.0

  • Initial release for ClassicPress forked from azurecurve Display After Post Content WordPress Plugin.

Other Notes

Read the full README on GitHub →