-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?php | ||
/** | ||
Name: CB Mailster Subscriptions | ||
Version: 1.0, native for Joomla 4 | ||
Date: November 2022 | ||
Version: 1.1, native for Joomla 4 | ||
Date: March 2023 | ||
Author: Bruce Scherzinger | ||
Email: [email protected] | ||
URL: http://joomla.org | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,16 +2,16 @@ | |
<cbinstall version="4.5.3" type="plugin" group="user"> | ||
<name>Mailster Subscriptions</name> | ||
<author>Bruce Scherzinger</author> | ||
<creationDate>November 2022</creationDate> | ||
<copyright>(C) 2007-2022 Bruce Scherzinger</copyright> | ||
<creationDate>March 2023</creationDate> | ||
<copyright>(C) 2007-2023 Bruce Scherzinger</copyright> | ||
<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license> | ||
<authorEmail>[email protected]</authorEmail> | ||
<authorUrl>https://github.com/bascherz/Mailster-Subscriptions-CB-Plugin</authorUrl> | ||
<version>2.0</version> | ||
<release>1.0</release> | ||
<release>1.1</release> | ||
<description> | ||
<![CDATA[ | ||
<h3>Mailster Subscriptions Community Builder Plug-In v1.0</h3> | ||
<h3>Mailster Subscriptions Community Builder Plug-In v1.1</h3> | ||
<address>© Bruce Scherzinger</address> | ||
<p>Allows users to subscribe/unsubscribe to Mailster mailing lists from their CB profiles.</p> | ||
<p>Special tags you can insert into email notice message fragments are as follows:</p> | ||
|