Plugin Directory

Changeset 3003936


Ignore:
Timestamp:
11/30/2023 07:38:32 PM (2 years ago)
Author:
mobeen-abdullah
Message:

Update to version 1.0.7 from GitHub

Location:
site-mode
Files:
70 edited
1 copied

Legend:

Unmodified
Added
Removed
  • site-mode/tags/1.0.7/README.txt

    r3003485 r3003936  
    22Contributors: mobeen-abdullah
    33Donate link: https://github.com/mobeenabdullah/site-mode
    4 Tags: maintenance mode, coming soon, under construction, maintenance page, launch, coming soong page, coming soon mode
     4Tags: maintenance, coming soon, maintenance page, coming soon page, under construction
    55Requires at least: 4.7
    66Tested up to: 6.4
    77Requires PHP: 7.0
    8 Stable tag: 1.0.6
     8Stable tag: 1.0.7
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1111
    12 Your all-in-one plugin for Maintenance Mode, Coming Soon, and Under Construction pages.
     12Your all-in-one plugin for Maintenance, Coming Soon, and Under Construction pages.
    1313
    1414== Description ==
     
    115115== Changelog ==
    116116
     117= 1.0.7 =
     118* Name and Tags updates
    117119= 1.0.6 =
    118120* Added custom 404 page builder feature
  • site-mode/tags/1.0.7/admin/class-site-mode-admin.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    2525     * The ID of this plugin.
    2626     *
    27      * @since    1.0.6
     27     * @since    1.0.7
    2828     * @access   private
    2929     * @var      string    $plugin_name    The ID of this plugin.
     
    3434     * The version of this plugin.
    3535     *
    36      * @since    1.0.6
     36     * @since    1.0.7
    3737     * @access   private
    3838     * @var      string    $version    The current version of this plugin.
     
    7575     * Initialize the class and set its properties.
    7676     *
    77      * @since    1.0.6
     77     * @since    1.0.7
    7878     * @param      string $plugin_name       The name of this plugin.
    7979     * @param      string $version    The version of this plugin.
  • site-mode/tags/1.0.7/admin/classes/class-settings.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's menu
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
     
    2727     * @param string       $option_name Option Name.
    2828     * @param array|string $data Data.
    29      * @since 1.0.6
     29     * @since 1.0.7
    3030     * @access public
    3131     */
     
    6262     *
    6363     * @param string $option_name Option Name.
    64      * @since 1.0.6
     64     * @since 1.0.7
    6565     * @access public
    6666     */
     
    7777     * @param mixed  $nonce Nonce.
    7878     * @param string $sanitize Sanitize.
    79      * @since 1.0.6
     79     * @since 1.0.7
    8080     * @access public
    8181     * @return int|string|null
     
    102102     * @param string $key Key.
    103103     * @param string $action Action.
    104      * @since 1.0.6
     104     * @since 1.0.7
    105105     * @access public
    106106     */
     
    115115     *
    116116     * @param string $page_name Page Name.
    117      * @since 1.0.6
     117     * @since 1.0.7
    118118     * @access public
    119119     */
     
    126126     *
    127127     * @param mixed $svg_content SVG Content.
    128      * @since 1.0.6
     128     * @since 1.0.7
    129129     * @access public
    130130     */
  • site-mode/tags/1.0.7/admin/classes/class-site-mode-advanced.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's menu
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
     
    2525 * Class Site_Mode_Advanced
    2626 *
    27  * @since      1.0.6
     27 * @since      1.0.7
    2828 * @package    Site_Mode
    2929 * @subpackage Site_Mode/Advanced
     
    3333     * The Key of Advance tab settings in the options table.
    3434     *
    35      * @since    1.0.6
     35     * @since    1.0.7
    3636     * @access   protected
    3737     * @var      string    $option_name    The Key of settings in the options table.
     
    4242     * Redirect URL.
    4343     *
    44      * @since 1.0.6
     44     * @since 1.0.7
    4545     * @access protected
    4646     * @var string $redirect_url Redirect URL.
     
    5151     * Redirect delay.
    5252     *
    53      * @since 1.0.6
     53     * @since 1.0.7
    5454     * @access protected
    5555     * @var int|mixed $redirect_delay Redirect delay.
     
    6060     * Disable REST API.
    6161     *
    62      * @since 1.0.6
     62     * @since 1.0.7
    6363     * @access protected
    6464     * @var int|mixed $disable_rest_api Disable REST API.
     
    6969     * Disable RSS feed.
    7070     *
    71      * @since 1.0.6
     71     * @since 1.0.7
    7272     * @access protected
    7373     * @var mixed|int $disable_rss_feed Disable RSS feed.
     
    7878     * Redirect.
    7979     *
    80      * @since 1.0.6
     80     * @since 1.0.7
    8181     * @access protected
    8282     * @var false|mixed $redirect Redirect.
     
    8787     * Advanced settings.
    8888     *
    89      * @since 1.0.6
     89     * @since 1.0.7
    9090     * @access protected
    9191     * @var array|string $site_mode_advanced Advanced settings.
     
    9696     * Whitelist pages.
    9797     *
    98      * @since 1.0.6
     98     * @since 1.0.7
    9999     * @access protected
    100100     * @var array|mixed $whitelist_pages Whitelist pages.
     
    105105     * User roles.
    106106     *
    107      * @since 1.0.6
     107     * @since 1.0.7
    108108     * @access protected
    109109     * @var array|mixed $user_roles User roles.
     
    114114     * Site_Mode_Advanced constructor.
    115115     *
    116      * @since 1.0.6
     116     * @since 1.0.7
    117117     * @access public
    118118     */
     
    133133     * Remove RSS feed.
    134134     *
    135      * @since 1.0.6
     135     * @since 1.0.7
    136136     * @access public
    137137     */
     
    143143     * AJAX for site mode advance settings.
    144144     *
    145      * @since 1.0.6
     145     * @since 1.0.7
    146146     * @access public
    147147     */
     
    173173     * Rest API.
    174174     *
    175      * @since 1.0.6
     175     * @since 1.0.7
    176176     * @access public
    177177     * @param mixed $access Access.
     
    189189     * Render.
    190190     *
    191      * @since 1.0.6
     191     * @since 1.0.7
    192192     * @access public
    193193     */
  • site-mode/tags/1.0.7/admin/classes/class-site-mode-design.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's menu
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
     
    102102     * Site_Mode_Design constructor.
    103103     *
    104      * @since 1.0.6
     104     * @since 1.0.7
    105105     * @return void
    106106     */
  • site-mode/tags/1.0.7/admin/classes/class-site-mode-general.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's menu
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
     
    2525     * The Key of General tab settings in the options table.
    2626     *
    27      * @since    1.0.6
     27     * @since    1.0.7
    2828     * @access   protected
    2929     * @var      string    $option_name    The Key of general settings tab in the options table.
     
    3333     * Show login icon.
    3434     *
    35      * @since    1.0.6
     35     * @since    1.0.7
    3636     * @access   protected
    3737     * @var      boolean    $show_login_icon    Show login icon.
     
    4141     * Login URL.
    4242     *
    43      * @since    1.0.6
     43     * @since    1.0.7
    4444     * @access   protected
    4545     * @var      string    $custom_login_url    Login URL.
     
    5050     * Site_Mode_General constructor.
    5151     *
    52      * @since    1.0.6
     52     * @since    1.0.7
    5353     * @access   public
    5454     * @return   void
     
    6363     * Ajax callback for general settings.
    6464     *
    65      * @since    1.0.6
     65     * @since    1.0.7
    6666     * @access   public
    6767     * @return   void|mixed  $this->save_data( $this->option_name, $data ) Return if nonce is not verified.
     
    8282         * Render general settings page.
    8383         *
    84          * @since    1.0.6
     84         * @since    1.0.7
    8585         * @access   public
    8686         * @return   void
  • site-mode/tags/1.0.7/admin/classes/class-site-mode-init.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    5959     * Constructor.
    6060     *
    61      * @since 1.0.6
     61     * @since 1.0.7
    6262     * @access public
    6363     * @return void
     
    7676     * Load all files.
    7777     *
    78      * @since 1.0.6
     78     * @since 1.0.7
    7979     * @access public
    8080     * @return void
     
    9393     * Get General Settings.
    9494     *
    95      * @since 1.0.6
     95     * @since 1.0.7
    9696     * @access public
    9797     * @return Site_Mode_General
     
    104104     * Get Design Settings.
    105105     *
    106      * @since 1.0.6
     106     * @since 1.0.7
    107107     * @access public
    108108     * @return Site_Mode_Design
     
    115115     * Get SEO Settings.
    116116     *
    117      * @since 1.0.6
     117     * @since 1.0.7
    118118     * @access public
    119119     * @return Site_Mode_Seo
     
    126126     * Get Advanced Settings.
    127127     *
    128      * @since 1.0.6
     128     * @since 1.0.7
    129129     * @access public
    130130     * @return Site_Mode_Advanced
     
    137137     * Get Integrations Settings.
    138138     *
    139      * @since 1.0.6
     139     * @since 1.0.7
    140140     * @access public
    141141     * @return Site_Mode_Integrations
  • site-mode/tags/1.0.7/admin/classes/class-site-mode-integrations.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's menu
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
     
    2626 * This class defines all code necessary to run during the plugin's menu
    2727 *
    28  * @since      1.0.6
     28 * @since      1.0.7
    2929 * @package    Site_Mode
    3030 * @subpackage Site_Mode/includes
     
    3535     * The Key of integration tab settings in the options table.
    3636     *
    37      * @since    1.0.6
     37     * @since    1.0.7
    3838     * @access   protected
    3939     * @var      string    $option_name    The Key of settings in the options table.
     
    4343     * Google Analytics ID.
    4444     *
    45      * @since 1.0.6
     45     * @since 1.0.7
    4646     * @access protected
    4747     * @var mixed|string $ga_id Google Analytics ID.
     
    5151     * Facebook Pixel ID.
    5252     *
    53      * @since 1.0.6
     53     * @since 1.0.7
    5454     * @access protected
    5555     * @var mixed|string $fb_id Facebook Pixel ID.
     
    6060     * Site Mode Integrations.
    6161     *
    62      * @since 1.0.6
     62     * @since 1.0.7
    6363     * @access protected
    6464     * @var array $site_mode_intergrations Site Mode Integrations.
     
    7070     * Site_Mode_Integrations constructor.
    7171     *
    72      * @since 1.0.6
     72     * @since 1.0.7
    7373     * @access public
    7474     * @return void
     
    8585     * AJAX for site mode integration.
    8686     *
    87      * @since 1.0.6
     87     * @since 1.0.7
    8888     * @access public
    8989     * @return mixed
     
    106106     * Render the integration settings page for this plugin.
    107107     *
    108      * @since 1.0.6
     108     * @since 1.0.7
    109109     * @access public
    110110     * @return void
  • site-mode/tags/1.0.7/admin/classes/class-site-mode-menu.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's menu
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
     
    2424     * Constructor
    2525     *
    26      * @since 1.0.6
     26     * @since 1.0.7
    2727     * @access public
    2828     */
     
    3232     * Add menu page
    3333     *
    34      * @since 1.0.6
     34     * @since 1.0.7
    3535     * @access public
    3636     */
     
    4949     * Add submenu page
    5050     *
    51      * @since 1.0.6
     51     * @since 1.0.7
    5252     * @access public
    5353     */
     
    9090     * Callback function for menu page
    9191     *
    92      * @since 1.0.6
     92     * @since 1.0.7
    9393     * @access public
    9494     */
     
    105105     * @param string $svg_content The SVG content to be processed.
    106106     * @return void
    107      * @since 1.0.6
     107     * @since 1.0.7
    108108     * @access public
    109109     */
  • site-mode/tags/1.0.7/admin/classes/class-site-mode-seo.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's menu
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
     
    2424     * The Key of seo tab settings in the options table.
    2525     *
    26      * @since    1.0.6
     26     * @since    1.0.7
    2727     * @access   protected
    2828     * @var      string    $option_name    The Key of settings in the options table.
     
    3333     * SEO Settings
    3434     *
    35      * @since 1.0.6
     35     * @since 1.0.7
    3636     * @access protected
    3737     * @var array $seo_settings SEO Settings.
     
    4242     * Meta Title.
    4343     *
    44      * @since 1.0.6
     44     * @since 1.0.7
    4545     * @access protected
    4646     * @var string $meta_title Meta Title.
     
    5151     * Meta Description.
    5252     *
    53      * @since 1.0.6
     53     * @since 1.0.7
    5454     * @access protected
    5555     * @var string $meta_description Meta Description.
     
    6060     * Meta Favicon.
    6161     *
    62      * @since 1.0.6
     62     * @since 1.0.7
    6363     * @access protected
    6464     * @var string $meta_favicon Meta Favicon.
     
    6969     * Meta Image.
    7070     *
    71      * @since 1.0.6
     71     * @since 1.0.7
    7272     * @access protected
    7373     * @var string $meta_image Meta Image.
     
    7878     * Site_Mode_Seo constructor.
    7979     *
    80      * @since 1.0.6
     80     * @since 1.0.7
    8181     * @access public
    8282     * @return void
     
    9595     * AJAX for site mode seo settings
    9696     *
    97      * @since 1.0.6
     97     * @since 1.0.7
    9898     * @access public
    9999     * @return mixed
     
    115115     * Render the seo settings page for this plugin.
    116116     *
    117      * @since 1.0.6
     117     * @since 1.0.7
    118118     * @access public
    119119     * @return void
  • site-mode/tags/1.0.7/admin/partials/advanced-setting-page.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's menu
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
  • site-mode/tags/1.0.7/admin/partials/dashboard-setting-page.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1313 * Responsible for dashboard settings page.
    1414 *
    15  * @since      1.0.6
     15 * @since      1.0.7
    1616 * @package    Site_Mode
    1717 * @subpackage Site_Mode/includes
  • site-mode/tags/1.0.7/admin/partials/design-setting-page.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's menu
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
  • site-mode/tags/1.0.7/admin/partials/general-setting-page.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's menu
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
  • site-mode/tags/1.0.7/admin/partials/intergrations-setting-page.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's menu
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
  • site-mode/tags/1.0.7/admin/partials/main-content.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's menu
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
  • site-mode/tags/1.0.7/admin/partials/seo-setting-page.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's menu
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
  • site-mode/tags/1.0.7/admin/partials/settings-layout.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's menu
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
  • site-mode/tags/1.0.7/admin/partials/wizard/customize-template.php

    r3003485 r3003936  
    99 * version of the plugin.
    1010 *
    11  * @since      1.0.6
     11 * @since      1.0.7
    1212 * @package    Site_Mode
    1313 * @subpackage Site_Mode/includes
  • site-mode/tags/1.0.7/admin/partials/wizard/header.php

    r3003485 r3003936  
    99 * version of the plugin.
    1010 *
    11  * @since      1.0.6
     11 * @since      1.0.7
    1212 * @package    Site_Mode
    1313 * @subpackage Site_Mode/includes
  • site-mode/tags/1.0.7/admin/partials/wizard/import-template.php

    r3003485 r3003936  
    1010 * version of the plugin.
    1111 *
    12  * @since      1.0.6
     12 * @since      1.0.7
    1313 * @package    Site_Mode
    1414 * @subpackage Site_Mode/includes
  • site-mode/tags/1.0.7/admin/partials/wizard/sidebar.php

    r3003485 r3003936  
    99 * version of the plugin.
    1010 *
    11  * @since      1.0.6
     11 * @since      1.0.7
    1212 * @package    Site_Mode
    1313 * @subpackage Site_Mode/includes
  • site-mode/tags/1.0.7/admin/partials/wizard/wizard.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
  • site-mode/tags/1.0.7/blocks/site-mode-countdown/site-mode-countdown.php

    r3003485 r3003936  
    9999        plugin_dir_url( __FILE__ ) . 'src/sm-countdown-frontend.js', // Adjust the path as needed
    100100        array( 'wp-blocks', 'wp-editor' ), // Dependencies
    101         '1.0.6', // Version number
     101        '1.0.7', // Version number
    102102        true // Load in the footer
    103103    );
  • site-mode/tags/1.0.7/includes/class-site-mode-activator.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's activation.
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
     
    2525     * Activate plugin.
    2626     *
    27      * @since    1.0.6
     27     * @since    1.0.7
    2828     * @return   void
    2929     */
  • site-mode/tags/1.0.7/includes/class-site-mode-deactivator.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's deactivation.
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
     
    2727     * Long Description.
    2828     *
    29      * @since    1.0.6
     29     * @since    1.0.7
    3030     */
    3131    public static function deactivate() {
  • site-mode/tags/1.0.7/includes/class-site-mode-i18n.php

    r3003485 r3003936  
    77 *
    88 * @link       https://mobeenabdullah.com
    9  * @since      1.0.6
     9 * @since      1.0.7
    1010 *
    1111 * @package    Site_Mode
     
    1919 * so that it is ready for translation.
    2020 *
    21  * @since      1.0.6
     21 * @since      1.0.7
    2222 * @package    Site_Mode
    2323 * @subpackage Site_Mode/includes
     
    2929     * Load the plugin text domain for translation.
    3030     *
    31      * @since    1.0.6
     31     * @since    1.0.7
    3232     */
    3333    public function load_plugin_textdomain() {
  • site-mode/tags/1.0.7/includes/class-site-mode-loader.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    2626     * The array of actions registered with WordPress.
    2727     *
    28      * @since    1.0.6
     28     * @since    1.0.7
    2929     * @access   protected
    3030     * @var      array    $actions    The actions registered with WordPress to fire when the plugin loads.
     
    3535     * The array of filters registered with WordPress.
    3636     *
    37      * @since    1.0.6
     37     * @since    1.0.7
    3838     * @access   protected
    3939     * @var      array    $filters    The filters registered with WordPress to fire when the plugin loads.
     
    4444     * Initialize the collections used to maintain the actions and filters.
    4545     *
    46      * @since    1.0.6
     46     * @since    1.0.7
    4747     */
    4848    public function __construct() {
     
    5555     * Add a new action to the collection to be registered with WordPress.
    5656     *
    57      * @since    1.0.6
     57     * @since    1.0.7
    5858     * @param    string $hook             The name of the WordPress action that is being registered.
    5959     * @param    object $component        A reference to the instance of the object on which the action is defined.
     
    6969     * Add a new filter to the collection to be registered with WordPress.
    7070     *
    71      * @since    1.0.6
     71     * @since    1.0.7
    7272     * @param    string $hook             The name of the WordPress filter that is being registered.
    7373     * @param    object $component        A reference to the instance of the object on which the filter is defined.
     
    8484     * collection.
    8585     *
    86      * @since    1.0.6
     86     * @since    1.0.7
    8787     * @access   private
    8888     * @param    array  $hooks            The collection of hooks that is being registered (that is, actions or filters).
     
    110110     * Register the filters and actions with WordPress.
    111111     *
    112      * @since    1.0.6
     112     * @since    1.0.7
    113113     */
    114114    public function run() {
  • site-mode/tags/1.0.7/includes/class-site-mode.php

    r3003485 r3003936  
    77 *
    88 * @link       https://mobeenabdullah.com
    9  * @since      1.0.6
     9 * @since      1.0.7
    1010 *
    1111 * @package    Site_Mode
     
    2222 * version of the plugin.
    2323 *
    24  * @since      1.0.6
     24 * @since      1.0.7
    2525 * @package    Site_Mode
    2626 * @subpackage Site_Mode/includes
     
    3232     * the plugin.
    3333     *
    34      * @since    1.0.6
     34     * @since    1.0.7
    3535     * @access   protected
    3636     * @var      Site_Mode_Loader    $loader    Maintains and registers all hooks for the plugin.
     
    4242     * The unique identifier of this plugin.
    4343     *
    44      * @since    1.0.6
     44     * @since    1.0.7
    4545     * @access   protected
    4646     * @var      string    $plugin_name    The string used to uniquely identify this plugin.
     
    5151     * The current version of the plugin.
    5252     *
    53      * @since    1.0.6
     53     * @since    1.0.7
    5454     * @access   protected
    5555     * @var      string    $version    The current version of the plugin.
     
    8585     * the public-facing side of the site.
    8686     *
    87      * @since    1.0.6
     87     * @since    1.0.7
    8888     */
    8989    public function __construct() {
     
    9292            $this->version = SITE_MODE_VERSION;
    9393        } else {
    94             $this->version = '1.0.6';
     94            $this->version = '1.0.7';
    9595        }
    9696        $this->plugin_name = 'site-mode';
     
    116116     * with WordPress.
    117117     *
    118      * @since    1.0.6
     118     * @since    1.0.7
    119119     * @access   private
    120120     */
     
    171171     * with WordPress.
    172172     *
    173      * @since    1.0.6
     173     * @since    1.0.7
    174174     * @access   private
    175175     */
     
    185185     * of the plugin.
    186186     *
    187      * @since    1.0.6
     187     * @since    1.0.7
    188188     * @access   private
    189189     */
     
    226226     * of the plugin.
    227227     *
    228      * @since    1.0.6
     228     * @since    1.0.7
    229229     * @access   private
    230230     */
     
    258258     * Get Menu.
    259259     *
    260      * @since 1.0.6
     260     * @since 1.0.7
    261261     * @access public
    262262     * @return void
     
    269269     * Run the loader to execute all of the hooks with WordPress.
    270270     *
    271      * @since    1.0.6
     271     * @since    1.0.7
    272272     */
    273273    public function run() {
     
    279279     * WordPress and to define internationalization functionality.
    280280     *
    281      * @since     1.0.6
     281     * @since     1.0.7
    282282     * @return    string    The name of the plugin.
    283283     */
     
    289289     * The reference to the class that orchestrates the hooks with the plugin.
    290290     *
    291      * @since     1.0.6
     291     * @since     1.0.7
    292292     * @return    Site_Mode_Loader    Orchestrates the hooks of the plugin.
    293293     */
     
    299299     * Retrieve the version number of the plugin.
    300300     *
    301      * @since     1.0.6
     301     * @since     1.0.7
    302302     * @return    string    The version number of the plugin.
    303303     */
  • site-mode/tags/1.0.7/includes/class-template-load.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's menu
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
  • site-mode/tags/1.0.7/package.json

    r3003485 r3003936  
    11{
    22  "name": "sass-compile",
    3   "version": "1.0.6",
     3  "version": "1.0.7",
    44  "description": "A simple sass compile config.",
    55  "main": "index.js",
  • site-mode/tags/1.0.7/public/class-site-mode-public.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    2525     * The ID of this plugin.
    2626     *
    27      * @since    1.0.6
     27     * @since    1.0.7
    2828     * @access   private
    2929     * @var      string    $plugin_name    The ID of this plugin.
     
    3434     * The version of this plugin.
    3535     *
    36      * @since    1.0.6
     36     * @since    1.0.7
    3737     * @access   private
    3838     * @var      string    $version    The current version of this plugin.
     
    4343     * Site Mode Design Settings
    4444     *
    45      * @since 1.0.6
     45     * @since 1.0.7
    4646     * @access private
    4747     * @var array $site_mode_design Design settings of site mode.
     
    5252     * Enable Template
    5353     *
    54      * @since 1.0.6
     54     * @since 1.0.7
    5555     * @access private
    5656     * @var string|bool $enable_template Enable template.
     
    6161     * Initialize the class and set its properties.
    6262     *
    63      * @since    1.0.6
     63     * @since    1.0.7
    6464     * @param      string $plugin_name       The name of the plugin.
    6565     * @param      string $version    The version of this plugin.
     
    8181     * Register the stylesheets for the public-facing side of the site.
    8282     *
    83      * @since    1.0.6
     83     * @since    1.0.7
    8484     */
    8585    public function enqueue_styles() {
     
    103103     * Register the JavaScript for the public-facing side of the site.
    104104     *
    105      * @since    1.0.6
     105     * @since    1.0.7
    106106     */
    107107    public function enqueue_scripts() {
     
    151151     * Adds a login icon to the footer based on site mode settings.
    152152     *
    153      * @since 1.0.6
     153     * @since 1.0.7
    154154     * @access public
    155155     * @global array $site_mode_general General settings of site mode.
  • site-mode/tags/1.0.7/public/partials/site-mode-public-display.php

    r3003485 r3003936  
    66 *
    77 * @link       https://mobeenabdullah.com
    8  * @since      1.0.6
     8 * @since      1.0.7
    99 *
    1010 * @package    Site_Mode
  • site-mode/tags/1.0.7/site-mode.php

    r3003485 r3003936  
    99 *
    1010 * @link              https://mobeenabdullah.com
    11  * @since             1.0.6
     11 * @since             1.0.7
    1212 * @package           Site_Mode
    1313 *
    1414 * @wordpress-plugin
    15  * Plugin Name:       Coming Soon, Maintenance Mode & Under Construction Page Builder by Site Mode
     15 * Plugin Name:       Maintenance, Coming Soon & Under Construction Page Builder
    1616 * Plugin URI:        https://github.com/mobeenabdullah/site-mode
    17  * Description:       Create a beautiful Coming Soon page or switch to Maintenance Mode with ease for your WordPress site
    18  * Version:           1.0.6
     17 * Description:       Create a beautiful Maintenance, Coming Soon or Under Construction Page in Seconds.
     18 * Version:           1.0.7
    1919 * Author:            Mobeen Abdullah
    2020 * Author URI:        https://github.com/mobeenabdullah
     
    3333 * Currently plugin version.
    3434 */
    35 define( 'SITE_MODE_VERSION', '1.0.6' );
     35define( 'SITE_MODE_VERSION', '1.0.7' );
    3636define( 'SITE_MODE_PATH', plugin_dir_path( __FILE__ ) );
    3737define( 'SITE_MODE_INC', SITE_MODE_PATH . 'includes/' );
     
    7777 * not affect the page life cycle.
    7878 *
    79  * @since    1.0.6
     79 * @since    1.0.7
    8080 */
    8181function run_site_mode() {
  • site-mode/tags/1.0.7/uninstall.php

    r3003485 r3003936  
    2020 *
    2121 * @link       https://mobeenabdullah.com
    22  * @since      1.0.6
     22 * @since      1.0.7
    2323 *
    2424 * @package    Site_Mode
  • site-mode/trunk/README.txt

    r3003485 r3003936  
    22Contributors: mobeen-abdullah
    33Donate link: https://github.com/mobeenabdullah/site-mode
    4 Tags: maintenance mode, coming soon, under construction, maintenance page, launch, coming soong page, coming soon mode
     4Tags: maintenance, coming soon, maintenance page, coming soon page, under construction
    55Requires at least: 4.7
    66Tested up to: 6.4
    77Requires PHP: 7.0
    8 Stable tag: 1.0.6
     8Stable tag: 1.0.7
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1111
    12 Your all-in-one plugin for Maintenance Mode, Coming Soon, and Under Construction pages.
     12Your all-in-one plugin for Maintenance, Coming Soon, and Under Construction pages.
    1313
    1414== Description ==
     
    115115== Changelog ==
    116116
     117= 1.0.7 =
     118* Name and Tags updates
    117119= 1.0.6 =
    118120* Added custom 404 page builder feature
  • site-mode/trunk/admin/class-site-mode-admin.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    2525     * The ID of this plugin.
    2626     *
    27      * @since    1.0.6
     27     * @since    1.0.7
    2828     * @access   private
    2929     * @var      string    $plugin_name    The ID of this plugin.
     
    3434     * The version of this plugin.
    3535     *
    36      * @since    1.0.6
     36     * @since    1.0.7
    3737     * @access   private
    3838     * @var      string    $version    The current version of this plugin.
     
    7575     * Initialize the class and set its properties.
    7676     *
    77      * @since    1.0.6
     77     * @since    1.0.7
    7878     * @param      string $plugin_name       The name of this plugin.
    7979     * @param      string $version    The version of this plugin.
  • site-mode/trunk/admin/classes/class-settings.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's menu
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
     
    2727     * @param string       $option_name Option Name.
    2828     * @param array|string $data Data.
    29      * @since 1.0.6
     29     * @since 1.0.7
    3030     * @access public
    3131     */
     
    6262     *
    6363     * @param string $option_name Option Name.
    64      * @since 1.0.6
     64     * @since 1.0.7
    6565     * @access public
    6666     */
     
    7777     * @param mixed  $nonce Nonce.
    7878     * @param string $sanitize Sanitize.
    79      * @since 1.0.6
     79     * @since 1.0.7
    8080     * @access public
    8181     * @return int|string|null
     
    102102     * @param string $key Key.
    103103     * @param string $action Action.
    104      * @since 1.0.6
     104     * @since 1.0.7
    105105     * @access public
    106106     */
     
    115115     *
    116116     * @param string $page_name Page Name.
    117      * @since 1.0.6
     117     * @since 1.0.7
    118118     * @access public
    119119     */
     
    126126     *
    127127     * @param mixed $svg_content SVG Content.
    128      * @since 1.0.6
     128     * @since 1.0.7
    129129     * @access public
    130130     */
  • site-mode/trunk/admin/classes/class-site-mode-advanced.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's menu
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
     
    2525 * Class Site_Mode_Advanced
    2626 *
    27  * @since      1.0.6
     27 * @since      1.0.7
    2828 * @package    Site_Mode
    2929 * @subpackage Site_Mode/Advanced
     
    3333     * The Key of Advance tab settings in the options table.
    3434     *
    35      * @since    1.0.6
     35     * @since    1.0.7
    3636     * @access   protected
    3737     * @var      string    $option_name    The Key of settings in the options table.
     
    4242     * Redirect URL.
    4343     *
    44      * @since 1.0.6
     44     * @since 1.0.7
    4545     * @access protected
    4646     * @var string $redirect_url Redirect URL.
     
    5151     * Redirect delay.
    5252     *
    53      * @since 1.0.6
     53     * @since 1.0.7
    5454     * @access protected
    5555     * @var int|mixed $redirect_delay Redirect delay.
     
    6060     * Disable REST API.
    6161     *
    62      * @since 1.0.6
     62     * @since 1.0.7
    6363     * @access protected
    6464     * @var int|mixed $disable_rest_api Disable REST API.
     
    6969     * Disable RSS feed.
    7070     *
    71      * @since 1.0.6
     71     * @since 1.0.7
    7272     * @access protected
    7373     * @var mixed|int $disable_rss_feed Disable RSS feed.
     
    7878     * Redirect.
    7979     *
    80      * @since 1.0.6
     80     * @since 1.0.7
    8181     * @access protected
    8282     * @var false|mixed $redirect Redirect.
     
    8787     * Advanced settings.
    8888     *
    89      * @since 1.0.6
     89     * @since 1.0.7
    9090     * @access protected
    9191     * @var array|string $site_mode_advanced Advanced settings.
     
    9696     * Whitelist pages.
    9797     *
    98      * @since 1.0.6
     98     * @since 1.0.7
    9999     * @access protected
    100100     * @var array|mixed $whitelist_pages Whitelist pages.
     
    105105     * User roles.
    106106     *
    107      * @since 1.0.6
     107     * @since 1.0.7
    108108     * @access protected
    109109     * @var array|mixed $user_roles User roles.
     
    114114     * Site_Mode_Advanced constructor.
    115115     *
    116      * @since 1.0.6
     116     * @since 1.0.7
    117117     * @access public
    118118     */
     
    133133     * Remove RSS feed.
    134134     *
    135      * @since 1.0.6
     135     * @since 1.0.7
    136136     * @access public
    137137     */
     
    143143     * AJAX for site mode advance settings.
    144144     *
    145      * @since 1.0.6
     145     * @since 1.0.7
    146146     * @access public
    147147     */
     
    173173     * Rest API.
    174174     *
    175      * @since 1.0.6
     175     * @since 1.0.7
    176176     * @access public
    177177     * @param mixed $access Access.
     
    189189     * Render.
    190190     *
    191      * @since 1.0.6
     191     * @since 1.0.7
    192192     * @access public
    193193     */
  • site-mode/trunk/admin/classes/class-site-mode-design.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's menu
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
     
    102102     * Site_Mode_Design constructor.
    103103     *
    104      * @since 1.0.6
     104     * @since 1.0.7
    105105     * @return void
    106106     */
  • site-mode/trunk/admin/classes/class-site-mode-general.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's menu
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
     
    2525     * The Key of General tab settings in the options table.
    2626     *
    27      * @since    1.0.6
     27     * @since    1.0.7
    2828     * @access   protected
    2929     * @var      string    $option_name    The Key of general settings tab in the options table.
     
    3333     * Show login icon.
    3434     *
    35      * @since    1.0.6
     35     * @since    1.0.7
    3636     * @access   protected
    3737     * @var      boolean    $show_login_icon    Show login icon.
     
    4141     * Login URL.
    4242     *
    43      * @since    1.0.6
     43     * @since    1.0.7
    4444     * @access   protected
    4545     * @var      string    $custom_login_url    Login URL.
     
    5050     * Site_Mode_General constructor.
    5151     *
    52      * @since    1.0.6
     52     * @since    1.0.7
    5353     * @access   public
    5454     * @return   void
     
    6363     * Ajax callback for general settings.
    6464     *
    65      * @since    1.0.6
     65     * @since    1.0.7
    6666     * @access   public
    6767     * @return   void|mixed  $this->save_data( $this->option_name, $data ) Return if nonce is not verified.
     
    8282         * Render general settings page.
    8383         *
    84          * @since    1.0.6
     84         * @since    1.0.7
    8585         * @access   public
    8686         * @return   void
  • site-mode/trunk/admin/classes/class-site-mode-init.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    5959     * Constructor.
    6060     *
    61      * @since 1.0.6
     61     * @since 1.0.7
    6262     * @access public
    6363     * @return void
     
    7676     * Load all files.
    7777     *
    78      * @since 1.0.6
     78     * @since 1.0.7
    7979     * @access public
    8080     * @return void
     
    9393     * Get General Settings.
    9494     *
    95      * @since 1.0.6
     95     * @since 1.0.7
    9696     * @access public
    9797     * @return Site_Mode_General
     
    104104     * Get Design Settings.
    105105     *
    106      * @since 1.0.6
     106     * @since 1.0.7
    107107     * @access public
    108108     * @return Site_Mode_Design
     
    115115     * Get SEO Settings.
    116116     *
    117      * @since 1.0.6
     117     * @since 1.0.7
    118118     * @access public
    119119     * @return Site_Mode_Seo
     
    126126     * Get Advanced Settings.
    127127     *
    128      * @since 1.0.6
     128     * @since 1.0.7
    129129     * @access public
    130130     * @return Site_Mode_Advanced
     
    137137     * Get Integrations Settings.
    138138     *
    139      * @since 1.0.6
     139     * @since 1.0.7
    140140     * @access public
    141141     * @return Site_Mode_Integrations
  • site-mode/trunk/admin/classes/class-site-mode-integrations.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's menu
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
     
    2626 * This class defines all code necessary to run during the plugin's menu
    2727 *
    28  * @since      1.0.6
     28 * @since      1.0.7
    2929 * @package    Site_Mode
    3030 * @subpackage Site_Mode/includes
     
    3535     * The Key of integration tab settings in the options table.
    3636     *
    37      * @since    1.0.6
     37     * @since    1.0.7
    3838     * @access   protected
    3939     * @var      string    $option_name    The Key of settings in the options table.
     
    4343     * Google Analytics ID.
    4444     *
    45      * @since 1.0.6
     45     * @since 1.0.7
    4646     * @access protected
    4747     * @var mixed|string $ga_id Google Analytics ID.
     
    5151     * Facebook Pixel ID.
    5252     *
    53      * @since 1.0.6
     53     * @since 1.0.7
    5454     * @access protected
    5555     * @var mixed|string $fb_id Facebook Pixel ID.
     
    6060     * Site Mode Integrations.
    6161     *
    62      * @since 1.0.6
     62     * @since 1.0.7
    6363     * @access protected
    6464     * @var array $site_mode_intergrations Site Mode Integrations.
     
    7070     * Site_Mode_Integrations constructor.
    7171     *
    72      * @since 1.0.6
     72     * @since 1.0.7
    7373     * @access public
    7474     * @return void
     
    8585     * AJAX for site mode integration.
    8686     *
    87      * @since 1.0.6
     87     * @since 1.0.7
    8888     * @access public
    8989     * @return mixed
     
    106106     * Render the integration settings page for this plugin.
    107107     *
    108      * @since 1.0.6
     108     * @since 1.0.7
    109109     * @access public
    110110     * @return void
  • site-mode/trunk/admin/classes/class-site-mode-menu.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's menu
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
     
    2424     * Constructor
    2525     *
    26      * @since 1.0.6
     26     * @since 1.0.7
    2727     * @access public
    2828     */
     
    3232     * Add menu page
    3333     *
    34      * @since 1.0.6
     34     * @since 1.0.7
    3535     * @access public
    3636     */
     
    4949     * Add submenu page
    5050     *
    51      * @since 1.0.6
     51     * @since 1.0.7
    5252     * @access public
    5353     */
     
    9090     * Callback function for menu page
    9191     *
    92      * @since 1.0.6
     92     * @since 1.0.7
    9393     * @access public
    9494     */
     
    105105     * @param string $svg_content The SVG content to be processed.
    106106     * @return void
    107      * @since 1.0.6
     107     * @since 1.0.7
    108108     * @access public
    109109     */
  • site-mode/trunk/admin/classes/class-site-mode-seo.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's menu
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
     
    2424     * The Key of seo tab settings in the options table.
    2525     *
    26      * @since    1.0.6
     26     * @since    1.0.7
    2727     * @access   protected
    2828     * @var      string    $option_name    The Key of settings in the options table.
     
    3333     * SEO Settings
    3434     *
    35      * @since 1.0.6
     35     * @since 1.0.7
    3636     * @access protected
    3737     * @var array $seo_settings SEO Settings.
     
    4242     * Meta Title.
    4343     *
    44      * @since 1.0.6
     44     * @since 1.0.7
    4545     * @access protected
    4646     * @var string $meta_title Meta Title.
     
    5151     * Meta Description.
    5252     *
    53      * @since 1.0.6
     53     * @since 1.0.7
    5454     * @access protected
    5555     * @var string $meta_description Meta Description.
     
    6060     * Meta Favicon.
    6161     *
    62      * @since 1.0.6
     62     * @since 1.0.7
    6363     * @access protected
    6464     * @var string $meta_favicon Meta Favicon.
     
    6969     * Meta Image.
    7070     *
    71      * @since 1.0.6
     71     * @since 1.0.7
    7272     * @access protected
    7373     * @var string $meta_image Meta Image.
     
    7878     * Site_Mode_Seo constructor.
    7979     *
    80      * @since 1.0.6
     80     * @since 1.0.7
    8181     * @access public
    8282     * @return void
     
    9595     * AJAX for site mode seo settings
    9696     *
    97      * @since 1.0.6
     97     * @since 1.0.7
    9898     * @access public
    9999     * @return mixed
     
    115115     * Render the seo settings page for this plugin.
    116116     *
    117      * @since 1.0.6
     117     * @since 1.0.7
    118118     * @access public
    119119     * @return void
  • site-mode/trunk/admin/partials/advanced-setting-page.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's menu
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
  • site-mode/trunk/admin/partials/dashboard-setting-page.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1313 * Responsible for dashboard settings page.
    1414 *
    15  * @since      1.0.6
     15 * @since      1.0.7
    1616 * @package    Site_Mode
    1717 * @subpackage Site_Mode/includes
  • site-mode/trunk/admin/partials/design-setting-page.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's menu
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
  • site-mode/trunk/admin/partials/general-setting-page.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's menu
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
  • site-mode/trunk/admin/partials/intergrations-setting-page.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's menu
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
  • site-mode/trunk/admin/partials/main-content.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's menu
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
  • site-mode/trunk/admin/partials/seo-setting-page.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's menu
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
  • site-mode/trunk/admin/partials/settings-layout.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's menu
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
  • site-mode/trunk/admin/partials/wizard/customize-template.php

    r3003485 r3003936  
    99 * version of the plugin.
    1010 *
    11  * @since      1.0.6
     11 * @since      1.0.7
    1212 * @package    Site_Mode
    1313 * @subpackage Site_Mode/includes
  • site-mode/trunk/admin/partials/wizard/header.php

    r3003485 r3003936  
    99 * version of the plugin.
    1010 *
    11  * @since      1.0.6
     11 * @since      1.0.7
    1212 * @package    Site_Mode
    1313 * @subpackage Site_Mode/includes
  • site-mode/trunk/admin/partials/wizard/import-template.php

    r3003485 r3003936  
    1010 * version of the plugin.
    1111 *
    12  * @since      1.0.6
     12 * @since      1.0.7
    1313 * @package    Site_Mode
    1414 * @subpackage Site_Mode/includes
  • site-mode/trunk/admin/partials/wizard/sidebar.php

    r3003485 r3003936  
    99 * version of the plugin.
    1010 *
    11  * @since      1.0.6
     11 * @since      1.0.7
    1212 * @package    Site_Mode
    1313 * @subpackage Site_Mode/includes
  • site-mode/trunk/admin/partials/wizard/wizard.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
  • site-mode/trunk/blocks/site-mode-countdown/site-mode-countdown.php

    r3003485 r3003936  
    9999        plugin_dir_url( __FILE__ ) . 'src/sm-countdown-frontend.js', // Adjust the path as needed
    100100        array( 'wp-blocks', 'wp-editor' ), // Dependencies
    101         '1.0.6', // Version number
     101        '1.0.7', // Version number
    102102        true // Load in the footer
    103103    );
  • site-mode/trunk/includes/class-site-mode-activator.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's activation.
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
     
    2525     * Activate plugin.
    2626     *
    27      * @since    1.0.6
     27     * @since    1.0.7
    2828     * @return   void
    2929     */
  • site-mode/trunk/includes/class-site-mode-deactivator.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's deactivation.
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
     
    2727     * Long Description.
    2828     *
    29      * @since    1.0.6
     29     * @since    1.0.7
    3030     */
    3131    public static function deactivate() {
  • site-mode/trunk/includes/class-site-mode-i18n.php

    r3003485 r3003936  
    77 *
    88 * @link       https://mobeenabdullah.com
    9  * @since      1.0.6
     9 * @since      1.0.7
    1010 *
    1111 * @package    Site_Mode
     
    1919 * so that it is ready for translation.
    2020 *
    21  * @since      1.0.6
     21 * @since      1.0.7
    2222 * @package    Site_Mode
    2323 * @subpackage Site_Mode/includes
     
    2929     * Load the plugin text domain for translation.
    3030     *
    31      * @since    1.0.6
     31     * @since    1.0.7
    3232     */
    3333    public function load_plugin_textdomain() {
  • site-mode/trunk/includes/class-site-mode-loader.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    2626     * The array of actions registered with WordPress.
    2727     *
    28      * @since    1.0.6
     28     * @since    1.0.7
    2929     * @access   protected
    3030     * @var      array    $actions    The actions registered with WordPress to fire when the plugin loads.
     
    3535     * The array of filters registered with WordPress.
    3636     *
    37      * @since    1.0.6
     37     * @since    1.0.7
    3838     * @access   protected
    3939     * @var      array    $filters    The filters registered with WordPress to fire when the plugin loads.
     
    4444     * Initialize the collections used to maintain the actions and filters.
    4545     *
    46      * @since    1.0.6
     46     * @since    1.0.7
    4747     */
    4848    public function __construct() {
     
    5555     * Add a new action to the collection to be registered with WordPress.
    5656     *
    57      * @since    1.0.6
     57     * @since    1.0.7
    5858     * @param    string $hook             The name of the WordPress action that is being registered.
    5959     * @param    object $component        A reference to the instance of the object on which the action is defined.
     
    6969     * Add a new filter to the collection to be registered with WordPress.
    7070     *
    71      * @since    1.0.6
     71     * @since    1.0.7
    7272     * @param    string $hook             The name of the WordPress filter that is being registered.
    7373     * @param    object $component        A reference to the instance of the object on which the filter is defined.
     
    8484     * collection.
    8585     *
    86      * @since    1.0.6
     86     * @since    1.0.7
    8787     * @access   private
    8888     * @param    array  $hooks            The collection of hooks that is being registered (that is, actions or filters).
     
    110110     * Register the filters and actions with WordPress.
    111111     *
    112      * @since    1.0.6
     112     * @since    1.0.7
    113113     */
    114114    public function run() {
  • site-mode/trunk/includes/class-site-mode.php

    r3003485 r3003936  
    77 *
    88 * @link       https://mobeenabdullah.com
    9  * @since      1.0.6
     9 * @since      1.0.7
    1010 *
    1111 * @package    Site_Mode
     
    2222 * version of the plugin.
    2323 *
    24  * @since      1.0.6
     24 * @since      1.0.7
    2525 * @package    Site_Mode
    2626 * @subpackage Site_Mode/includes
     
    3232     * the plugin.
    3333     *
    34      * @since    1.0.6
     34     * @since    1.0.7
    3535     * @access   protected
    3636     * @var      Site_Mode_Loader    $loader    Maintains and registers all hooks for the plugin.
     
    4242     * The unique identifier of this plugin.
    4343     *
    44      * @since    1.0.6
     44     * @since    1.0.7
    4545     * @access   protected
    4646     * @var      string    $plugin_name    The string used to uniquely identify this plugin.
     
    5151     * The current version of the plugin.
    5252     *
    53      * @since    1.0.6
     53     * @since    1.0.7
    5454     * @access   protected
    5555     * @var      string    $version    The current version of the plugin.
     
    8585     * the public-facing side of the site.
    8686     *
    87      * @since    1.0.6
     87     * @since    1.0.7
    8888     */
    8989    public function __construct() {
     
    9292            $this->version = SITE_MODE_VERSION;
    9393        } else {
    94             $this->version = '1.0.6';
     94            $this->version = '1.0.7';
    9595        }
    9696        $this->plugin_name = 'site-mode';
     
    116116     * with WordPress.
    117117     *
    118      * @since    1.0.6
     118     * @since    1.0.7
    119119     * @access   private
    120120     */
     
    171171     * with WordPress.
    172172     *
    173      * @since    1.0.6
     173     * @since    1.0.7
    174174     * @access   private
    175175     */
     
    185185     * of the plugin.
    186186     *
    187      * @since    1.0.6
     187     * @since    1.0.7
    188188     * @access   private
    189189     */
     
    226226     * of the plugin.
    227227     *
    228      * @since    1.0.6
     228     * @since    1.0.7
    229229     * @access   private
    230230     */
     
    258258     * Get Menu.
    259259     *
    260      * @since 1.0.6
     260     * @since 1.0.7
    261261     * @access public
    262262     * @return void
     
    269269     * Run the loader to execute all of the hooks with WordPress.
    270270     *
    271      * @since    1.0.6
     271     * @since    1.0.7
    272272     */
    273273    public function run() {
     
    279279     * WordPress and to define internationalization functionality.
    280280     *
    281      * @since     1.0.6
     281     * @since     1.0.7
    282282     * @return    string    The name of the plugin.
    283283     */
     
    289289     * The reference to the class that orchestrates the hooks with the plugin.
    290290     *
    291      * @since     1.0.6
     291     * @since     1.0.7
    292292     * @return    Site_Mode_Loader    Orchestrates the hooks of the plugin.
    293293     */
     
    299299     * Retrieve the version number of the plugin.
    300300     *
    301      * @since     1.0.6
     301     * @since     1.0.7
    302302     * @return    string    The version number of the plugin.
    303303     */
  • site-mode/trunk/includes/class-template-load.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    1515 * This class defines all code necessary to run during the plugin's menu
    1616 *
    17  * @since      1.0.6
     17 * @since      1.0.7
    1818 * @package    Site_Mode
    1919 * @subpackage Site_Mode/includes
  • site-mode/trunk/package.json

    r3003485 r3003936  
    11{
    22  "name": "sass-compile",
    3   "version": "1.0.6",
     3  "version": "1.0.7",
    44  "description": "A simple sass compile config.",
    55  "main": "index.js",
  • site-mode/trunk/public/class-site-mode-public.php

    r3003485 r3003936  
    44 *
    55 * @link       https://mobeenabdullah.com
    6  * @since      1.0.6
     6 * @since      1.0.7
    77 *
    88 * @package    Site_Mode
     
    2525     * The ID of this plugin.
    2626     *
    27      * @since    1.0.6
     27     * @since    1.0.7
    2828     * @access   private
    2929     * @var      string    $plugin_name    The ID of this plugin.
     
    3434     * The version of this plugin.
    3535     *
    36      * @since    1.0.6
     36     * @since    1.0.7
    3737     * @access   private
    3838     * @var      string    $version    The current version of this plugin.
     
    4343     * Site Mode Design Settings
    4444     *
    45      * @since 1.0.6
     45     * @since 1.0.7
    4646     * @access private
    4747     * @var array $site_mode_design Design settings of site mode.
     
    5252     * Enable Template
    5353     *
    54      * @since 1.0.6
     54     * @since 1.0.7
    5555     * @access private
    5656     * @var string|bool $enable_template Enable template.
     
    6161     * Initialize the class and set its properties.
    6262     *
    63      * @since    1.0.6
     63     * @since    1.0.7
    6464     * @param      string $plugin_name       The name of the plugin.
    6565     * @param      string $version    The version of this plugin.
     
    8181     * Register the stylesheets for the public-facing side of the site.
    8282     *
    83      * @since    1.0.6
     83     * @since    1.0.7
    8484     */
    8585    public function enqueue_styles() {
     
    103103     * Register the JavaScript for the public-facing side of the site.
    104104     *
    105      * @since    1.0.6
     105     * @since    1.0.7
    106106     */
    107107    public function enqueue_scripts() {
     
    151151     * Adds a login icon to the footer based on site mode settings.
    152152     *
    153      * @since 1.0.6
     153     * @since 1.0.7
    154154     * @access public
    155155     * @global array $site_mode_general General settings of site mode.
  • site-mode/trunk/public/partials/site-mode-public-display.php

    r3003485 r3003936  
    66 *
    77 * @link       https://mobeenabdullah.com
    8  * @since      1.0.6
     8 * @since      1.0.7
    99 *
    1010 * @package    Site_Mode
  • site-mode/trunk/site-mode.php

    r3003485 r3003936  
    99 *
    1010 * @link              https://mobeenabdullah.com
    11  * @since             1.0.6
     11 * @since             1.0.7
    1212 * @package           Site_Mode
    1313 *
    1414 * @wordpress-plugin
    15  * Plugin Name:       Coming Soon, Maintenance Mode & Under Construction Page Builder by Site Mode
     15 * Plugin Name:       Maintenance, Coming Soon & Under Construction Page Builder
    1616 * Plugin URI:        https://github.com/mobeenabdullah/site-mode
    17  * Description:       Create a beautiful Coming Soon page or switch to Maintenance Mode with ease for your WordPress site
    18  * Version:           1.0.6
     17 * Description:       Create a beautiful Maintenance, Coming Soon or Under Construction Page in Seconds.
     18 * Version:           1.0.7
    1919 * Author:            Mobeen Abdullah
    2020 * Author URI:        https://github.com/mobeenabdullah
     
    3333 * Currently plugin version.
    3434 */
    35 define( 'SITE_MODE_VERSION', '1.0.6' );
     35define( 'SITE_MODE_VERSION', '1.0.7' );
    3636define( 'SITE_MODE_PATH', plugin_dir_path( __FILE__ ) );
    3737define( 'SITE_MODE_INC', SITE_MODE_PATH . 'includes/' );
     
    7777 * not affect the page life cycle.
    7878 *
    79  * @since    1.0.6
     79 * @since    1.0.7
    8080 */
    8181function run_site_mode() {
  • site-mode/trunk/uninstall.php

    r3003485 r3003936  
    2020 *
    2121 * @link       https://mobeenabdullah.com
    22  * @since      1.0.6
     22 * @since      1.0.7
    2323 *
    2424 * @package    Site_Mode
Note: See TracChangeset for help on using the changeset viewer.