Skip to content

Releases: bueltge/multisite-global-media

Version 0.2.0

21 Mar 19:48
df7b2f7
Compare
Choose a tag to compare

Thanks to all contributors, really great to see your contribution ❤️

What's Changed

New Contributors

Full Changelog: 0.1.1...0.2.0

  • Attached a zip package include an autoloader to upload and activation, without Composer install, knowledge.

Version 0.1.1

22 Apr 14:07
Compare
Choose a tag to compare

Thanks to all contributors, really great to see your contribution ❤️

For now, we have a CHANGELOG.md that include all changes for a tag, version. Currently, copy of them below.

Changelog

  • Use GitHub actions for CI, Probs @widoz
  • Fix filter hook wp_get_attachment_image_src, #104, Probs @widoz
  • Introduce docker develop environment, #101, Probs @widoz and @XedinUnknown
  • Removing test php code for checks of php standards, Probs @widoz
  • Fix restore blog after response, #110, Probs @goaround

Hints:

  • Attached a zip for ready to use, not Composer knowledge is necessary
    (created via composer install --no-dev --optimize-autoloader)

Version 0.1.0

02 Jan 09:27
Compare
Choose a tag to compare

Gutenberg ready. Fix

13 Sep 11:50
Compare
Choose a tag to compare
Gutenberg ready. Fix Pre-release
Pre-release

Changelog

  • Fix attachment topic, wrong ID

Hints:

  • Attached a zip for ready to use, not Composer knowledge is necessary
    (created via composer install --no-dev --optimize-autoloader)

Gutenberg ready

12 Sep 13:43
Compare
Choose a tag to compare
Gutenberg ready Pre-release
Pre-release
  • Add Gutenberg support, probs @oxyc
  • Maintain code-style.

Refactor 2nd Try

05 Nov 19:56
776ed97
Compare
Choose a tag to compare
Refactor 2nd Try Pre-release
Pre-release
  • Cleanup to simplify the WooCommerce Enhancement
  • Add support for wp_get_attachment_image_src #53

Big thanks to @widoz

Refactor First Try

18 Oct 10:29
Compare
Choose a tag to compare
Refactor First Try Pre-release
Pre-release

First version of a refactoring and include features for WooCommerce store management.

Use the attached zip for installation, if you don't have knowledge with Composer because we need a autoloader from the composer dependency management.

Bugfix Featured Media

14 Oct 19:04
Compare
Choose a tag to compare
  • Fixed featured media topix, probs @widoz

Version 0.0.7 - Set featured image

27 Sep 17:40
Compare
Choose a tag to compare
  • Fixed #15 to use the global media also for the featured image option. Probs @widoz

Version 0.0.6 - Bugfix

20 Aug 11:41
e5cfb81
Compare
Choose a tag to compare
  • fix missing site id on some cases
  • fix warning on missing key for _thumbnail_id when saving
  • set a new default for site ID for 1
  • improve and correct documentation

Probs @LC43 for his help!