Plugin Directory

Changeset 2844497


Ignore:
Timestamp:
01/06/2023 09:54:07 AM (2 years ago)
Author:
nutttaro
Message:

Tested up to 6.1.1 and Add Tip me on Ko-fi

Location:
wp-featured-posts/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-featured-posts/trunk/inc/wp-featured-posts-setting.php

    r2388094 r2844497  
    7575            </form>
    7676        </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>
    7779        <?php
    7880    }
     
    124126            '', // Title
    125127            [$this, 'wp_featured_sticky_posts_settings_section'], // Callback
    126             'wp-featured-posts-settings-page' // Page
    127         );
    128 
    129         add_settings_section(
    130             'wp_featured_donate_settings_section', // ID
    131             '', // Title
    132             [$this, 'wp_featured_donate_settings_section'], // Callback
    133128            'wp-featured-posts-settings-page' // Page
    134129        );
     
    252247    }
    253248
    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         <?php
    261     }
    262 
    263249}
  • wp-featured-posts/trunk/readme.txt

    r2616907 r2844497  
    44Tags: featured-posts, featured-post, feature-posts, feature-post
    55Requires at least: 4.7
    6 Tested up to: 5.8.1
     6Tested up to: 6.1.1
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    4747== Changelog ==
    4848
     49= 1.0.7 =
     50* Tested up to WordPress 6.1.1
     51* Add Tip me on Ko-fi
     52
    4953= 1.0.6 =
    5054* Tested up to WordPress 5.8.1
  • wp-featured-posts/trunk/wp-featured-posts.php

    r2616907 r2844497  
    44 * Plugin URI:        https://wordpress.org/plugins/wp-featured-posts/
    55 * Description:       Set featured posts, sortable and sticky custom post type. Compatible with WPML.
    6  * Version:           1.0.6
     6 * Version:           1.0.7
    77 * Requires at least: 4.7
    88 * Requires PHP:      7.0
    9  * Tested up to:      5.8.1
     9 * Tested up to:      6.1.1
    1010 * Author:            NuttTaro
    1111 * Author URI:        https://nutttaro.com
     
    2020define('WPFP_BASENAME', plugin_basename(__FILE__));
    2121define('WPFP_PLUGIN_URL', plugin_dir_url(__FILE__));
    22 define('WPFP_VERSION', '1.0.6');
     22define('WPFP_VERSION', '1.0.7');
    2323
    2424/**
Note: See TracChangeset for help on using the changeset viewer.