Plugin Directory

Changeset 2805711


Ignore:
Timestamp:
10/27/2022 10:55:26 AM (3 years ago)
Author:
hackkzy404
Message:

v1.4.2 Released

Location:
comment-mention/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • comment-mention/trunk/README.md

    r2774009 r2805711  
    11# Comment Mention #
    2 - **Contributors:** bhargavbhandari90
     2- **Contributors:** bhargavbhandari90, biliplugins, hackkzy404
    33- **Donate link:** https://www.paypal.me/BnB90/50
    44- **Tags:** comments, mention, email, user, bbpress
    55- **Requires at least:** 4.6
    6 - **Tested up to:** 6.0.1
     6- **Tested up to:** 6.0.3
    77- **Requires PHP:** 5.6
    8 - **Stable tag:** 1.4.1
     8- **Stable tag:** 1.4.2
    99- **License:** GPLv2 or later
    1010- **License URI:** http://www.gnu.org/licenses/gpl-2.0.html
     
    5353## Changelog ##
    5454
     55### 1.4.2 ###
     56* Made some changes related to pro plugin.
     57
    5558### 1.4.1 ###
    5659* Made some changes related to pro plugin.
  • comment-mention/trunk/app/assets/js/mentions.js

    r2768744 r2805711  
    192192                        .done(function( response ) {
    193193                            if ( ! response.success ) {
     194                                $('#cmt-mntn-subscription-reminder').show();
    194195                                return;
    195196                            }
  • comment-mention/trunk/app/main/class-comment-mention.php

    r2774009 r2805711  
    2626    public function __construct() {
    2727
    28         // Enqueue script
     28        // Enqueue script.
    2929        add_action( 'wp_enqueue_scripts', array( $this, 'cmt_mntn_enqueue_styles_script' ) );
    3030
     
    159159     */
    160160    public function cmt_mntn_at_name_filter( $content ) {
     161
     162        if ( function_exists( 'cmt_mntn_pro_membership_status' ) && ! cmt_mntn_pro_membership_status() ) {
     163            return $content;
     164        }
    161165
    162166        // Try to find mentions.
     
    258262            : false;
    259263
    260         if ( ! $is_send_email_enabled ) {
     264        if ( ! $is_send_email_enabled || function_exists( 'cmt_mntn_pro_membership_status' ) && ! cmt_mntn_pro_membership_status() ) {
    261265            return;
    262266        }
     
    331335     */
    332336    public function cmt_mntn_check_mention( $comment_ID, $comment_status, $comment_data ) {
     337        if ( function_exists( 'cmt_mntn_pro_membership_status' ) && ! cmt_mntn_pro_membership_status() ) {
     338            return;
     339        }
    333340        // Get content.
    334341        $content = $comment_data['comment_content'];
     
    445452        wp_enqueue_style(
    446453            'cmt-mntn-atwho-css',
    447             CMT_MNTN_URL . 'app/assets/css/jquery.atwho.css',
     454            CMT_MNTN_URL . 'app/assets/css/atwho.min.css',
    448455            array(),
    449456            CMT_MNTN_VERSION
     
    454461        wp_enqueue_script(
    455462            'cmt-mntn-caret',
    456             CMT_MNTN_URL . 'app/assets/js/jquery.caret.js',
     463            CMT_MNTN_URL . 'app/assets/js/caret.min.js',
    457464            array( 'jquery' ),
    458465            CMT_MNTN_VERSION,
     
    464471        wp_enqueue_script(
    465472            'cmt-mntn-atwho',
    466             CMT_MNTN_URL . 'app/assets/js/jquery.atwho.js',
     473            CMT_MNTN_URL . 'app/assets/js/atwho.min.js',
    467474            array( 'cmt-mntn-caret' ),
    468475            CMT_MNTN_VERSION,
     
    473480        wp_enqueue_script(
    474481            'cmt-mntn-mentions',
    475             CMT_MNTN_URL . 'app/assets/js/mentions.js',
     482            CMT_MNTN_URL . 'app/assets/js/mentions.min.js',
    476483            array( 'cmt-mntn-caret', 'cmt-mntn-atwho' ),
    477484            CMT_MNTN_VERSION,
  • comment-mention/trunk/comment-mention.php

    r2774009 r2805711  
    77 * Text Domain:     comment-mention
    88 * Domain Path:     /languages
    9  * Version:         1.4.1
     9 * Version:         1.4.2
    1010 *
    1111 * @package         Comment_Mention
     
    2222     * The version of the plugin.
    2323     */
    24     define( 'CMT_MNTN_VERSION', '1.4.1' );
     24    define( 'CMT_MNTN_VERSION', '1.4.2' );
    2525}
    2626if ( ! defined( 'CMT_MNTN_PATH' ) ) {
  • comment-mention/trunk/languages/lang.pot

    r2766739 r2805711  
    1 # Copyright (C) 2022 WPGULP
    2 # This file is distributed under the same license as the WPGULP package.
     1# Copyright (C) 2022
     2# This file is distributed under the same license as the package.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WPGULP\n"
     5"Project-Id-Version: \n"
     6"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/comment-mention\n"
     7"POT-Creation-Date: 2022-10-27 09:55:15+00:00\n"
    68"MIME-Version: 1.0\n"
    7 "Content-Type: text/plain; charset=UTF-8\n"
     9"Content-Type: text/plain; charset=utf-8\n"
    810"Content-Transfer-Encoding: 8bit\n"
    9 "Content-Transfer-Econdig: 8bit\n"
    10 "Content-Type: text/plain; charset=UTF-8\n"
    11 "Language-Team: AhmadAwais <[email protected]>\n"
    12 "Last-Translator: Ahmad Awais <[email protected]>\n"
    13 "MIME-Version: 1.0\n"
    14 "Project-Id-Version: WPGULP\n"
    15 "Report-Msgid-Bugs-To: https://AhmadAwais.com/contact/\n"
    16 "X-Poedit-Basepath: ..\n"
    17 "X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
     11"PO-Revision-Date: 2022-MO-DA HO:MI+ZONE\n"
     12"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     13"Language-Team: LANGUAGE <[email protected]>\n"
     14"Language: en\n"
     15"Plural-Forms: nplurals=2; plural=(n != 1);\n"
     16"X-Poedit-Country: United States\n"
     17"X-Poedit-SourceCharset: UTF-8\n"
     18"X-Poedit-KeywordsList: "
     19"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
     20"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
     21"X-Poedit-Basepath: ../\n"
    1822"X-Poedit-SearchPath-0: .\n"
    19 "X-Poedit-SearchPathExcluded-0: *.js\n"
    20 "X-Poedit-SourceCharset: UTF-8\n"
    21 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
     23"X-Poedit-Bookmarks: \n"
     24"X-Textdomain-Support: yes\n"
     25"X-Generator: grunt-wp-i18n 1.0.3\n"
    2226
    23 #: comment-mention.php:56
    24 msgid "Settings"
    25 msgstr ""
    26 
    27 #: comment-mention.php:85
    28 msgid "Do you like Comment Mention plugin? Support it by buying me coffee OR beer. ;)"
    29 msgstr ""
    30 
    31 #: comment-mention.php:87
    32 msgid "Buy Coffee/Beer"
    33 msgstr ""
    34 
    35 #: comment-mention.php:89
    36 msgid "Dismiss this notice"
    37 msgstr ""
    38 
    39 #: app/admin/class-admin-comment-mention.php:49, app/admin/class-admin-comment-mention.php:80
     27#: app/admin/class-admin-comment-mention.php:49
     28#: app/admin/class-admin-comment-mention.php:80
    4029msgid "Comment Mention Settings"
    4130msgstr ""
     
    8978msgstr ""
    9079
    91 #: app/includes/common-functions.php:99, app/main/class-comment-mention.php:424
     80#: app/admin/class-admin-comment-mention.php:181
     81msgid "Seetings Saved"
     82msgstr ""
     83
     84#: app/includes/common-functions.php:99 app/main/class-comment-mention.php:419
    9285msgid "You were mentioned in a comment"
    9386msgstr ""
     
    10194msgstr ""
    10295
    103 #: app/main/class-comment-mention.php:387
     96#: app/main/class-comment-mention.php:376
    10497msgid "Someone"
    10598msgstr ""
     99
     100#: comment-mention.php:65
     101msgid "Settings"
     102msgstr ""
     103
     104#: comment-mention.php:67 comment-mention.php:98
     105msgid "Go Pro"
     106msgstr ""
     107
     108#: comment-mention.php:96
     109msgid "Do you like Comment Mention plugin? Checkout our Pro plugin."
     110msgstr ""
     111
     112#: comment-mention.php:100
     113msgid "Dismiss this notice"
     114msgstr ""
  • comment-mention/trunk/readme.txt

    r2774009 r2805711  
    11=== Comment Mention ===
    2 Contributors: bhargavbhandari90
     2Contributors: bhargavbhandari90, biliplugins, hackkzy404
    33Donate link: https://www.paypal.me/BnB90/50
    44Tags: comments, mention, email, user, bbpress
    55Requires at least: 4.6
    6 Tested up to: 6.0.1
    7 Stable tag: 1.4.1
     6Tested up to: 6.0.3
     7Stable tag: 1.4.2
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    6464== Changelog ==
    6565
     66= 1.4.2 =
     67* Made some changes related to pro plugin.
     68
    6669= 1.4.1 =
    6770* Made some changes related to pro plugin.
Note: See TracChangeset for help on using the changeset viewer.