Yunits for WP

Beschrijving

Integreer een Yunits community met WordPress en combineer het beste van twee werelden.

Nieuws & agenda’s op je WordPress site

This plugin enables you to retrieve News and Agenda items from your Yunits Community and display them on your WordPress site. These items include metadata, allowing you to create gated content using the Yunits roles specified in the metadata.

If you decide to also synchronise Yunits Theme’s (see Knowledge Bases below) it will also automatically connect them as taxonomy terms which you can use to create filters in FacetWP for example.

Kennisbanken

Als je FacetWP gebruikt, kun je Yunits thema’s ophalen uit je Yunits community en ze als taxonomieën synchroniseren met de door jou gekozen berichttypen. Dit stelt je in staat om kennisbank berichten in WordPress te maken, ze te verrijken met thema’s en ervoor te zorgen dat je Yunits community de FacetWP API kan lezen om die items te synchroniseren.

Eenmalige aanmelding via OpenID Connect

Hoewel het geen deel uitmaakt van deze plugin, bieden we aanbevelingen en instructies voor het instellen van Single Sign-On met OpenID Connect.

Installatie

  1. Upload de yunits-for-wp map naar de /wp-content/plugins/ folder.
  2. Activeer de plugin via het ‘Plugins’ menu in WordPress.
  3. Ga naar je instellingen in WordPress beheer: Instellingen > Yunits voor WP en voeg je referenties in

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Yunits for WP” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

“Yunits for WP” is vertaald in 1 taal. Dank voor de vertalers voor hun bijdragen.

Vertaal “Yunits for WP” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.15.0: Mar 21, 2025

  • Add: blog importer
  • Change: only show dashboard buttons for enabled importers

1.14.1: Mar 06, 2025

  • Fix: import api permission error on lower level roles

1.14.0: Mar 05, 2025

  • Add: dashboard widget to call importers
  • Add: only allow publish_pages cap to access the widget

1.13.0: Jan 30, 2025

  • Add: add files (attachments) to news metadata
  • Change: update deps
  • Fix: check if key exists before sanitizing

1.12.0: Oct 28, 2024

  • Add: set roles and item_roles on user meta if role scope available on OIDC
  • Add: add type meta field on theme taxonomy

1.11.1: Oct 22, 2024

  • Change: performance optimizations post_update
  • Change: performance optimizations avoid redundant database call
  • Change: increase news and agenda import limit to 100

1.11.0: Oct 16, 2024

  • Add: yfw_featured_image to knowledge base endpoints to circumvent an additional api call
  • Add: assign which post types need to be synchronized back to Yunits from the settings page
  • Change: scale down import batch size since the recurrence can be set

1.10.0: Oct 15, 2024

  • Add: yfw_manage_settings capability for managing the settings page
  • Add: settings field to settings page for selecting different cron intervals
  • Add: register more cron intervals

1.9.0: Sep 23, 2024

  • Add: setting to configure the timeout of API requests

1.8.0: Sep 23, 2024

  • Add: shortcode to display the api base url on the front-end

1.7.1: Sep 04, 2024

  • Fix: check if isEnabled is set on settings array before usage

1.7.0: Aug 21, 2024

  • Change: deprecate houseNumber, streetName and addressAddition with street in venue metadata

1.6.1: Aug 20, 2024

  • Fix: base64 encoded images in post_content

1.6.0: Aug 20, 2024

  • Add: allow inline images in agenda and news items imported from Yunits
  • Add: web-detail-comments as metadata property to agenda and news as a direct link to comments
  • Add: themes as metadata property on news items
  • Add: automatically synchronise Yunits themes as taxonomy terms if enabled as knowledge base
  • Change: improve code formatting following code standards on the exists trait
  • Change: improve import performance and pause / restart indexers for FacetWP and SearchWP after importing

1.5.0: Aug 14, 2024

  • Add: venue metadata to agenda cpt

1.4.0: Aug 13, 2024

  • Add: update term if it already exists (allows for changing names)
  • Add: add custom capabilities to agenda and news cpts (to hide by default)
  • Add: typeName and themes as metadata properties on agenda items
  • Change: increase batch size from 20 to 100
  • Fix: broken import due to invalid to_post_array check

1.3.0: Aug 08, 2024

  • Add: lead text as a metadata field to news items
  • Change: use published date instead of created date as the post_data for news and agendas
  • Change: logging text: import finished to import started

1.2.2: Aug 07, 2024

  • Fix: PHP warning

1.2.1: Aug 07, 2024

  • Fix: missed tag

1.2.0: Aug 07, 2024

  • Add: wp crons schedule and unschedule based on activated modules (imports run twice daily)
  • Change: improved importer code, imports can be run via wp cli, wp cron and via triggers on the plugin settings
  • Change: update readme

1.1.0: Aug 06, 2024

  • Change: keep action scheduler as a vendor dependency
  • Change: rename the oidc scopes

1.0.1: Aug 05, 2024

  • Change: improve deployment
  • Fix: include required dist files

1.0.0: Aug 05, 2024

  • Init: first release!