Skip to content

Commit

Permalink
v3.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
spelkey-ucd committed Feb 6, 2024
1 parent 9068583 commit 2216fdb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ ARG PLUGIN_ROOT="$WP_SRC_ROOT/wp-content/plugins"
ARG WP_LOG_ROOT=/var/log/wordpress
ARG PLUGINS_BUCKET=wordpress-general/plugins
ARG NODE_VERSION=20
ARG PLUGIN_ACF="advanced-custom-fields-pro-6.2.4.zip"
ARG PLUGIN_ACF="advanced-custom-fields-pro-6.2.5.zip"
ARG PLUGIN_BROKEN_LINK_CHECKER="broken-link-checker-2.2.4.zip"
ARG PLUGIN_DEFENDER="defender-pro-4.4.1.zip"
ARG PLUGIN_FORMINATOR="forminator-pro-1.28.1.zip"
ARG PLUGIN_HUMMINGBIRD="hummingbird-pro-3.7.1.zip"
ARG PLUGIN_DEFENDER="defender-pro-4.5.zip"
ARG PLUGIN_FORMINATOR="forminator-pro-1.29.zip"
ARG PLUGIN_HUMMINGBIRD="hummingbird-pro-3.7.2.zip"
ARG PLUGIN_LIGHTBOX="gallery-block-lightbox-1.13.zip"
ARG PLUGIN_REDIRECTION="redirection-5.4.zip"
ARG PLUGIN_SMTP_MAILER="smtp-mailer-1.1.11.zip"
ARG PLUGIN_SMUSH="smush-pro-3.15.3.zip"
ARG PLUGIN_REDIRECTION="redirection-5.4.2.zip"
ARG PLUGIN_SMTP_MAILER="smtp-mailer-1.1.12.zip"
ARG PLUGIN_SMUSH="smush-pro-3.15.5.zip"
ARG PLUGIN_USER_ROLE_EDITOR="user-role-editor-4.64.1.zip"
ARG PLUGIN_WPMUDEV_UPDATES="wpmu-dev-dashboard-4.11.23.zip"
ARG PLUGIN_WPMUDEV_UPDATES="wpmu-dev-dashboard-4.11.24.zip"

# Download third-party plugins from cloud bucket
# note, they still have to be activated
Expand Down Expand Up @@ -189,7 +189,7 @@ COPY ucdlib-wp-plugins/ucdlib-special/src/editor/index.js src/editor/index.js
COPY ucdlib-wp-plugins/ucdlib-special/src/editor/lib src/editor/lib


FROM wordpress:6.4.2 as wordpress
FROM wordpress:6.4.3 as wordpress

ARG WP_SRC_ROOT
ENV WP_SRC_ROOT=${WP_SRC_ROOT}
Expand Down Expand Up @@ -292,7 +292,7 @@ RUN unzip ${PLUGIN_ACF} && rm ${PLUGIN_ACF} \
# our forms rt extension
RUN git clone https://github.com/UCDavisLibrary/forminator-addon-rt.git \
&& cd forminator-addon-rt \
&& git checkout v1.1.1
&& git checkout v1.2.0

# copy our theme
COPY --from=ucdlib-theme-wp /plugin/ucdlib-theme-wp $THEME_ROOT/ucdlib-theme-wp
Expand Down
2 changes: 1 addition & 1 deletion ucdlib-theme-wp
2 changes: 1 addition & 1 deletion ucdlib-wp-plugins

0 comments on commit 2216fdb

Please sign in to comment.