Skip to content

Commit

Permalink
Change $VER to v11.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
justingit committed Aug 14, 2018
1 parent 7d37b4e commit ad29686
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 15 deletions.
4 changes: 2 additions & 2 deletions dada/DADA/Config.pm
Expand Up @@ -1707,8 +1707,8 @@ $ATTACHMENT_TEMPFILE //= 0;
$MAIL_VERP_SEPARATOR //= '-';


$VERSION = 11.1.2;
$VER = '11.1.2 Stable 08/04/18';
$VERSION = 11.1.3;
$VER = '11.1.3 Stable 08/15/18';

#
#
Expand Down
12 changes: 12 additions & 0 deletions dada/extras/documentation/pod_source/changes_11_x.pod
Expand Up @@ -2,6 +2,18 @@

=encoding utf-8

=head1 11.1.3

=head2 Bugfixes

=head3 Template Tag Syntax Error Check Not Working in, Mass Mailing: Send a Message/Send a Webpage

L<https://github.com/justingit/dada-mail/issues/755>

=head3 Custom Mass Mailing Layouts Have Email Themes CSS Embedded

L<https://github.com/justingit/dada-mail/issues/754>

=head1 11.1.2

=head2 Bugfixes
Expand Down
Expand Up @@ -147,7 +147,7 @@ L<http://foundation.zurb.com/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_1_2-stable_2018_08_04.tar.gz>
L<https://github.com/justingit/dada_mail_foundation_email_templates/archive/v11_1_3-stable_2018_08_15.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
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_1_2.tar.gz/download">
Download Dada Mail, v11.1.2
href="https://sourceforge.net/projects/dadamail/files/dada-11_1_3.tar.gz/download">
Download Dada Mail, v11.1.3
</a>

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

=end html

I<When installing Pro Dada, use B<I<pro_dada-11_1_2.tar.gz>> as the name of the distribution in these directions.>
I<When installing Pro Dada, use B<I<pro_dada-11_1_3.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_1_2.tar.gz>, upload it to your hosting account.
Once you have downloaded the Dada Mail distribution ( C<dada-11_1_3.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_1_2-stable_2018_08_04/uncompress_dada.cgi"
href="https://raw.github.com/justingit/dada-mail/v11_1_3-stable_2018_08_15/uncompress_dada.cgi"
>
uncompress_dada.cgi for v11.1.2 (Save Page/Link As...)
uncompress_dada.cgi for v11.1.3 (Save Page/Link As...)
</a>

=end html

and upload the C<uncompress_dada.cgi> script (PlainTest/ASCII mode - NOT binary!) to the same directory in your hosting account that you just uploaded, I<dada-11_1_2.tar.gz>.
and upload the C<uncompress_dada.cgi> script (PlainTest/ASCII mode - NOT binary!) to the same directory in your hosting account that you just uploaded, I<dada-11_1_3.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_1_2.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_1_3.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_1_2.tar to uncompress! You may have to uncompress and prep Dada Mail manually.</pre>
<pre>Can't find dada-11_1_3.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
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_1_2.tar.gz
tar -xvf dada-11_1_2.tar
gunzip dada-11_1_3.tar.gz
tar -xvf dada-11_1_3.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
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_1_2.tar.gz';
my $basic = 'dada-11_1_3.tar.gz';
#
#
# Pro Dada
Expand Down

0 comments on commit ad29686

Please sign in to comment.