Plugin Directory

Changeset 3450968


Ignore:
Timestamp:
01/31/2026 11:34:21 AM (5 weeks ago)
Author:
ankitmaru
Message:

Minor fixes and performance enhancements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • like-dislike-for-wp/tags/2.0.1/like-dislike-for-wp.php

    r3450965 r3450968  
    99 * that starts the plugin.
    1010 *
    11  * @link              https://xwpstack.com
     11 * @link              https://pluginstack.dev
    1212 * @since             1.0.0
    1313 * @package           Likedislike_For_Wp
     
    1515 * @wordpress-plugin
    1616 * Plugin Name:       Like Dislike For WP
    17  * Plugin URI:        https://xwpstack.com
     17 * Plugin URI:        https://pluginstack.dev
    1818 * 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.0
    20  * Author:            xWPStack
    21  * Author URI:        https://xwpstack.com
     19 * Version:           2.0.1
     20 * Author:            PluginStack
     21 * Author URI:        https://pluginstack.dev
    2222 * License:           GPL-2.0+
    2323 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'LIKEDISLIKE_FOR_WP_VERSION', '2.0.0' );
     38define( 'LIKEDISLIKE_FOR_WP_VERSION', '2.0.1' );
    3939
    4040define( 'LIKEDISLIKE_FOR_WP_LOGO', plugins_url( 'admin/img/logo-wp-like-dislike.svg', __FILE__ ) );
     
    163163        }
    164164
    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';
    166166        $dismiss_url = wp_nonce_url(
    167167            add_query_arg(
     
    358358                <p>
    359359                    <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>
    361361                </p>
    362362                <p class="dbef-bf-desc">
Note: See TracChangeset for help on using the changeset viewer.