Changeset 2844497
- Timestamp:
- 01/06/2023 09:54:07 AM (2 years ago)
- Location:
- wp-featured-posts/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-featured-posts/trunk/inc/wp-featured-posts-setting.php
r2388094 r2844497 75 75 </form> 76 76 </div> 77 <hr> 78 <script type='text/javascript' src='https://storage.ko-fi.com/cdn/widget/Widget_2.js'></script><script type='text/javascript'>kofiwidget2.init('Tip Me on Ko-fi', '#29abe0', 'J3J6HM43W');kofiwidget2.draw();</script> 77 79 <?php 78 80 } … … 124 126 '', // Title 125 127 [$this, 'wp_featured_sticky_posts_settings_section'], // Callback 126 'wp-featured-posts-settings-page' // Page127 );128 129 add_settings_section(130 'wp_featured_donate_settings_section', // ID131 '', // Title132 [$this, 'wp_featured_donate_settings_section'], // Callback133 128 'wp-featured-posts-settings-page' // Page 134 129 ); … … 252 247 } 253 248 254 function wp_featured_donate_settings_section()255 {256 ?>257 <div class="wpfp-donate" style="position: fixed;right: 1rem;bottom: 1rem;z-index: 20;">258 <script type="text/javascript" src="https://cdnjs.buymeacoffee.com/1.0.0/button.prod.min.js" data-name="bmc-button" data-slug="nutttaro" data-color="#FFDD00" data-emoji="" data-font="Cookie" data-text="Buy me a coffee" data-outline-color="#000" data-font-color="#000" data-coffee-color="#fff" ></script>259 </div>260 <?php261 }262 263 249 } -
wp-featured-posts/trunk/readme.txt
r2616907 r2844497 4 4 Tags: featured-posts, featured-post, feature-posts, feature-post 5 5 Requires at least: 4.7 6 Tested up to: 5.8.16 Tested up to: 6.1.1 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 47 47 == Changelog == 48 48 49 = 1.0.7 = 50 * Tested up to WordPress 6.1.1 51 * Add Tip me on Ko-fi 52 49 53 = 1.0.6 = 50 54 * Tested up to WordPress 5.8.1 -
wp-featured-posts/trunk/wp-featured-posts.php
r2616907 r2844497 4 4 * Plugin URI: https://wordpress.org/plugins/wp-featured-posts/ 5 5 * Description: Set featured posts, sortable and sticky custom post type. Compatible with WPML. 6 * Version: 1.0. 66 * Version: 1.0.7 7 7 * Requires at least: 4.7 8 8 * Requires PHP: 7.0 9 * Tested up to: 5.8.19 * Tested up to: 6.1.1 10 10 * Author: NuttTaro 11 11 * Author URI: https://nutttaro.com … … 20 20 define('WPFP_BASENAME', plugin_basename(__FILE__)); 21 21 define('WPFP_PLUGIN_URL', plugin_dir_url(__FILE__)); 22 define('WPFP_VERSION', '1.0. 6');22 define('WPFP_VERSION', '1.0.7'); 23 23 24 24 /**
Note: See TracChangeset
for help on using the changeset viewer.