Changeset 3093277
- Timestamp:
- 05/27/2024 01:41:12 PM (20 months ago)
- Location:
- mailster-live
- Files:
-
- 6 deleted
- 4 edited
- 1 copied
-
tags/2.0.0 (copied) (copied from mailster-live/trunk)
-
tags/2.0.0/assets/css/style.min.css (deleted)
-
tags/2.0.0/assets/js/script.min.js (deleted)
-
tags/2.0.0/assets/js/settings-script.min.js (deleted)
-
tags/2.0.0/classes/live.class.php (modified) (1 diff)
-
tags/2.0.0/mailster-live.php (modified) (2 diffs)
-
trunk/assets/css/style.min.css (deleted)
-
trunk/assets/js/script.min.js (deleted)
-
trunk/assets/js/settings-script.min.js (deleted)
-
trunk/classes/live.class.php (modified) (1 diff)
-
trunk/mailster-live.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mailster-live/tags/2.0.0/classes/live.class.php
r2592743 r3093277 345 345 346 346 public function notice() { 347 $msg = sprintf( esc_html__( 'You have to enable the %s to use Mailster Live!', 'mailster-live' ), '<a href="https:// rxa.li/mailster?utm_campaign=plugin&utm_medium=link&utm_source=Mailster+Live!">Mailster Newsletter Plugin</a>' );347 $msg = sprintf( esc_html__( 'You have to enable the %s to use Mailster Live!', 'mailster-live' ), '<a href="https://mailster.co/?utm_campaign=wporg&utm_source=wordpress.org&utm_medium=plugin&utm_term=Mailster+Live">Mailster Newsletter Plugin</a>' ); 348 348 ?> 349 349 <div class="error"><p><strong><?php echo $msg; ?></strong></p></div> -
mailster-live/tags/2.0.0/mailster-live.php
r2592743 r3093277 2 2 /* 3 3 Plugin Name: Mailster Live! 4 Plugin URI: https://mailster.co/?utm_campaign=wporg&utm_source= Mailster+Live&utm_medium=plugin4 Plugin URI: https://mailster.co/?utm_campaign=wporg&utm_source=wordpress.org&utm_medium=plugin&utm_term=Mailster+Live 5 5 Description: see who opens your newsletter campaigns in real time 6 Version: 2.0 6 Version: 2.0.0 7 7 Author: EverPress 8 8 Author URI: https://everpress.co … … 12 12 13 13 14 define( 'MAILSTER_LIVE_VERSION', '2.0 ' );14 define( 'MAILSTER_LIVE_VERSION', '2.0.0' ); 15 15 define( 'MAILSTER_LIVE_REQUIRED_VERSION', '3.0' ); 16 16 define( 'MAILSTER_LIVE_FILE', __FILE__ ); 17 17 18 require_once dirname( __FILE__ ). '/classes/live.class.php';18 require_once __DIR__ . '/classes/live.class.php'; 19 19 new MailsterLive(); -
mailster-live/trunk/classes/live.class.php
r2592743 r3093277 345 345 346 346 public function notice() { 347 $msg = sprintf( esc_html__( 'You have to enable the %s to use Mailster Live!', 'mailster-live' ), '<a href="https:// rxa.li/mailster?utm_campaign=plugin&utm_medium=link&utm_source=Mailster+Live!">Mailster Newsletter Plugin</a>' );347 $msg = sprintf( esc_html__( 'You have to enable the %s to use Mailster Live!', 'mailster-live' ), '<a href="https://mailster.co/?utm_campaign=wporg&utm_source=wordpress.org&utm_medium=plugin&utm_term=Mailster+Live">Mailster Newsletter Plugin</a>' ); 348 348 ?> 349 349 <div class="error"><p><strong><?php echo $msg; ?></strong></p></div> -
mailster-live/trunk/mailster-live.php
r2592743 r3093277 2 2 /* 3 3 Plugin Name: Mailster Live! 4 Plugin URI: https://mailster.co/?utm_campaign=wporg&utm_source= Mailster+Live&utm_medium=plugin4 Plugin URI: https://mailster.co/?utm_campaign=wporg&utm_source=wordpress.org&utm_medium=plugin&utm_term=Mailster+Live 5 5 Description: see who opens your newsletter campaigns in real time 6 Version: 2.0 6 Version: 2.0.0 7 7 Author: EverPress 8 8 Author URI: https://everpress.co … … 12 12 13 13 14 define( 'MAILSTER_LIVE_VERSION', '2.0 ' );14 define( 'MAILSTER_LIVE_VERSION', '2.0.0' ); 15 15 define( 'MAILSTER_LIVE_REQUIRED_VERSION', '3.0' ); 16 16 define( 'MAILSTER_LIVE_FILE', __FILE__ ); 17 17 18 require_once dirname( __FILE__ ). '/classes/live.class.php';18 require_once __DIR__ . '/classes/live.class.php'; 19 19 new MailsterLive();
Note: See TracChangeset
for help on using the changeset viewer.