Skip to content

Commit

Permalink
changing the release file to be the proper one because I renamed the …
Browse files Browse the repository at this point in the history
…wrong file
  • Loading branch information
curtismchale committed Jun 19, 2024
1 parent 3130f75 commit 17c4cc7
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 41 deletions.
39 changes: 0 additions & 39 deletions updates/release-2024.06.10.1059.sh

This file was deleted.

4 changes: 4 additions & 0 deletions updates/release-2024.06.13.1024.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

# turning off events manager google maps integration
wp option update dbem_gmap_is_active 0 --autoload=no --allow-root
39 changes: 37 additions & 2 deletions updates/release-2024.06.19.0955.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,39 @@
#!/bin/bash

# turning off events manager google maps integration
wp option update dbem_gmap_is_active 0 --autoload=no --allow-root
# set widget order for all users
wp option update fix_alt_text '{
"option": "fix_alt_text",
"db_version": "1.7.0",
"db_version_history": [],
"access_tool_roles": [
"editor"
],
"access_settings_roles": [
"editor"
],
"debug": false,
"blocks": [
"core/image",
"core/media-text",
"core/gallery"
],
"others": [
"Media Library"
],
"scan_post_types": [
"attachment",
"page",
"wp_block",
"post",
"wp_template_part",
"wp_template"
],
"scan_taxonomies": [
"category",
"post_tag",
"wp_template_part_area",
"wp_theme"
],
"scan_users": true,
"site_id": 1
}' --format=json --allow-root

0 comments on commit 17c4cc7

Please sign in to comment.