Changeset 2805711
- Timestamp:
- 10/27/2022 10:55:26 AM (3 years ago)
- Location:
- comment-mention/trunk
- Files:
-
- 6 edited
-
README.md (modified) (2 diffs)
-
app/assets/js/mentions.js (modified) (1 diff)
-
app/main/class-comment-mention.php (modified) (8 diffs)
-
comment-mention.php (modified) (2 diffs)
-
languages/lang.pot (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
comment-mention/trunk/README.md
r2774009 r2805711 1 1 # Comment Mention # 2 - **Contributors:** bhargavbhandari90 2 - **Contributors:** bhargavbhandari90, biliplugins, hackkzy404 3 3 - **Donate link:** https://www.paypal.me/BnB90/50 4 4 - **Tags:** comments, mention, email, user, bbpress 5 5 - **Requires at least:** 4.6 6 - **Tested up to:** 6.0. 16 - **Tested up to:** 6.0.3 7 7 - **Requires PHP:** 5.6 8 - **Stable tag:** 1.4. 18 - **Stable tag:** 1.4.2 9 9 - **License:** GPLv2 or later 10 10 - **License URI:** http://www.gnu.org/licenses/gpl-2.0.html … … 53 53 ## Changelog ## 54 54 55 ### 1.4.2 ### 56 * Made some changes related to pro plugin. 57 55 58 ### 1.4.1 ### 56 59 * Made some changes related to pro plugin. -
comment-mention/trunk/app/assets/js/mentions.js
r2768744 r2805711 192 192 .done(function( response ) { 193 193 if ( ! response.success ) { 194 $('#cmt-mntn-subscription-reminder').show(); 194 195 return; 195 196 } -
comment-mention/trunk/app/main/class-comment-mention.php
r2774009 r2805711 26 26 public function __construct() { 27 27 28 // Enqueue script 28 // Enqueue script. 29 29 add_action( 'wp_enqueue_scripts', array( $this, 'cmt_mntn_enqueue_styles_script' ) ); 30 30 … … 159 159 */ 160 160 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 } 161 165 162 166 // Try to find mentions. … … 258 262 : false; 259 263 260 if ( ! $is_send_email_enabled ) {264 if ( ! $is_send_email_enabled || function_exists( 'cmt_mntn_pro_membership_status' ) && ! cmt_mntn_pro_membership_status() ) { 261 265 return; 262 266 } … … 331 335 */ 332 336 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 } 333 340 // Get content. 334 341 $content = $comment_data['comment_content']; … … 445 452 wp_enqueue_style( 446 453 'cmt-mntn-atwho-css', 447 CMT_MNTN_URL . 'app/assets/css/ jquery.atwho.css',454 CMT_MNTN_URL . 'app/assets/css/atwho.min.css', 448 455 array(), 449 456 CMT_MNTN_VERSION … … 454 461 wp_enqueue_script( 455 462 'cmt-mntn-caret', 456 CMT_MNTN_URL . 'app/assets/js/ jquery.caret.js',463 CMT_MNTN_URL . 'app/assets/js/caret.min.js', 457 464 array( 'jquery' ), 458 465 CMT_MNTN_VERSION, … … 464 471 wp_enqueue_script( 465 472 'cmt-mntn-atwho', 466 CMT_MNTN_URL . 'app/assets/js/ jquery.atwho.js',473 CMT_MNTN_URL . 'app/assets/js/atwho.min.js', 467 474 array( 'cmt-mntn-caret' ), 468 475 CMT_MNTN_VERSION, … … 473 480 wp_enqueue_script( 474 481 'cmt-mntn-mentions', 475 CMT_MNTN_URL . 'app/assets/js/mentions. js',482 CMT_MNTN_URL . 'app/assets/js/mentions.min.js', 476 483 array( 'cmt-mntn-caret', 'cmt-mntn-atwho' ), 477 484 CMT_MNTN_VERSION, -
comment-mention/trunk/comment-mention.php
r2774009 r2805711 7 7 * Text Domain: comment-mention 8 8 * Domain Path: /languages 9 * Version: 1.4. 19 * Version: 1.4.2 10 10 * 11 11 * @package Comment_Mention … … 22 22 * The version of the plugin. 23 23 */ 24 define( 'CMT_MNTN_VERSION', '1.4. 1' );24 define( 'CMT_MNTN_VERSION', '1.4.2' ); 25 25 } 26 26 if ( ! defined( 'CMT_MNTN_PATH' ) ) { -
comment-mention/trunk/languages/lang.pot
r2766739 r2805711 1 # Copyright (C) 2022 WPGULP2 # This file is distributed under the same license as the WPGULPpackage.1 # Copyright (C) 2022 2 # This file is distributed under the same license as the package. 3 3 msgid "" 4 4 msgstr "" 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" 6 8 "MIME-Version: 1.0\n" 7 "Content-Type: text/plain; charset= UTF-8\n"9 "Content-Type: text/plain; charset=utf-8\n" 8 10 "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" 18 22 "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" 22 26 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 40 29 msgid "Comment Mention Settings" 41 30 msgstr "" … … 89 78 msgstr "" 90 79 91 #: app/includes/common-functions.php:99, app/main/class-comment-mention.php:424 80 #: app/admin/class-admin-comment-mention.php:181 81 msgid "Seetings Saved" 82 msgstr "" 83 84 #: app/includes/common-functions.php:99 app/main/class-comment-mention.php:419 92 85 msgid "You were mentioned in a comment" 93 86 msgstr "" … … 101 94 msgstr "" 102 95 103 #: app/main/class-comment-mention.php:3 8796 #: app/main/class-comment-mention.php:376 104 97 msgid "Someone" 105 98 msgstr "" 99 100 #: comment-mention.php:65 101 msgid "Settings" 102 msgstr "" 103 104 #: comment-mention.php:67 comment-mention.php:98 105 msgid "Go Pro" 106 msgstr "" 107 108 #: comment-mention.php:96 109 msgid "Do you like Comment Mention plugin? Checkout our Pro plugin." 110 msgstr "" 111 112 #: comment-mention.php:100 113 msgid "Dismiss this notice" 114 msgstr "" -
comment-mention/trunk/readme.txt
r2774009 r2805711 1 1 === Comment Mention === 2 Contributors: bhargavbhandari90 2 Contributors: bhargavbhandari90, biliplugins, hackkzy404 3 3 Donate link: https://www.paypal.me/BnB90/50 4 4 Tags: comments, mention, email, user, bbpress 5 5 Requires at least: 4.6 6 Tested up to: 6.0. 17 Stable tag: 1.4. 16 Tested up to: 6.0.3 7 Stable tag: 1.4.2 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 64 64 == Changelog == 65 65 66 = 1.4.2 = 67 * Made some changes related to pro plugin. 68 66 69 = 1.4.1 = 67 70 * Made some changes related to pro plugin.
Note: See TracChangeset
for help on using the changeset viewer.