Skip to content

Commit

Permalink
Fix install.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
dasistwas committed Jul 29, 2023
1 parent c5b47d0 commit c112488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion db/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<FIELD NAME="allowguestusersubscriptions" TYPE="int" LENGTH="4" NOTNULL="true" DEFAULT="0" SEQUENCE="false"/>
<FIELD NAME="welcomemessage" TYPE="text" LENGTH="big" NOTNULL="false" SEQUENCE="false"/>
<FIELD NAME="welcomemessageguestuser" TYPE="text" LENGTH="big" NOTNULL="false" SEQUENCE="false"/>
<FIELD NAME="aboprofilefield" TYPE="int" LENGTH="10" NOTNULL="true" DEFAULT="0" SEQUENCE="false"/ COMMENT="User profile field for triggering newsletter subscription">
<FIELD NAME="aboprofilefield" TYPE="int" LENGTH="10" NOTNULL="true" DEFAULT="0" SEQUENCE="false" COMMENT="User profile field triggering subscription"/>
</FIELDS>
<KEYS>
<KEY NAME="primary" TYPE="primary" FIELDS="id"/>
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
$plugin->version = 2023072700;
$plugin->requires = 2022041900;
$plugin->maturity = MATURITY_STABLE;
$plugin->release = 'v2.3.5-NewYorkTimes'; // Already used names: Der Standard, Le Monde Diplomatique.
$plugin->release = 'v2.3.6-NewYorkTimes'; // Already used names: Der Standard, Le Monde Diplomatique.
$plugin->component = 'mod_newsletter';

0 comments on commit c112488

Please sign in to comment.