* Improvements:
* Threads: Added a media readiness check before publishing and improved error handling for failed or expired media containers.
* Security:
* Hardened AJAX auto-post flow with strict nonce, capability, and post ID validation.
* Compliance:
* Added external services and build/source-code documentation for WordPress.org review.
* Features:
* WP scheduled posts: Added a new post order option starts from the oldest posts and continues to the latest (including upcoming posts).
* Added a new Smart Tag: {post_date} for inserting the post publish date.
* Improvements:
* Improved hashtag formatting:
* Previous: #new #year
* Now: #newYear
* Trimmed Threads topic text to 50 characters to prevent posting errors.
* Fixed:
* Few minor bug fixes & improvements
* Features:
* Pinterest: Users can now set a custom title directly from the Pinterest template settings for better control and personalization.
* Tumblr: Tumblr templates now support HTML URLs, allowing more flexible and dynamic content rendering.
* Features:
* Added an “Add a Button” select option in the WP Post schedule template for Google Business Profile, allowing users to choose CTA buttons
* Features:
* AI Prompts enable dynamic control over WordPress post content and images using reusable prompt templates.
* Supports Smart Tags to inject WordPress post data into prompts at runtime
* Text prompts generate captions, descriptions, or rewritten content
* Image prompts generate AI images based on post title, content, or custom instructions
* Prompts execute during scheduling or publishing
* Includes model, temperature, and fallback configuration
This allows automated, consistent, and customizable AI-generated content across posts and platforms.
* WP Schedule – Custom Image Selection
* WordPress post schedules now support custom image selection.
* Choose specific images instead of default featured images
* Better control over post visuals per schedule
* Useful for platform-specific image optimization
* Improvement:
* Smart Tag Cursor Support: Smart tag values are now inserted at the current cursor position instead of the end of the text box.
* Post Filter Multi-Language Support: Post filtering now supports multi-language posts, categories, and tags.
* Fixed:
* Thread Content Length Fix: Thread content is now properly trimmed to the maximum allowed length.
* Features:
* Hook: Action Hooks for Social Media Publishing. A total of 14 new action hooks have been added to enhance extensibility and automation in Bit Social.
* Each social media platform now has its own publish hook (bit_social_{platform}_post_publish) that fires after a post is published and returns post details (content, media, link, comment) and response details (account_name, account_id, post_url, status).
* bit_social_all_platforms_post_publish fires once after publishing across all selected platforms and returns all combined platform post data.