Changeset 3450968
- Timestamp:
- 01/31/2026 11:34:21 AM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
like-dislike-for-wp/tags/2.0.1/like-dislike-for-wp.php
r3450965 r3450968 9 9 * that starts the plugin. 10 10 * 11 * @link https:// xwpstack.com11 * @link https://pluginstack.dev 12 12 * @since 1.0.0 13 13 * @package Likedislike_For_Wp … … 15 15 * @wordpress-plugin 16 16 * Plugin Name: Like Dislike For WP 17 * Plugin URI: https:// xwpstack.com17 * Plugin URI: https://pluginstack.dev 18 18 * Description: Add like and dislike buttons to your WordPress posts/pages, allowing visitors to express their opinion with a simple click. 19 * Version: 2.0. 020 * Author: xWPStack21 * Author URI: https:// xwpstack.com19 * Version: 2.0.1 20 * Author: PluginStack 21 * Author URI: https://pluginstack.dev 22 22 * License: GPL-2.0+ 23 23 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'LIKEDISLIKE_FOR_WP_VERSION', '2.0. 0' );38 define( 'LIKEDISLIKE_FOR_WP_VERSION', '2.0.1' ); 39 39 40 40 define( 'LIKEDISLIKE_FOR_WP_LOGO', plugins_url( 'admin/img/logo-wp-like-dislike.svg', __FILE__ ) ); … … 163 163 } 164 164 165 $offer_url = 'https:// xwpstack.com/?utm_source=like-dislike-for-wp&utm_medium=admin-notice&utm_campaign=black-friday';165 $offer_url = 'https://pluginstack.dev/?utm_source=like-dislike-for-wp&utm_medium=admin-notice&utm_campaign=black-friday'; 166 166 $dismiss_url = wp_nonce_url( 167 167 add_query_arg( … … 358 358 <p> 359 359 <span class="dbef-bf-eyebrow"><?php echo esc_html__( 'Black Friday', 'like-dislike-for-wp-pro' ); ?></span> 360 <span class="dbef-bf-title"><?php echo esc_html__( '🎉 Black Friday Lifetime Deal — Get all xWPStack plugins for life.', 'like-dislike-for-wp-pro' ); ?></span>360 <span class="dbef-bf-title"><?php echo esc_html__( '🎉 Black Friday Lifetime Deal — Get all PluginStack plugins for life.', 'like-dislike-for-wp-pro' ); ?></span> 361 361 </p> 362 362 <p class="dbef-bf-desc">
Note: See TracChangeset
for help on using the changeset viewer.