Skip to content
Merged

3.2.4 #1007

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
b9e7a15
WIP: using request header to indicate from editor
tharsheblows Nov 12, 2024
e171306
Merge branch 'master' into develop
Dec 3, 2024
1dd58c2
Merge branch 'master' into uat
Dec 3, 2024
e4710dd
Add support for `source` `screset`
Dec 6, 2024
e9fa7a7
Bypass lazyload on PICTURE tag
Dec 10, 2024
913c14c
Update the front end overlay to account for PICTURE tags
Dec 10, 2024
e9573b2
Prevent ReDoS, Regular Expression Denial of Service
Dec 10, 2024
92e72fc
Update compiled assets
Dec 10, 2024
1f1fed0
Cleanup Cloudinary cron on deactivation and full cleanup
Dec 11, 2024
2b29fa6
Clean up legacy cron jobs
Dec 11, 2024
855f290
Merge pull request #1004 from cloudinary/feature/cleanup-cron
tharsheblows Dec 12, 2024
37a15e6
Merge branch 'master' into fix/block-editor-unset-attributes
tharsheblows Dec 12, 2024
beae197
WIP: still some classes causing issues but getting there
tharsheblows Dec 12, 2024
c32bee1
Ensure that there's a to use
Dec 13, 2024
9a79c02
adding in conditions for removing the class (wip)
tharsheblows Dec 19, 2024
a6ecd4a
Remove unecessary logic to hanlde the reload
Dec 20, 2024
a155d3d
Add `is_asset` method
Dec 20, 2024
57b4f3c
Cleanup an minor improvements
Dec 20, 2024
9e38c56
Update docblock
Dec 20, 2024
963c4c4
Update compiled assets
Dec 20, 2024
1982376
Use the `latest` video player
Dec 20, 2024
370a773
Update the video player
Dec 20, 2024
1340346
Merge branch 'feature/support-source-breakpoints' into uat
Dec 20, 2024
9242da3
Merge branch 'fix/block-editor-unset-attributes' into uat
Dec 20, 2024
c772009
Merge branch 'feature/update-video-player' into uat
Dec 20, 2024
7928190
Bump plugin version
Dec 20, 2024
6b4f3a5
Update translations template
Dec 20, 2024
f90d870
Hook the activation links to the `init` action
Jan 6, 2025
bf4e937
Merge pull request #1008 from cloudinary/hotfix/deactivation-links
pereirinha Jan 7, 2025
77b10b1
Bump plugin version
Jan 7, 2025
ca42deb
The plugin must have the bootstrap complete before running the activa…
Jan 9, 2025
2cbcc5c
Require the `plugin.php` as it is essencial on new installs
Jan 13, 2025
fcf5aa2
Merge pull request #1009 from cloudinary/hotfix/activation-hook
pereirinha Jan 13, 2025
0cba2b5
Bump plugin version
Jan 13, 2025
24b6725
version bump
bruckercloud Jan 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.3
3.2.4
2 changes: 1 addition & 1 deletion js/block-editor.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-plugins'), 'version' => '8f1f83558398bdc930fd');
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-i18n'), 'version' => 'c8e1eb2b75a7df74cf6a');
2 changes: 1 addition & 1 deletion js/block-editor.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/front-overlay.js

Large diffs are not rendered by default.

Loading