Plugin Directory

Changeset 2961064


Ignore:
Timestamp:
08/31/2023 09:59:21 AM (3 years ago)
Author:
markomaksym
Message:

Small bugs fixed.

Location:
share-buddypress-activity-pluso
Files:
70 added
3 edited

Legend:

Unmodified
Added
Removed
  • share-buddypress-activity-pluso/trunk/do-note-share-my-site-1693463530.php

    r2961062 r2961064  
    66Description: This plugin helps you restrict access to your website to users from certain countries.
    77Author: Maksym Marko
    8 Version: 1.5
     8Version: 1.6
    99Author URI: https://markomaksym.com.ua
    1010Plugin Starter Kit Name: WPP Generator v5.3.4
     
    7979
    8080    // version
    81     define( 'MXDNSMS_PLUGIN_VERSION', '1.5' ); // Must be replaced before production on for example '1.0'
     81    define( 'MXDNSMS_PLUGIN_VERSION', '1.6' ); // Must be replaced before production on for example '1.0'
    8282
    8383}
  • share-buddypress-activity-pluso/trunk/includes/final-class.php

    r2961062 r2961064  
    5555    }
    5656
    57     /*
    58     * Include Gutenberg Path
    59     */
    60     public function includeGutenbergPath()
    61     {
    62 
    63         // Part of the Frontend
    64         require_once MXDNSMS_PLUGIN_ABS_PATH . 'includes/gutenberg/gutenberg-main.php';
    65    
    66     }
    67 
    68 
    6957}
    7058
     
    8068// include frontend parth
    8169$wppGenerator->includeFrontendPath();
    82 
    83 // include gutenberg parth
    84 $wppGenerator->includeGutenbergPath();
  • share-buddypress-activity-pluso/trunk/readme.txt

    r2961062 r2961064  
    44Requires at least: 5.3
    55Tested up to: 6.3
    6 Stable tag: 1.5
     6Stable tag: 1.6
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5151== Changelog ==
    5252
     53= 1.6 =
     54* Small bugs fixed.
     55
    5356= 1.5 =
    5457* Block countries.
Note: See TracChangeset for help on using the changeset viewer.