Title: Customized Structured Data
Last modified: July 26, 2019

---

# Customized Structured Data

 *  Resolved [zitrusblau](https://wordpress.org/support/users/zitrusblau/)
 * (@zitrusblau)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/customized-structured-data/)
 * Hey Sybre,
 * using the latest Version (2.0.4) of the Extension Manager, it’s not possible 
   to get the most recent extension updates for a valid “Essentials”-License subscription.
 * So how to achieve that. The license was enabled on the website of course. Also,
   Download the extension manager gives the version from Jan 19 which does not incorporate
   the newest extensions, too.
 * In this particular case, I’d like to make use of the filter hook `the_seo_framework_articles_supported_post_types`
   that’s only available in the most recent version of the extension which caused
   me some headache since I thought I had the most recent version installed already.
 * see [https://theseoframework.com/extensions/articles/#changelog](https://theseoframework.com/extensions/articles/#changelog)
 * Neither these new extension versions are available nor the mentioned version 
   3.3 of the main TSF plugin, which is quite irritating.
    I found the new code 
   on github but by browsing the code I was under the impression that this is a 
   DEV-Prerelease so I only used the updated code for the articles extension (which
   gives errors on saving a post apparently). So testing with the full source from
   github for now, but I hesitate to use this on a live environment.
 * So, where to get this new version or is it really not yet released? If so, why
   is the documentation on your website already stating that it’s released…*confused*?
 * thanks in advance,
    Daniel

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [Antonio](https://wordpress.org/support/users/onestatero/)
 * (@onestatero)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/customized-structured-data/#post-11769894)
 * The version is under development, soon available for us!
 * I’m testing on live and works good. After you update to dev 3.3.0 you can’t go
   back because a database update.
 * Only small problem on dev version are some post meta description you have to 
   save them twice. But that s all.
 * I m using with wpml, and google loves to crawl tsf Sitemaps 👏🏿👏🏿👏🏿.
    Also
   tsf is faster then previous stable version! And with 800 new tweaks! Sybre is
   doing a good job.
 *  Plugin Author [Sybre Waaijer](https://wordpress.org/support/users/cybr/)
 * (@cybr)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/customized-structured-data/#post-11770329)
 * _Forum moderators, before you close this topic: This isn’t about our Premium 
   services per se. But, more about our architecture working with plugin versioning
   and releasing them into the wild, regardless of it being paid or not. All our
   support channels are open because all our code (aside from our side’s SaaS API)
   is FOSS._
 * Hi Daniel,
 * I must apologize for the confusion and frustration! The filter provided there
   isn’t released yet.
 * The reason your drop-in replacement for Articles didn’t work as intended is that
   it relies on a new meta-saving callback from the core framework, named `\TSF_Extension_Manager\
   InpostGUI::is_state_safe()`. This method doesn’t exist in TSFEM v2.0.4 or earlier,
   so saving will fail.
 * Our extension-documentation pages are generated automatically from the plugin
   files. For Articles, it’s obtained from [this markdown file](https://raw.githubusercontent.com/sybrew/The-SEO-Framework-Extension-Manager/master/extensions/essentials/articles/trunk/readme.md).
 * Alas, because I don’t have the resources to maintain this asynchronously, I publish
   them as-is on my networks, with an asterisk dubbed `Release date: TBA`. I know
   I could’ve handled this better by adding such annotation at the filter. But, 
   I didn’t think our users were that quick to catch on; this is where our high 
   standards in privacy bite us.
 * Nevertheless, I’m still working hard on the TSF v3.3 update, which incorporates
   some changes incompatible with the current version of the Extension Manager.
 * TSF v3.3 should be in beta by the end of this week. We’ll be testing it live 
   on all websites managed by our team to learn how Google and Bing respond. Moreover,
   I’m going to freeze the API at beta. From there I can safely touch up TSFEM v2.1.0(
   or v2.0.5, TBT), and release that (hopefully) within two weeks from now.
 * As a full disclaimer, there was a new planned extension (named [Cord](https://github.com/sybrew/The-SEO-Framework-Extension-Manager/tree/master/extensions/free/cord/trunk)),
   but its functionality is being superseded by [Google’s Sitekit plugin](https://sitekit.withgoogle.com/),
   as such, I scraped it. So, there won’t be a new extension this release.
 * TSF v3.3 will be the last major release that is this massive (as Antonio pointed
   out: [over 800 notable changes](https://github.com/sybrew/the-seo-framework/blob/3326e9f8e6bb8de2b93f12b47f6e752568f0046d/readme.txt#L321-L1339)).
   It took a long time to change our API to become more consistent, reliable, and
   allow for more features. Finally, I can say I’m happy with my plugin: v3.3 opens
   many doors for new extensions that’ll keep working reliably for years to come.
 * I hope this explains the lot and relieves some of that pain you’ve experienced!
 * P.S. I was able to match your WordPress.org username in our records. To apologize
   for this confusion, I doubled up the number of connections 🙂 Cheers!
 * [@onestatero](https://wordpress.org/support/users/onestatero/) Can you replicate
   the description not saving consistently? If so, could you email me the details?
   Thanks!
 *  Thread Starter [zitrusblau](https://wordpress.org/support/users/zitrusblau/)
 * (@zitrusblau)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/customized-structured-data/#post-11770372)
 * Dear Sybre,
 * thank you for your response and taking the time to write in such detail.
 * I understand und appreciate all the hard work that goes on “behind the scenes”
   and your aspirations regarding code architecture and software quality. It really
   makes a difference since there are so many bad written or half-baked plugins 
   out there.
 * Alright, looking forward to the upcoming releases then. Sounds like this will
   be a big leap into the future 🙂
 * Oh, and thanks a lot for adding some extra candy for us with the doubled up connections.
   Really nice! 😀
 * Keep up the good work
    -  This reply was modified 6 years, 8 months ago by [zitrusblau](https://wordpress.org/support/users/zitrusblau/).
      Reason: typo
 *  [Antonio](https://wordpress.org/support/users/onestatero/)
 * (@onestatero)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/customized-structured-data/#post-11770427)
 * Hi Sybre.
 * I ll write you an email this evening.
    Now after new update ( this afeternoom-
   my time – I ve downloaded new code from git) it’s all seams to be ok!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Customized Structured Data’ is closed to new replies.

 * ![](https://ps.w.org/autodescription/assets/icon.svg?rev=3000376)
 * [The SEO Framework – Fast, Automated, Effortless.](https://wordpress.org/plugins/autodescription/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/autodescription/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/autodescription/)
 * [Active Topics](https://wordpress.org/support/plugin/autodescription/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/autodescription/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/autodescription/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [Antonio](https://wordpress.org/support/users/onestatero/)
 * Last activity: [6 years, 8 months ago](https://wordpress.org/support/topic/customized-structured-data/#post-11770427)
 * Status: resolved