wordpress-bundle

Use Wordpress and Symfony together using a Symfony bundle

MIT License

Downloads
3.4K
Stars
59
Committers
8

Bot releases are hidden (Show)

wordpress-bundle - Image editor

Published by jerome-barbato about 5 years ago

wordpress-bundle - Fix wp-json url

Published by jerome-barbato about 5 years ago

wordpress-bundle - Fix msls link

Published by jerome-barbato about 5 years ago

wordpress-bundle - Removed __ function

Published by jerome-barbato about 5 years ago

Fix

  • removed __ function from TwigExtension to allow declaration in App
wordpress-bundle - Fix msls link

Published by jerome-barbato about 5 years ago

wordpress-bundle - Optimisation release

Published by jerome-barbato about 5 years ago

Category and tag taxonomy supports must now be explicitly declared in wordpress.yml

Feature

  • WordpressController can be loaded on front and back side in App\Controller
  • added public entity field to image/post/term/user/menu/menu-item
  • added __ function in TwigExtension
  • taxonomy tag support for post permalink ( see permalink in BO )
  • parent tag support for term permalink ( see permalink in BO )
  • Added output arg for Context get_terms & get_posts to allow array without key
  • Maintenance mode call its own maintenanceAction
  • Added args support to Post getTerms/getTerm
  • Added ?debug=image to display via.placeholder.com image and view requested size
  • Added Cache::get/set/delete as WP_Object_cache wrapper
  • Added is_tax, is_single,is_archive in context

Optimisation

  • Added rewrite removal rules in config
  • Added option in image to remove meta from object
  • Entity now implements the magic __call function to allow async acf data loading
  • Entities can now receive args options
  • Added depth arg for Entities to prevent acf loading
  • Added depth arg for Context get_terms & get_posts to prevent acf loading ( 0, to prevent )
  • Better factory cache based on args crc32
  • Reduced ACFHelper depth digging to 1
  • ACF Message and tab field in options do not trigger sql query to get value anymore
  • when publicly_queryable is set to false, it forces rewrite, query_vars, and exclude_from_search to false
  • ACF Options are now autoloaded to save queries, note that previously saved options are not affected, you can do a UPDATE {$table_prefix}_options set autoload = 'yes' WHERE option_name LIKE 'options_%' to enable autoload

Fix

  • Better post status management
  • Add more check before foreach in ACFHelper
  • Added imagefocus plugin fallback support
  • term_url & post_url twig functions now return false on error instead of WP_error
  • reset_cache action
  • search rewrite rule loading
  • added html entity decode in page title
  • addMenu context function called twice
  • WPSeo canonical for page and url with query parameters
  • Removed non functional ?debug=query

Removed

  • Twig more function
wordpress-bundle - Entity->addCustomFields bug on non object

Published by jerome-barbato about 5 years ago

wordpress-bundle - Add redirection role & SVG Fix

Published by jerome-barbato about 5 years ago

wordpress-bundle - Fix Yoast SEO Sitemap url

Published by jerome-barbato about 5 years ago

wordpress-bundle - New varnish ip support

Published by jerome-barbato about 5 years ago

wordpress-bundle - Fix cache button

Published by jerome-barbato about 5 years ago

wordpress-bundle - 1.2.0

Published by jerome-barbato about 5 years ago

Feature

  • Site health is now available by typing /_site-health url README.md
  • Cache clear button is now available for administrators to remove filecache.
  • New API url are available for cache clearing
    • /_cache/purge call varnish cache
    • /_cache/clear remove filecache and purge varnish cache
      Fixe
  • Purge cache button will now clear varnish cache efficiently
wordpress-bundle - 1.1.0

Published by jerome-barbato about 5 years ago

1.1.0
Post and page supports must now be explicitly declared in wordpress.yml

Backoffice Feature

  • New interface for Wordpress backoffice
  • WebP thumbnail generation enhance
  • Placeholder for image slots when empty
  • Export database and Uploads files are now available in Options pages for easy backuping
  • Sup button is available in WYSIWYG

Advanced custom fields fixes

  • ACF Fields are now available in menus
  • Capabilities are now supported in menus
  • Metadata removal for a cleaner DOM
  • Role handling in configuration file with permissions

Multisite optimization

  • Better url management for multisite
  • Meta information are no longer global to multisite

Fixes

  • Maintenance page is no longer active editor and administrator users.
  • Data withdrawing optimization in requests for recurring post and ACF fields
  • Enhanced image compression to 90%
  • Generated thumbnails are now handled with rasterized file names.
wordpress-bundle - add addSitemap context function

Published by jerome-barbato over 5 years ago

wordpress-bundle - Preview button now functional

Published by jerome-barbato over 5 years ago

wordpress-bundle - Bugfix Form helper

Published by jerome-barbato almost 6 years ago

wordpress-bundle - Support Wordpress 5 with Classic Editor

Published by jerome-barbato almost 6 years ago

wordpress-bundle - Public release

Published by jerome-barbato almost 6 years ago

Package Rankings
Top 11.15% on Packagist.org
Badges
Extracted from project README
Latest Stable Version Total Downloads Latest Unstable Version License Buy us a tree Doc - Gitbook Screenshot from 2021-05-03 10-08-22
Related Projects