Crosspost to Inkwell — Technical Changelog (continued)
03/16/26 — Bug Fixes Timezone fix for Social Notes title fallback Social Notes crossposted to Inkwell were timestamped 4 hours behind the correct local time Root cause: $post->post_date is already converted to the site's local timezone but stored as a plain string with no timezone info — strtotime() was interpreting it as UTC, then wp_date() was converting it again, doubling the UTC offset Fix: switched to $post->post_date_gmt (true UTC) with UTC appended so PHP parses it […]https://evecodes.com/crosspost-to-inkwell-technical-changelog-continued-3/
March 16, 2026 2:29 AM
Fixed a tiny issue that caused social notes, and maybe posts too, to be timestamped 4 hours behind #wordpress #pluginhttps://inkwell.social/eve/march-16-2026-229-am-530002
March 15, 2026 10:17 PM
Also #WordPress social notes by default do not have titles which was causing awkwardness in navigating when reading them on Inkwell. Changed it so now the title field will automatically fill with the date and time 👏https://inkwell.social/eve/march-15-2026-1017-pm-362963
March 15, 2026 10:10 PM
Added one new slight change. Hashtags in Jetpack Social notes will now post as native tags to Inkwell Social #wordpress #plugin #crossposttoinkwellhttps://inkwell.social/eve/march-15-2026-1010-pm-510770
Crosspost to Inkwell — Technical Changelog (continued)
03/16/26 — Hashtag-to-Tag Extraction & Jetpack Social Notes Support Hashtag extraction from post content New setting added: Hashtag Tags (enabled by default) under Settings → Entry Settings When enabled, the plugin scans the post body for #hashtag patterns and adds them to the Inkwell entry tags HTML is stripped from content before scanning so hashtags inside href attributes or HTML tags are not picked up Only hashtags starting with a letter are matched — filters out numeric […]https://evecodes.com/crosspost-to-inkwell-technical-changelog-continued-2/
Crosspost to Inkwell — Technical Changelog (continued)
03/16/26 — Hashtag-to-Tag Extraction & Jetpack Social Notes Support Hashtag extraction from post content New setting added: Hashtag Tags (enabled by default) under Settings → Entry Settings When enabled, the plugin scans the post body for #hashtag patterns and adds them to the Inhttps://inkwell.social/eve/crosspost-to-inkwell-technical-changelog-continued-507010
Director of Development (WordPress) https://jobs.wordpress.net/job/director-of-development-wordpress/ #WordPress #wpmisc
Imagine your products in Tokyo, London, and New York—all from your laptop at home. Our stepwise guide to global selling with WordPress.com makes international success easier than you think.
Read more 👉 https://lttr.ai/ApMHH
#WordPress #SmallBusiness #eCommerce
Imagine your products in Tokyo, London, and New York—all from your laptop at home. Our stepwise guide to global selling with WordPress.com makes international success easier than you think.
Read more 👉 https://lttr.ai/ApMHG
#WordPress #SmallBusiness #eCommerce
Crosspost to Inkwell — Technical Changelog (continued)
03/15/26 — 03/16/26 — Post-Submission Bug Fixes & New Features 03/15/26 — “Publishing failed” error with WordPress 6.9.4 Root cause: transition_post_status hook was making synchronous HTTP calls to the Inkwell API inside the Gutenberg REST API request, blocking the response and thttps://inkwell.social/eve/crosspost-to-inkwell-technical-changelog-continued-217107
Crosspost to Inkwell — Technical Changelog (continued)
03/15/26 — 03/16/26 — Post-Submission Bug Fixes & New Features 03/15/26 — "Publishing failed" error with WordPress 6.9.4 Root cause: transition_post_status hook was making synchronous HTTP calls to the Inkwell API inside the Gutenberg REST API request, blocking the response and triggering a publish failure Fix: detect REST_REQUEST and defer crosspost execution using wp_schedule_single_event + spawn_cron() Follow-up: cron never fired on host due to blocked loopback HTTP requests — […]https://evecodes.com/crosspost-to-inkwell-technical-changelog-continued/
Block Visibility in WordPress 7.0 https://make.wordpress.org/core/2026/03/15/block-visibility-in-wordpress-7-0/ #WordPress #wpdev