Skip to content

Commit

Permalink
$VER change to 11.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
justingit committed Jul 10, 2022
1 parent 526dd80 commit bc21711
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions dada/DADA/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1799,8 +1799,8 @@ $ATTACHMENT_TEMPFILE //= 0;
$MAIL_VERP_SEPARATOR //= '-';


$VERSION = 11.18.0;
$VER = '11.18.0 2022-03-03';
$VERSION = 11.18.1;
$VER = '11.18.1 2022-07-11';

#
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ L<https://get.foundation/emails/docs/sass-guide.html>

In a B<separate> directory, you'll want to download the existing Dada Mail default theme from github:

L<https://github.com/justingit/dada_mail_foundation_email_templates/archive/v11_18_0-stable_2022_03_03.tar.gz>
L<https://github.com/justingit/dada_mail_foundation_email_templates/archive/v11_18_1-stable_2022_07_11.tar.gz>

Each release of Dada Mail also have a release of the default theme,
so make sure those two releases correspond to each other.
Expand Down
18 changes: 9 additions & 9 deletions dada/extras/documentation/pod_source/install_dada_mail.pod
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Let's go!
<a
class="button success expand"
target="_blank"
href="https://sourceforge.net/projects/dadamail/files/dada-11_18_0.tar.gz/download">
Download Dada Mail, v11.18.0
href="https://sourceforge.net/projects/dadamail/files/dada-11_18_1.tar.gz/download">
Download Dada Mail, v11.18.1
</a>

<p>
Expand All @@ -67,11 +67,11 @@ Let's go!

=end html

I<When installing Pro Dada, use B<I<pro_dada-11_18_0.tar.gz>> as the name of the distribution in these directions.>
I<When installing Pro Dada, use B<I<pro_dada-11_18_1.tar.gz>> as the name of the distribution in these directions.>

=head3 Upload the Dada Mail distribution

Once you have downloaded the Dada Mail distribution ( C<dada-11_18_0.tar.gz>, upload it to your hosting account.
Once you have downloaded the Dada Mail distribution ( C<dada-11_18_1.tar.gz>, upload it to your hosting account.

=begin html

Expand Down Expand Up @@ -104,20 +104,20 @@ Download using the link below - it's a small CGI Perl script - so you will want
<a
class="button success expand"
target="_blank"
href="https://raw.github.com/justingit/dada-mail/v11_18_0-stable_2022_03_03/uncompress_dada.cgi"
href="https://raw.github.com/justingit/dada-mail/v11_18_1-stable_2022_07_11/uncompress_dada.cgi"
>
uncompress_dada.cgi for v11.18.0 (Save Page/Link As...)
uncompress_dada.cgi for v11.18.1 (Save Page/Link As...)
</a>

=end html

and upload the C<uncompress_dada.cgi> script (PlainText/ASCII mode - NOT binary!) to the same directory in your hosting account that you just uploaded, I<dada-11_18_0.tar.gz>.
and upload the C<uncompress_dada.cgi> script (PlainText/ASCII mode - NOT binary!) to the same directory in your hosting account that you just uploaded, I<dada-11_18_1.tar.gz>.

=head3 Change the file permissions of the helper script to, "755"

=head3 Visit the helper script in your web browser

Visiting the C<uncompress_dada.cgi> script should attempt to uncompress the I<dada-11_18_0.tar.gz> and change the necessary permissions of various files and prep the actual installer for you to use.
Visiting the C<uncompress_dada.cgi> script should attempt to uncompress the I<dada-11_18_1.tar.gz> and change the necessary permissions of various files and prep the actual installer for you to use.

Once it's finished running,
you should be presented with a link to use the actual installer.
Expand All @@ -131,7 +131,7 @@ B<Continue Installing and Configuring Dada Mail!> to continue.

<p>See, <a href="./FAQ-install_upgrade.pod.html#prepping_dada_mail_manually">Prepping Dada Mail Manually</a> if this doesn't happen and you get a message in your browser window, sort of like this: </p>

<pre>Can't find dada-11_18_0.tar to uncompress! You may have to uncompress and prep Dada Mail manually.</pre>
<pre>Can't find dada-11_18_1.tar to uncompress! You may have to uncompress and prep Dada Mail manually.</pre>

</div>

Expand Down
4 changes: 2 additions & 2 deletions dada/extras/documentation/pod_source/install_dada_mail_cl.pod
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Copy the distribution to the directory you would like to install Dada Mail under
Uncompress Dada Mail - this will create a new directory named C<dada>.
Change into this directory:

gunzip dada-11_18_0.tar.gz
tar -xvf dada-11_18_0.tar
gunzip dada-11_18_1.tar.gz
tar -xvf dada-11_18_1.tar
cd dada

In the C<dada> directory, rename the, C<installer-disabled> directory to simply, C<install> and change into this directory.
Expand Down
2 changes: 1 addition & 1 deletion uncompress_dada.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ delete @ENV{ 'IFS', 'CDPATH', 'ENV', 'BASH_ENV' };

# What's the name of the file I'm looking for to uncompress?
# Basic Dada Mail
my $basic = 'dada-11_18_0.tar.gz';
my $basic = 'dada-11_18_1.tar.gz';
#
#
# Pro Dada
Expand Down

0 comments on commit bc21711

Please sign in to comment.