Changeset 3063383
- Timestamp:
- 04/03/2024 08:01:56 AM (2 years ago)
- Location:
- auto-refresh-post-page
- Files:
-
- 4 edited
-
README.txt (modified) (3 diffs)
-
admin/css/auto-refresh-post-page-admin.css (modified) (7 diffs)
-
admin/partials/auto_refresh_post_page-admin-dashboard.php (modified) (2 diffs)
-
auto-refresh-post-page.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
auto-refresh-post-page/README.txt
r2995730 r3063383 1 1 Auto Refresh Post & Page 2 Tested up to: 6.3 2 Tested up to: 6.5 3 Requires at least: 5.4 4 Tested up to: 6.5 5 Requires PHP: 7.0 6 Stable tag: 1.0.1 3 7 License: GPLv2 or later 4 8 Contributors: … … 28 32 ==Version== 29 33 30 The current version of the plugin is 1.0. 034 The current version of the plugin is 1.0.1 31 35 32 36 … … 74 78 Using 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. 75 79 It 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 1 1 .sucess_msg { 2 2 width: 200px; 3 background-color: rgb(2, 98, 2);3 background-color: #2a2b5f; 4 4 color: white; 5 5 border-radius: 5px; … … 9 9 display: grid; 10 10 place-items: center; 11 margin: 40px 40px ;11 margin: 40px 0px ; 12 12 border-radius: 15px; 13 13 } … … 30 30 padding: 10px 25px; 31 31 font-size: 1.3em; 32 background-color: rgb(2, 98, 2);32 background-color: #2a2b5f; 33 33 color: white; 34 34 border-radius: 10px; 35 35 border: 0px; 36 36 cursor: pointer; 37 margin: 0px 40px ;37 margin: 0px 0px ; 38 38 } 39 39 #cb_global_save_post:hover { … … 51 51 table.fixedsett { 52 52 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; 53 67 } 54 68 table.widefatsett { … … 61 75 .widefatsett { 62 76 border-spacing: 0; 63 width: 100%;77 width: 99%; 64 78 clear: both; 65 79 margin: 0; … … 102 116 .widefatsett { 103 117 border-spacing: 0; 104 width: 100%;118 width: 99%; 105 119 clear: both; 106 120 margin: 0; … … 172 186 .widefatsett { 173 187 border-spacing: 0; 174 width: 100%;188 width: 99%; 175 189 clear: both; 176 190 margin: 0; -
auto-refresh-post-page/admin/partials/auto_refresh_post_page-admin-dashboard.php
r2990642 r3063383 8 8 * @link https://cubixsol.org/ 9 9 * @since 1.0.0 10 * 10 11 * 11 12 * @package Auto_refresh_post_page … … 34 35 <h1>Set Refresh Frequency</h1> 35 36 <hr class="cb-divider" /> 36 <tr> 37 <th style="text-align: left;"> 38 <input type="checkbox" class="js-select-all"> Select All <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"> Select All 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> 41 45 42 <table class="cb-tab-content__table cb-tab-content__table--padding wp-list-table widefatsett fixedsett striped table-view-list pages"> <br> 46 <table class="cb-tab-content__table cb-tab-content__table--padding wp-list-table widefatsett fixedsett striped table-view-list pages"> 43 47 44 48 <tr> -
auto-refresh-post-page/auto-refresh-post-page.php
r3003675 r3063383 16 16 * Plugin URI: https://cubixsol.com/ 17 17 * Description: This is a short description of what the plugin does. It's displayed in the WordPress admin area. 18 * Version: 1.0. 018 * Version: 1.0.1 19 19 * Author: Cubixsol 20 20 * Author URI: https://cubixsol.com/our-products/
Note: See TracChangeset
for help on using the changeset viewer.