summary refs log tree commit diff
path: root/nixos/doc/manual/from_md/release-notes
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-01-28 12:01:10 +0000
committerGitHub <noreply@github.com>2023-01-28 12:01:10 +0000
commitb460ba19982e9531f03e74bc8a0bf6668267daa7 (patch)
tree7f3b8e6c8206fee68dc80d566a7328ba929c7073 /nixos/doc/manual/from_md/release-notes
parentcfb80ea275295fb0c43ffbc0493ea6343244ee7b (diff)
parent8142fb901dfc9cd97936eba52515e8d4ce74c852 (diff)
downloadnixpkgs-b460ba19982e9531f03e74bc8a0bf6668267daa7.tar
nixpkgs-b460ba19982e9531f03e74bc8a0bf6668267daa7.tar.gz
nixpkgs-b460ba19982e9531f03e74bc8a0bf6668267daa7.tar.bz2
nixpkgs-b460ba19982e9531f03e74bc8a0bf6668267daa7.tar.lz
nixpkgs-b460ba19982e9531f03e74bc8a0bf6668267daa7.tar.xz
nixpkgs-b460ba19982e9531f03e74bc8a0bf6668267daa7.tar.zst
nixpkgs-b460ba19982e9531f03e74bc8a0bf6668267daa7.zip
Merge master into staging-next
Diffstat (limited to 'nixos/doc/manual/from_md/release-notes')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2305.section.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2305.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2305.section.xml
index 908b0cc6046..0d80824b28b 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2305.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2305.section.xml
@@ -304,6 +304,14 @@
       </listitem>
       <listitem>
         <para>
+          The <literal>wordpress</literal> derivation no longer contains
+          any builtin plugins or themes. If you need them you have to
+          add them back to prevent your site from breaking. You can find
+          them in <literal>wordpressPackages.{plugins,themes}</literal>.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           <literal>llvmPackages_rocm.llvm</literal> will not contain
           <literal>clang</literal> or <literal>compiler-rt</literal>.
           <literal>llvmPackages_rocm.clang</literal> will not contain
@@ -360,6 +368,17 @@
       </listitem>
       <listitem>
         <para>
+          The
+          <link linkend="opt-services.wordpress.sites._name_.plugins">services.wordpress.sites.&lt;name&gt;.plugins</link>
+          and
+          <link linkend="opt-services.wordpress.sites._name_.themes">services.wordpress.sites.&lt;name&gt;.themes</link>
+          options have been converted from sets to attribute sets to
+          allow for consumers to specify explicit install paths via
+          attribute name.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           In <literal>mastodon</literal> it is now necessary to specify
           location of file with <literal>PostgreSQL</literal> database
           password. In