Skip to main content

4 posts tagged with "Add to Calendar"

Add to Calendar improvements

View All Tags

1.10.0 - Child Posts Nav Block & Bug Fixes

· One min read
Konstantin Brazhnik
Senior Full Stack Engineer @ Yoko Co

Adds "Show Child Pages" option to core WordPress Navigation Gutenberg block to render navigation for heirarchical post types. Fixes bug with Add to Calendar shortcode that miscalculated the duraction of multi-day, full-day events.

FIXES

  • Fixes issue with Add to Calendar shortcode and Beaver Builder module miscalculating the length of a multi-day, all-day event.

ADDS

  • Adds "Show Child Pages" option to native WP navigation block to render child pages on pages like micro-sites or large events with sophisticated sub-navigation requirements.

1.9.9 - Enhancements and Bug Fixes

· One min read
Konstantin Brazhnik
Senior Full Stack Engineer @ Yoko Co
Sarah Lewis
Senior Full Stack Engineer @ Yoko Co

Add to Calendar shortcodes and BeaverBuilder module is compatible with three and two letter timezone strings (ex. EST, ET, CT,etc.). Adds initial integration with Search with Typesense. Fixes the filemtime stat bug by replacing the enqueued script/css version with the Yoko Core plugin version.

FIXES

  • Fixes filemtime bug when checking for the stat on files in the node_modules folder.

CHANGES

  • Add to calendar shortcode and bb module attempt to guess timezone when provided with an abbreviation instead of a fully formed php timezone.
  • Makes changed environment message less scary.

ADDS

  • Initial Search with Typesense integration that allows all public post_types to be indexed.

1.9.7 - Performance and Bug Fixes

· 2 min read
Konstantin Brazhnik
Senior Full Stack Engineer @ Yoko Co
Léo Muniz
Senior Full Stack Engineer @ Yoko Co

Introduces the unpublish post functionality, the content protectection lock in the WP adminbar for posts with protected content, along with an Admin Bar Roles option to configure which roles can see the adminbar on the frontend. Also adds integration configuration with AMS Connect for WP to ensure legacy SSO boilerplates and shortcodes continue to work as normal and a timezone attribute to the [add-to-calendar] shortcode.

Fixes

  1. [ADMIN] Fixes Appsero automatic Opt In function.
  2. [ADMIN] Fixes appearance of "BG Actions" submenu in Yoko Adminbar menu.

Adds

  1. [CONTENT PROTECTION] Adds content protection lock into Admin Bar when the current post is configured to be visible to only specific roles.
  2. [AMS CONNECT] Adds connection between AMS Connect for WP plugin and the Yoko Core content protection.
  3. [OPTIONS] Adds the "Admin Bar Roles" option to control which roles should be able to see the adminbar when they are logged in.
  4. [UNPUBLISH POST] Adds the unpublish post functionality allowing user to schedule a post to be unpublished and set to draft at a specified future time.
  5. [ADD TO CALENDAR] Adds timezone attribute to add to calendar shortcode.
  6. [YOKO LOGGER] Adds the yoko_log_nodate( $message, $type ) function to create log files that do not automatically split into daily logs.

1.9.3 Beaver Builder Plugin Fold In

· 3 min read
Konstantin Brazhnik
Senior Full Stack Engineer @ Yoko Co
  1. [IMPROVEMENT] Appsero automatically opts user into analytics tracking.
  2. [BUG FIX] Prevents yoko.yml CPT declarations from overwriting any existing post type that has already been registered.
  3. [BEAVER BUILDER] Moved Yok0xBB Beaver Builder modules into Yoko Core. Yok0xBB must remain on legacy sites for now.
  4. [PDF VIEWER] Fixes bug where PDF page would get slightly cut off due to incorrect box-sizing CSS setting.
  5. [PDF VIEWER] Allows Ad-Hoc use of the PDF viewer on individual attachment files when global setting is not turned on.
  6. [BEAVER BUILDER] Fixes BB Add to Calendar module hidepast configuration to properly hide the module after the start date has passed.