Fixed: .wpyog-single-wrap max-width set to 900px — content column no longer stretches edge-to-edge on wide screens.
Fixed: Single news featured image changed to max-width: 100% / object-fit: contain / margin: 0 auto — displays at natural proportions, centered in the container.
1.0.5
Updated CSS: .wpyog-card-cats a padding updated to 10px.
Updated CSS: .wpyog-attr-table thead th color now uses !important to prevent theme override.
1.0.4
Fixed: Contributor username corrected to wpyog (WordPress.org account).
Fixed: Removed $_GET[‘revision’] from updated_messages() — replaced with a static string to eliminate nonce requirement.
Fixed: Pagination output now wrapped in wp_kses_post() for proper escaping.
1.0.3
Fixed: Added missing translators comments to all i18n strings with placeholders.
Fixed: Replaced deprecated rand() with wp_rand().
Fixed: Replaced deprecated current_time( ‘timestamp’ ) with time().
Fixed: Added wp_unslash() to all $_GET/$_POST reads missing it.
Fixed: Removed unnecessary load_plugin_textdomain() call (auto-loaded since WP 4.6).
Fixed: Previous/Next navigation on single news pages now works even when posts have no category assigned (was using $in_same_term which returned null for uncategorised posts).
Fixed: Navigation filtered to wpyog_news post type only — won’t accidentally link to regular blog posts.
Added: Empty nav placeholder keeps two-column layout balanced when only one adjacent post exists.