Plugin Directory

Changeset 2741256


Ignore:
Timestamp:
06/13/2022 12:08:25 AM (4 years ago)
Author:
aresei
Message:

release

Location:
category-post-list/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • category-post-list/trunk/CategoryPostList.php

    r2741247 r2741256  
    44Plugin Name: Create Category Post List
    55Description: Create and export your post list of a category.
    6 Version: 2.1
     6Version: 2.2
    77Author: Aresei
    88Author URI: https://www.aresei-note.com/
     
    226226                        <strong><?php esc_html_e("Note: You can change the order of items by mouse drag", "CategoryPostList");  ?></strong><br>
    227227                        <br>
    228                         [<?php esc_html_e( "Multiple move", "CategoryPostList" ); ?>]:
     228                        Multiple move:
    229229                         Start Index: <input type='number' style="width: 5em;" id="MultipleMove_StartIndex">
    230230                         End Index: <input type='number' style="width: 5em;" id="MultipleMove_EndIndex">
    231231                         Insert Index: <input type='number' style="width: 5em;" id="MultipleMove_InsertIndex">
    232                          <button id="ButtonMultipleMove">Exec move</button>
     232                         <button id="ButtonMultipleMove">Exec</button>
    233233                        <br>
    234234                        <div style="text-align: right;">
     
    278278            <?php esc_html_e("If you support this plugin, please consider donate by following link:", "CategoryPostList"); ?><br>
    279279            <br>
    280             <?php
    281             if(get_locale() == "ja") {
    282                 echo "<a href='https://www.amazon.jp/hz/wishlist/ls/2ANE8EECGEEBS?ref_=wl_share'>アマゾンほしいものリスト</a>";
    283             } else {
    284                 echo "<script type='text/javascript' src='https://storage.ko-fi.com/cdn/widget/Widget_2.js'></script><script type='text/javascript'>kofiwidget2.init('Support Me on Ko-fi', '#29abe0', 'I3I16APH2');kofiwidget2.draw();</script>";
    285             }
    286             ?>
    287 
     280            <h3><?php esc_html_e("By credit card", "CategoryPostList" ); ?></h3>
     281            <script type='text/javascript' src='https://storage.ko-fi.com/cdn/widget/Widget_2.js'></script><script type='text/javascript'>kofiwidget2.init('Support Me on Ko-fi', '#29abe0', 'I3I16APH2');kofiwidget2.draw();</script>
     282            <h3><?php esc_html_e("By bitcoin", "CategoryPostList" ); ?></h3>
     283            Bitcoin address: 1J94VS6ANWzRW9gako6cM8sqCz6MbiXpnt<br>
    288284
    289285        </div>
  • category-post-list/trunk/readme.txt

    r2741247 r2741256  
    66Tags: Category,post,list,create,export
    77Requires at least: 4.9
    8 Tested up to: 6.0
    9 Stable tag: 2.1
     8Tested up to: 6.0.0
     9Stable tag: 2.2
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.