Changeset 3266343
- Timestamp:
- 04/03/2025 12:26:00 PM (11 months ago)
- Location:
- smaily-for-wp
- Files:
-
- 8 edited
- 1 copied
-
tags/3.1.6 (copied) (copied from smaily-for-wp/trunk)
-
tags/3.1.6/public/partials/smaily-for-wp-public-basic.php (modified) (1 diff)
-
tags/3.1.6/readme.txt (modified) (2 diffs)
-
tags/3.1.6/smaily-for-wp.php (modified) (2 diffs)
-
tags/3.1.6/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/public/partials/smaily-for-wp-public-basic.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/smaily-for-wp.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smaily-for-wp/tags/3.1.6/public/partials/smaily-for-wp-public-basic.php
r2873649 r3266343 1 <form id="smly" action="https://<?php echo $this->domain; ?>.sendsmaily.net/api/opt-in/" method="post">1 <form id="smly" action="https://<?php echo esc_attr( $this->domain ); ?>.sendsmaily.net/api/opt-in/" method="post"> 2 2 <p class="error" style="padding:15px;background-color:#f2dede;margin:0 0 10px;display:<?php echo $this->form_has_response ? 'block' : 'none'; ?>"><?php echo esc_html( $this->response_message ); ?></p> 3 3 <p class="success" style="padding:15px;background-color:#dff0d8;margin:0 0 10px;display:<?php echo $this->form_is_successful ? 'block' : 'none'; ?>"><?php echo esc_html__( 'Thank you for subscribing to our newsletter.', 'smaily-for-wp' ); ?></p> 4 4 <?php if ( $this->autoresponder_id ) : ?> 5 <input type="hidden" name="autoresponder" value="<?php echo $this->autoresponder_id; ?>" />5 <input type="hidden" name="autoresponder" value="<?php echo esc_attr( $this->autoresponder_id ); ?>" /> 6 6 <?php endif; ?> 7 7 <input type="hidden" name="lang" value="<?php echo esc_html( $this->get_language_code() ); ?>" /> 8 <input type="hidden" name="success_url" value="<?php echo $this->success_url ? $this->success_url: get_site_url(); ?>" />9 <input type="hidden" name="failure_url" value="<?php echo $this->failure_url ? $this->failure_url: get_site_url(); ?>" />8 <input type="hidden" name="success_url" value="<?php echo $this->success_url ? esc_attr( $this->success_url ) : get_site_url(); ?>" /> 9 <input type="hidden" name="failure_url" value="<?php echo $this->failure_url ? esc_attr( $this->failure_url ) : get_site_url(); ?>" /> 10 10 <p><input type="text" name="email" value="" placeholder="<?php echo esc_html__( 'Email', 'smaily-for-wp' ); ?>" required/></p> 11 11 <?php if ( $this->show_name ) : ?> -
smaily-for-wp/tags/3.1.6/readme.txt
r3226669 r3266343 4 4 Requires PHP: 5.6 5 5 Requires at least: 4.0 6 Stable tag: 3.1. 56 Stable tag: 3.1.6 7 7 Tags: widget, plugin, sidebar, api, mail, email, marketing, smaily 8 8 Tested up to: 6.4 … … 76 76 77 77 == Changelog == 78 79 = 3.1.6 = 80 - Improve module security by escaping all of the basic newsletter form display fields. 78 81 79 82 = 3.1.5 = -
smaily-for-wp/tags/3.1.6/smaily-for-wp.php
r3226669 r3266343 10 10 * Text Domain: smaily-for-wp 11 11 * Description: Smaily newsletter subscription form. 12 * Version: 3.1. 512 * Version: 3.1.6 13 13 * Author: Sendsmaily LLC 14 14 * Author URI: https://smaily.com … … 25 25 * Current plugin version. 26 26 */ 27 define( 'SMLY4WP_PLUGIN_VERSION', '3.1. 5' );27 define( 'SMLY4WP_PLUGIN_VERSION', '3.1.6' ); 28 28 29 29 /** -
smaily-for-wp/tags/3.1.6/vendor/composer/installed.php
r3226669 r3266343 2 2 'root' => array( 3 3 'name' => 'smaily/smaily_for_wp', 4 'pretty_version' => '3.1. 5',5 'version' => '3.1. 5.0',6 'reference' => '0 e4797091dc28f1820c3fe8f5184e6c3f7c0985d',4 'pretty_version' => '3.1.6', 5 'version' => '3.1.6.0', 6 'reference' => '071e2889ffc3ff4a8b18a26851da8edaeab3ce05', 7 7 'type' => 'plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'smaily/smaily_for_wp' => array( 14 'pretty_version' => '3.1. 5',15 'version' => '3.1. 5.0',16 'reference' => '0 e4797091dc28f1820c3fe8f5184e6c3f7c0985d',14 'pretty_version' => '3.1.6', 15 'version' => '3.1.6.0', 16 'reference' => '071e2889ffc3ff4a8b18a26851da8edaeab3ce05', 17 17 'type' => 'plugin', 18 18 'install_path' => __DIR__ . '/../../', -
smaily-for-wp/trunk/public/partials/smaily-for-wp-public-basic.php
r2873649 r3266343 1 <form id="smly" action="https://<?php echo $this->domain; ?>.sendsmaily.net/api/opt-in/" method="post">1 <form id="smly" action="https://<?php echo esc_attr( $this->domain ); ?>.sendsmaily.net/api/opt-in/" method="post"> 2 2 <p class="error" style="padding:15px;background-color:#f2dede;margin:0 0 10px;display:<?php echo $this->form_has_response ? 'block' : 'none'; ?>"><?php echo esc_html( $this->response_message ); ?></p> 3 3 <p class="success" style="padding:15px;background-color:#dff0d8;margin:0 0 10px;display:<?php echo $this->form_is_successful ? 'block' : 'none'; ?>"><?php echo esc_html__( 'Thank you for subscribing to our newsletter.', 'smaily-for-wp' ); ?></p> 4 4 <?php if ( $this->autoresponder_id ) : ?> 5 <input type="hidden" name="autoresponder" value="<?php echo $this->autoresponder_id; ?>" />5 <input type="hidden" name="autoresponder" value="<?php echo esc_attr( $this->autoresponder_id ); ?>" /> 6 6 <?php endif; ?> 7 7 <input type="hidden" name="lang" value="<?php echo esc_html( $this->get_language_code() ); ?>" /> 8 <input type="hidden" name="success_url" value="<?php echo $this->success_url ? $this->success_url: get_site_url(); ?>" />9 <input type="hidden" name="failure_url" value="<?php echo $this->failure_url ? $this->failure_url: get_site_url(); ?>" />8 <input type="hidden" name="success_url" value="<?php echo $this->success_url ? esc_attr( $this->success_url ) : get_site_url(); ?>" /> 9 <input type="hidden" name="failure_url" value="<?php echo $this->failure_url ? esc_attr( $this->failure_url ) : get_site_url(); ?>" /> 10 10 <p><input type="text" name="email" value="" placeholder="<?php echo esc_html__( 'Email', 'smaily-for-wp' ); ?>" required/></p> 11 11 <?php if ( $this->show_name ) : ?> -
smaily-for-wp/trunk/readme.txt
r3226669 r3266343 4 4 Requires PHP: 5.6 5 5 Requires at least: 4.0 6 Stable tag: 3.1. 56 Stable tag: 3.1.6 7 7 Tags: widget, plugin, sidebar, api, mail, email, marketing, smaily 8 8 Tested up to: 6.4 … … 76 76 77 77 == Changelog == 78 79 = 3.1.6 = 80 - Improve module security by escaping all of the basic newsletter form display fields. 78 81 79 82 = 3.1.5 = -
smaily-for-wp/trunk/smaily-for-wp.php
r3226669 r3266343 10 10 * Text Domain: smaily-for-wp 11 11 * Description: Smaily newsletter subscription form. 12 * Version: 3.1. 512 * Version: 3.1.6 13 13 * Author: Sendsmaily LLC 14 14 * Author URI: https://smaily.com … … 25 25 * Current plugin version. 26 26 */ 27 define( 'SMLY4WP_PLUGIN_VERSION', '3.1. 5' );27 define( 'SMLY4WP_PLUGIN_VERSION', '3.1.6' ); 28 28 29 29 /** -
smaily-for-wp/trunk/vendor/composer/installed.php
r3226669 r3266343 2 2 'root' => array( 3 3 'name' => 'smaily/smaily_for_wp', 4 'pretty_version' => '3.1. 5',5 'version' => '3.1. 5.0',6 'reference' => '0 e4797091dc28f1820c3fe8f5184e6c3f7c0985d',4 'pretty_version' => '3.1.6', 5 'version' => '3.1.6.0', 6 'reference' => '071e2889ffc3ff4a8b18a26851da8edaeab3ce05', 7 7 'type' => 'plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'smaily/smaily_for_wp' => array( 14 'pretty_version' => '3.1. 5',15 'version' => '3.1. 5.0',16 'reference' => '0 e4797091dc28f1820c3fe8f5184e6c3f7c0985d',14 'pretty_version' => '3.1.6', 15 'version' => '3.1.6.0', 16 'reference' => '071e2889ffc3ff4a8b18a26851da8edaeab3ce05', 17 17 'type' => 'plugin', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.