Skip to content
  1. Feb 04, 2019
  2. Feb 03, 2019
  3. Jan 31, 2019
  4. Jan 29, 2019
    • Alexander Varwijk's avatar
      Rewrite javascript code to work with React · 64de85d0
      Alexander Varwijk authored
      RTSEO.js 3.0.0 has been rewritten to use React and Redux. It uses React
      to display the UI instead of the YoastSEO built in presenter so that we
      have a more fine-grained control over how our form interfaces with
      YoastSEO. This change also enables the translation of feedback messages.
      
      We alter some of the form, template and analyse logic to properly
      interact with the changes that have been made in the javascript. This
      should help the Real-Time SEO widget work if multiple instances
      (multiple forms) are displayed on the same page.
      64de85d0
  5. Oct 01, 2018
  6. Jun 03, 2018
  7. Apr 07, 2018
  8. Apr 05, 2018
  9. Mar 13, 2018
  10. Mar 07, 2018
  11. Feb 16, 2018
    • Alexander Varwijk's avatar
      Issue #2941887 by Kingdutch: yoast_seo_metatags_alter relies on removed code · 3eb14eb4
      Alexander Varwijk authored
      The new yoast_seo_metatags_alter searches for a yoast_seo field and
      uses its value, if present, to alter the metatags of a page.
      Because the field widget settings can not reliably be obbtained
      (a widget without those settings may produce the same value) we
      instead only check if the value is set. In the widget we then ensure
      that no value is present if editing of title or description is
      disabled.
      
      This leads to a situtation where a custom title cna be lost if the
      field widget setting is disabled and the entity is re-saved,
      however, it ensures that the saved value is always equivalent to
      the one displayed in the entity create/edit form.
      8.x-2.0-alpha1
      3eb14eb4
  12. Feb 03, 2018
  13. Jan 30, 2018
  14. Jan 20, 2018
  15. Jan 19, 2018
  16. Jan 18, 2018
    • Alexander Varwijk's avatar
      Issue #2573899 by volkerk, Kingdutch: Paragraphs module support · dc0cb544
      Alexander Varwijk authored
      This commit implements an alternative analysis method where an
      entire entity is rendered. This makes the module agnostic of field
      types for its analysis purposes. By hooking into the entity form
      process different entity types can be supported and no entity
      specific handlers will need to be written.
      
      This also fixes #2917280
      dc0cb544
  17. Nov 21, 2017
  18. Nov 20, 2017
  19. Nov 12, 2017
  20. Nov 10, 2017