Skip to content

Commit

Permalink
Prepare 10.29
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyrob committed May 18, 2019
1 parent e6c98c6 commit 45a7659
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 78 deletions.
8 changes: 4 additions & 4 deletions classes/mo-notice.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function admin_notice() {
<p>
<?php
printf(
__('Free optin form plugin that will %1$sincrease your email list subscribers%2$s and keep them engaged with %1$sautomated and schedule newsletters%2$s.'),
__('Free optin form plugin that will %1$sincrease your email list subscribers%2$s and keep them engaged with %1$sautomated and schedule newsletters%2$s.', 'subscribe2'),
'<span class="mo-stylize"><strong>', '</strong></span>');
?>
</p>
Expand All @@ -66,12 +66,12 @@ public function admin_notice() {
<div class="mo-notice-other-half">
<?php if ( ! $this->is_plugin_installed()) : ?>
<a class="button button-primary button-hero" id="mo-install-mailoptin-plugin" href="<?php echo $install_url; ?>">
<?php _e('Install MailOptin Now for Free!'); ?>
<?php _e('Install MailOptin Now for Free!', 'subscribe2'); ?>
</a>
<?php endif; ?>
<?php if ($this->is_plugin_installed() && ! $this->is_plugin_active()) : ?>
<a class="button button-primary button-hero" id="mo-activate-mailoptin-plugin" href="<?php echo $activate_url; ?>">
<?php _e('Activate MailOptin Now!'); ?>
<?php _e('Activate MailOptin Now!', 'subscribe2'); ?>
</a>
<?php endif; ?>
<div class="mo-notice-learn-more">
Expand All @@ -80,7 +80,7 @@ public function admin_notice() {
</div>
<a href="<?php echo $dismiss_url; ?>">
<button type="button" class="notice-dismiss">
<span class="screen-reader-text"><?php _e('Dismiss this notice'); ?>.</span>
<span class="screen-reader-text"><?php _e('Dismiss this notice', 'subscribe2'); ?>.</span>
</button>
</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions subscribe2.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Subscribe2
Plugin URI: https://subscribe2.wordpress.com/
Description: Notifies an email list when new entries are posted.
Version: 10.28
Version: 10.29
Author: Subscribe2
Author URI: https://subscribe2.wordpress.com/
Licence: GPLv3
Expand Down Expand Up @@ -54,7 +54,7 @@

// our version number. Don't touch this or any line below
// unless you know exactly what you are doing
define( 'S2VERSION', '10.28' );
define( 'S2VERSION', '10.29' );
define( 'S2PATH', trailingslashit( dirname( __FILE__ ) ) );
define( 'S2DIR', trailingslashit( dirname( plugin_basename( __FILE__ ) ) ) );
define( 'S2URL', plugin_dir_url( dirname( __FILE__ ) ) . S2DIR );
Expand Down
Loading

0 comments on commit 45a7659

Please sign in to comment.