Plugin Directory

Changeset 3063383


Ignore:
Timestamp:
04/03/2024 08:01:56 AM (2 years ago)
Author:
cubixsol
Message:

README.txt

Location:
auto-refresh-post-page
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • auto-refresh-post-page/README.txt

    r2995730 r3063383  
    11Auto Refresh Post & Page
    2 Tested up to: 6.3
     2Tested up to: 6.5
     3Requires at least: 5.4
     4Tested up to: 6.5
     5Requires PHP: 7.0
     6Stable tag: 1.0.1
    37License: GPLv2 or later
    48Contributors:
     
    2832==Version==
    2933
    30 The current version of the plugin is 1.0.0
     34The current version of the plugin is 1.0.1
    3135
    3236
     
    7478Using this plugin, you can schedule the content refresh to keep the website fresh and up-to-date which improves user engagement and show them fresh content.
    7579It also saves time as you don't need to manually refresh the pages and posts.
     80
     81== Changelog ==
     82
     83=1.0.1=
     84* improved design
     85* remove bugs
     86* increase reponse time
     87
     88=1.0.0=
     89* First stable version
  • auto-refresh-post-page/admin/css/auto-refresh-post-page-admin.css

    r2990642 r3063383  
    11.sucess_msg {
    22  width: 200px;
    3   background-color: rgb(2, 98, 2);
     3  background-color: #2a2b5f;
    44  color: white;
    55  border-radius: 5px;
     
    99  display: grid;
    1010  place-items: center;
    11   margin: 40px 40px ;
     11  margin: 40px 0px ;
    1212  border-radius: 15px;
    1313}
     
    3030  padding: 10px 25px;
    3131  font-size: 1.3em;
    32   background-color: rgb(2, 98, 2);
     32  background-color: #2a2b5f;
    3333  color: white;
    3434  border-radius: 10px;
    3535  border: 0px;
    3636  cursor: pointer;
    37   margin: 0px 40px ;
     37  margin: 0px 0px ;
    3838}
    3939#cb_global_save_post:hover {
     
    5151table.fixedsett {
    5252  table-layout: fixed;
     53}
     54.select_style_all {
     55  padding-top: 30px;
     56  padding-bottom: 30px;
     57}
     58.select_check_all {
     59  width: 122px;
     60  float: left;
     61  padding-top: 5px;
     62  padding-left: 10px;
     63}
     64.universal_time_input {
     65  width: 200px;
     66  float: left;
    5367}
    5468table.widefatsett {
     
    6175.widefatsett {
    6276  border-spacing: 0;
    63   width: 100%;
     77  width: 99%;
    6478  clear: both;
    6579  margin: 0;
     
    102116.widefatsett {
    103117  border-spacing: 0;
    104   width: 100%;
     118  width: 99%;
    105119  clear: both;
    106120  margin: 0;
     
    172186.widefatsett {
    173187  border-spacing: 0;
    174   width: 100%;
     188  width: 99%;
    175189  clear: both;
    176190  margin: 0;
  • auto-refresh-post-page/admin/partials/auto_refresh_post_page-admin-dashboard.php

    r2990642 r3063383  
    88 * @link       https://cubixsol.org/
    99 * @since      1.0.0
     10 *
    1011 *
    1112 * @package    Auto_refresh_post_page
     
    3435 <h1>Set Refresh Frequency</h1>
    3536 <hr class="cb-divider" />
    36     <tr>
    37         <th style="text-align: left;">
    38         <input type="checkbox" class="js-select-all">&nbsp;Select All &nbsp;<input type="number" placeholder="Enter Time in Seconds globallly" class="timeField" id="timeField" min=0 >
    39         </th>
    40     </tr>
     37    <div class="select_style_all">
     38        <div class="select_check_all">
     39            <input type="checkbox" class="js-select-all">&nbsp;Select All &nbsp;
     40        </div>
     41        <div class="universal_time_input">
     42            <input type="number" placeholder="Enter Time in Seconds globallly" class="timeField" id="timeField" min=0 >
     43        </div>
     44    </div>
    4145       
    42  <table class="cb-tab-content__table cb-tab-content__table--padding wp-list-table widefatsett fixedsett striped table-view-list pages"><br>&nbsp;
     46 <table class="cb-tab-content__table cb-tab-content__table--padding wp-list-table widefatsett fixedsett striped table-view-list pages">&nbsp;
    4347       
    4448    <tr>
  • auto-refresh-post-page/auto-refresh-post-page.php

    r3003675 r3063383  
    1616 * Plugin URI:        https://cubixsol.com/
    1717 * Description:       This is a short description of what the plugin does. It's displayed in the WordPress admin area.
    18  * Version:           1.0.0
     18 * Version:           1.0.1
    1919 * Author:            Cubixsol
    2020 * Author URI:        https://cubixsol.com/our-products/
Note: See TracChangeset for help on using the changeset viewer.