Plugin Directory

Changeset 2568566


Ignore:
Timestamp:
07/20/2021 09:41:06 PM (5 years ago)
Author:
WPBrigade
Message:

1.2.1 tagging n release 5.8 compatible.

Location:
under-construction-maintenance-mode
Files:
3 edited
10 copied

Legend:

Unmodified
Added
Removed
  • under-construction-maintenance-mode/tags/1.2.1/readme.txt

    r2515474 r2568566  
    55Tags: coming soon, under construction, maintenance mode, behind the scenes, maintenance, comingsoon,
    66Requires at least: 5.0
    7 Tested up to: 5.7
    8 Stable tag: 1.2.0
     7Tested up to: 5.8
     8Stable tag: 1.2.1
    99License: GPLv3 or later
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    1414== Description ==
    1515
    16 Under Construction, Maintenance Mode or Coming Soon landing page is needed when you are working hard to launch your website. This plugin helps you to post a message to your users while you can work behind the scenes.
     16Under Construction, Coming Soon & Maintenance Mode plugin makes you create or set up Maintenance Mode Page, Coming Soon Page, or Under Construction Page for your upcoming new WordPress website.
     17
     18This Under Construction plugin is a simple & easy to use WordPress plugin and works with any WordPress theme and plugin.
     19
     20With this plugin, you can create a maintenance mode landing page without any coding skills. It’s a completely free WordPress plugin.
     21
     22**Features**
     23
     24* Can easily change or upload any background image.
     25* You can easily disable the Under Construction for your different roles (Admin, Editor, Author, Subscriber, Customer, Shop Manager, or any other role).
     26* You can easily upload the logo and set the Height and width of your Logo
     27* Easily update the content of your page that includes Main header text and Subheading text, including text color.
     28* You can also add social media icons and links to your landing page.
     29* Can add custom CSS to customize the design of your landing page.
     30* With UCMM you can easily apply SEO on your page that includes (SEO Title, Description, Keyword, SEO URL, SEO Site Name, and SEO Author name)
     31* UCMM plugin also allows you to add the Google Analytics Tracking Code to your landing page for tracking.
     32* You can also set your Maintenance mode starting and ending date with the UCMM plugin.
     33* You can easily preview your page in the UCMM customizer before activation.
     34* Page created with this plugin is fully mobile-friendly (responsive).
     35
     36
     37`If you find our plugin useful, please leave a good rating/review and check our other plugins.`
     38
     39* [Analytify - Google Analytics Plugin](https://analytify.io/ref/73/?utm_source=ucmm-org&utm_medium=readme&utm_campaign=pro-upgrade)
     40* [LoginPress](https://loginpress.pro?utm_source=ucmm-org&utm_medium=readme&utm_campaign=pro-upgrade) - For Custom login page and login page security
     41* [Simple Social Buttons](https://simplesocialbuttons.com?utm_source=ucmm-org&utm_medium=readme&utm_campaign=pro-upgrade) - Plugin for Social share buttons and social icons
     42* [Related Posts Thumbnails Plugin](https://wordpress.org/plugins/related-posts-thumbnails/) - For related posts/products
     43* [Under Construction, Coming Soon & Maintenance Mode](http://wpbrigade.com/recommend/maintenance-mode?utm_source=ucmm-org&utm_medium=readme&utm_campaign=pro-upgrade) - Plugin for Under construction & Coming soon page
    1744
    1845== Screenshots ==
     
    22491. Under Construction by WPBrigade - [Edit page with WordPress Customizer](https://wpbrigade.com/wordpress/plugins/under-construction-maintenance-mode/)
    2350
     51== Frequently Asked Questions ==
     52
     53= Is the Under Construction, Coming Soon & Maintenance Mode plugin compatible with all WordPress themes and plugins? =
     54 
     55Yes, Under Construction, Coming Soon & Maintenance Mode plugin is compatible with all WordPress themes and plugins.
     56 
     57= Can we track our Under construction or Maintenance mode page performance in Google Analytics? =
     58 
     59Yes, Under Construction, Coming Soon & Maintenance Mode plugin provides an option to insert the Google Analytics tracking in your landing page to track the performance of your page.
     60 
     61= Can we set the starting and ending date with the time of our maintenance mode page? =
     62 
     63Yes, you can set your start and ending date with the time of your maintenance mode page.
     64 
     65= Can we configure SEO of our maintenance or under construction mode page? =
     66 
     67Yes, you can easily configure SEO of your landing page that includes SEO Meta title, Meta Description, and Focus keyword.
     68 
     69= Who can view the website while it's under construction or maintenance mode? =
     70 
     71Only logged-in users can see the website while it’s under construction or maintenance mode, plus you can also disable different roles to view the website during the maintenance or under construction mode.
    2472
    2573== Installation ==
     
    4694
    4795== Changelog ==
     96
     97= 1.2.1 - 2021-07-21 =
     98* Bug Fix: Redirect message on a time zone settings.
     99* Compatibility: Compatible with WordPress 5.8
    48100
    49101= 1.2.0 - 2021-04-01 =
     
    126178== Upgrade Notice ==
    127179
    128 = 1.2.0 =
     180= 1.2.1 =
    129181Upgrade Immediately
  • under-construction-maintenance-mode/tags/1.2.1/ucmm-customize.php

    r2507680 r2568566  
    66$ucmm_wpbrigade_array = (array) get_option( 'ucmm_wpbrigade_customization' );
    77
    8 
     8/**
     9 * If a certain value exists in the settings array, return the value
     10 *
     11 * @param [string] $ucmm_key
     12 * @param [array] $ucmm_wpbrigade_array
     13 *
     14 * @return void
     15 */
    916function ucmm_wpbrigade_option_key( $ucmm_key, $ucmm_wpbrigade_array ) {
    1017
     
    4956$ucmm_ga_tracking_code  = ucmm_wpbrigade_option_key( 'ucmm_ga_tracking_code', $ucmm_wpbrigade_array );
    5057$ucmm_footer_love       = ucmm_wpbrigade_default_option_key( 'ucmm_display_footer_text', $ucmm_wpbrigade_array );
    51 $ucmm_schedule_end_time = ucmm_wpbrigade_default_option_key( 'ucmm_schedule_end', $ucmm_wpbrigade_array );
    52 $ucmm_show_end_time     = ucmm_wpbrigade_default_option_key( 'ucmm_schedule_show_end_time', $ucmm_wpbrigade_array );
     58$ucmm_schedule_end_time = ucmm_wpbrigade_option_key( 'ucmm_schedule_end', $ucmm_wpbrigade_array );
     59$ucmm_show_end_time     = ucmm_wpbrigade_option_key( 'ucmm_schedule_show_end_time', $ucmm_wpbrigade_array );
    5360$ucmm_time_text_color   = ucmm_wpbrigade_option_key( 'ucmm_schedule_text_color', $ucmm_wpbrigade_array );
    5461$ucmm_header_text_color = ucmm_wpbrigade_option_key( 'ucmm_header_text_color', $ucmm_wpbrigade_array );
  • under-construction-maintenance-mode/tags/1.2.1/under-construction-maintenance-mode.php

    r2507680 r2568566  
    44 * Plugin URI: https://wpbrigade.com/wordpress/plugins/under-construction-maintenance-mode/
    55 * Description: This plugin will Display an Under Construction, Maintenance Mode or Coming Soon landing Page that takes 5 seconds to setup, while you're doing maintenance work on your site.
    6  * Version: 1.2.0
     6 * Version: 1.2.1
    77 * Author: WPBrigade
    88 * Author URI: https://www.WPBrigade.com/
     
    2727         * @var string
    2828         */
    29         public $version = '1.2.0';
     29        public $version = '1.2.1';
    3030
    3131        /**
  • under-construction-maintenance-mode/trunk/readme.txt

    r2515474 r2568566  
    55Tags: coming soon, under construction, maintenance mode, behind the scenes, maintenance, comingsoon,
    66Requires at least: 5.0
    7 Tested up to: 5.7
    8 Stable tag: 1.2.0
     7Tested up to: 5.8
     8Stable tag: 1.2.1
    99License: GPLv3 or later
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    1414== Description ==
    1515
    16 Under Construction, Maintenance Mode or Coming Soon landing page is needed when you are working hard to launch your website. This plugin helps you to post a message to your users while you can work behind the scenes.
     16Under Construction, Coming Soon & Maintenance Mode plugin makes you create or set up Maintenance Mode Page, Coming Soon Page, or Under Construction Page for your upcoming new WordPress website.
     17
     18This Under Construction plugin is a simple & easy to use WordPress plugin and works with any WordPress theme and plugin.
     19
     20With this plugin, you can create a maintenance mode landing page without any coding skills. It’s a completely free WordPress plugin.
     21
     22**Features**
     23
     24* Can easily change or upload any background image.
     25* You can easily disable the Under Construction for your different roles (Admin, Editor, Author, Subscriber, Customer, Shop Manager, or any other role).
     26* You can easily upload the logo and set the Height and width of your Logo
     27* Easily update the content of your page that includes Main header text and Subheading text, including text color.
     28* You can also add social media icons and links to your landing page.
     29* Can add custom CSS to customize the design of your landing page.
     30* With UCMM you can easily apply SEO on your page that includes (SEO Title, Description, Keyword, SEO URL, SEO Site Name, and SEO Author name)
     31* UCMM plugin also allows you to add the Google Analytics Tracking Code to your landing page for tracking.
     32* You can also set your Maintenance mode starting and ending date with the UCMM plugin.
     33* You can easily preview your page in the UCMM customizer before activation.
     34* Page created with this plugin is fully mobile-friendly (responsive).
     35
     36
     37`If you find our plugin useful, please leave a good rating/review and check our other plugins.`
     38
     39* [Analytify - Google Analytics Plugin](https://analytify.io/ref/73/?utm_source=ucmm-org&utm_medium=readme&utm_campaign=pro-upgrade)
     40* [LoginPress](https://loginpress.pro?utm_source=ucmm-org&utm_medium=readme&utm_campaign=pro-upgrade) - For Custom login page and login page security
     41* [Simple Social Buttons](https://simplesocialbuttons.com?utm_source=ucmm-org&utm_medium=readme&utm_campaign=pro-upgrade) - Plugin for Social share buttons and social icons
     42* [Related Posts Thumbnails Plugin](https://wordpress.org/plugins/related-posts-thumbnails/) - For related posts/products
     43* [Under Construction, Coming Soon & Maintenance Mode](http://wpbrigade.com/recommend/maintenance-mode?utm_source=ucmm-org&utm_medium=readme&utm_campaign=pro-upgrade) - Plugin for Under construction & Coming soon page
    1744
    1845== Screenshots ==
     
    22491. Under Construction by WPBrigade - [Edit page with WordPress Customizer](https://wpbrigade.com/wordpress/plugins/under-construction-maintenance-mode/)
    2350
     51== Frequently Asked Questions ==
     52
     53= Is the Under Construction, Coming Soon & Maintenance Mode plugin compatible with all WordPress themes and plugins? =
     54 
     55Yes, Under Construction, Coming Soon & Maintenance Mode plugin is compatible with all WordPress themes and plugins.
     56 
     57= Can we track our Under construction or Maintenance mode page performance in Google Analytics? =
     58 
     59Yes, Under Construction, Coming Soon & Maintenance Mode plugin provides an option to insert the Google Analytics tracking in your landing page to track the performance of your page.
     60 
     61= Can we set the starting and ending date with the time of our maintenance mode page? =
     62 
     63Yes, you can set your start and ending date with the time of your maintenance mode page.
     64 
     65= Can we configure SEO of our maintenance or under construction mode page? =
     66 
     67Yes, you can easily configure SEO of your landing page that includes SEO Meta title, Meta Description, and Focus keyword.
     68 
     69= Who can view the website while it's under construction or maintenance mode? =
     70 
     71Only logged-in users can see the website while it’s under construction or maintenance mode, plus you can also disable different roles to view the website during the maintenance or under construction mode.
    2472
    2573== Installation ==
     
    4694
    4795== Changelog ==
     96
     97= 1.2.1 - 2021-07-21 =
     98* Bug Fix: Redirect message on a time zone settings.
     99* Compatibility: Compatible with WordPress 5.8
    48100
    49101= 1.2.0 - 2021-04-01 =
     
    126178== Upgrade Notice ==
    127179
    128 = 1.2.0 =
     180= 1.2.1 =
    129181Upgrade Immediately
  • under-construction-maintenance-mode/trunk/ucmm-customize.php

    r2507680 r2568566  
    66$ucmm_wpbrigade_array = (array) get_option( 'ucmm_wpbrigade_customization' );
    77
    8 
     8/**
     9 * If a certain value exists in the settings array, return the value
     10 *
     11 * @param [string] $ucmm_key
     12 * @param [array] $ucmm_wpbrigade_array
     13 *
     14 * @return void
     15 */
    916function ucmm_wpbrigade_option_key( $ucmm_key, $ucmm_wpbrigade_array ) {
    1017
     
    4956$ucmm_ga_tracking_code  = ucmm_wpbrigade_option_key( 'ucmm_ga_tracking_code', $ucmm_wpbrigade_array );
    5057$ucmm_footer_love       = ucmm_wpbrigade_default_option_key( 'ucmm_display_footer_text', $ucmm_wpbrigade_array );
    51 $ucmm_schedule_end_time = ucmm_wpbrigade_default_option_key( 'ucmm_schedule_end', $ucmm_wpbrigade_array );
    52 $ucmm_show_end_time     = ucmm_wpbrigade_default_option_key( 'ucmm_schedule_show_end_time', $ucmm_wpbrigade_array );
     58$ucmm_schedule_end_time = ucmm_wpbrigade_option_key( 'ucmm_schedule_end', $ucmm_wpbrigade_array );
     59$ucmm_show_end_time     = ucmm_wpbrigade_option_key( 'ucmm_schedule_show_end_time', $ucmm_wpbrigade_array );
    5360$ucmm_time_text_color   = ucmm_wpbrigade_option_key( 'ucmm_schedule_text_color', $ucmm_wpbrigade_array );
    5461$ucmm_header_text_color = ucmm_wpbrigade_option_key( 'ucmm_header_text_color', $ucmm_wpbrigade_array );
  • under-construction-maintenance-mode/trunk/under-construction-maintenance-mode.php

    r2507680 r2568566  
    44 * Plugin URI: https://wpbrigade.com/wordpress/plugins/under-construction-maintenance-mode/
    55 * Description: This plugin will Display an Under Construction, Maintenance Mode or Coming Soon landing Page that takes 5 seconds to setup, while you're doing maintenance work on your site.
    6  * Version: 1.2.0
     6 * Version: 1.2.1
    77 * Author: WPBrigade
    88 * Author URI: https://www.WPBrigade.com/
     
    2727         * @var string
    2828         */
    29         public $version = '1.2.0';
     29        public $version = '1.2.1';
    3030
    3131        /**
Note: See TracChangeset for help on using the changeset viewer.