Plugin Directory

Changeset 3071865


Ignore:
Timestamp:
04/16/2024 05:30:27 PM (22 months ago)
Author:
petersplugins
Message:

v 7.2.3 CLEANUP

Location:
hashtagger
Files:
1 deleted
10 edited
1 moved

Legend:

Unmodified
Added
Removed
  • hashtagger/tags/7.2.3/hashtagger.php

    r2975290 r3071865  
    99 * Plugin Name: Smart Hashtags [#hashtagger]
    1010 * Description: Use #hashtags, @usernames and $cashtags in your posts
    11  * Version: 7.2.2
     11 * Version: 7.2.3
    1212 * Author: Peter Raschendorfer
    1313 * Author URI: https://profiles.wordpress.org/petersplugins/
  • hashtagger/tags/7.2.3/inc/class-hashtagger.php

    r2975290 r3071865  
    10421042        <div class="pp-admin-notice-area"><div class="wp-header-end"></div></div>
    10431043        <div class="pp-admin-page-header">
    1044             <div class="pp-admin-page-title"><h1><?php echo $this->get_plugin_name(); ?></h1></div>
     1044            <div class="pp-admin-page-title">
     1045                <h1><?php echo $this->get_plugin_name(); ?></h1>
     1046                <p><strong>PLEASE NOTE</strong><br />Development, maintenance and support of this plugin has been retired. You can use this plugin as long as is works for you. Thanks for your understanding.<br />Regards, Peter</p>
     1047            </div>
    10451048        </div>
    10461049     
     
    10841087            <?php } ?>
    10851088          </div>
    1086         </div>
    1087         <div class="postbox">
    1088           <div class="inside">
    1089           <h2>PLEASE NOTE</h2><p>Development, maintenance and support of this plugin has been retired. You can use this plugin as long as is works for you. Thanks for your understanding.<br />Regards, Peter</p>
    1090           </div>
    10911089        </div>
    10921090      </div>
  • hashtagger/tags/7.2.3/loader.php

    r2975290 r3071865  
    2929    'slug'    => pathinfo( dirname( __FILE__ ) . '/hashtagger.php', PATHINFO_FILENAME ),
    3030    'name'    => '#hashtagger',
    31     'version' => '7.2.2'
     31    'version' => '7.2.3'
    3232  ) );
    3333   
  • hashtagger/tags/7.2.3/readme.txt

    r2976034 r3071865  
    44Requires at least: 4.0
    55Tested up to: 6.3
    6 Stable tag: 7.2.2
     6Stable tag: 7.2.3
    77Requires PHP: 5.4
    88License: GPLv2 or later
     
    8181
    8282== Changelog ==
     83
     84= 7.2.3 (2024-04-16) CLEANUP =
     85* Cleanup
    8386
    8487= 7.2.2 (2022-10-05) FINAL VERSION =
  • hashtagger/trunk/hashtagger.php

    r2975290 r3071865  
    99 * Plugin Name: Smart Hashtags [#hashtagger]
    1010 * Description: Use #hashtags, @usernames and $cashtags in your posts
    11  * Version: 7.2.2
     11 * Version: 7.2.3
    1212 * Author: Peter Raschendorfer
    1313 * Author URI: https://profiles.wordpress.org/petersplugins/
  • hashtagger/trunk/inc/class-hashtagger.php

    r2975290 r3071865  
    10421042        <div class="pp-admin-notice-area"><div class="wp-header-end"></div></div>
    10431043        <div class="pp-admin-page-header">
    1044             <div class="pp-admin-page-title"><h1><?php echo $this->get_plugin_name(); ?></h1></div>
     1044            <div class="pp-admin-page-title">
     1045                <h1><?php echo $this->get_plugin_name(); ?></h1>
     1046                <p><strong>PLEASE NOTE</strong><br />Development, maintenance and support of this plugin has been retired. You can use this plugin as long as is works for you. Thanks for your understanding.<br />Regards, Peter</p>
     1047            </div>
    10451048        </div>
    10461049     
     
    10841087            <?php } ?>
    10851088          </div>
    1086         </div>
    1087         <div class="postbox">
    1088           <div class="inside">
    1089           <h2>PLEASE NOTE</h2><p>Development, maintenance and support of this plugin has been retired. You can use this plugin as long as is works for you. Thanks for your understanding.<br />Regards, Peter</p>
    1090           </div>
    10911089        </div>
    10921090      </div>
  • hashtagger/trunk/loader.php

    r2975290 r3071865  
    2929    'slug'    => pathinfo( dirname( __FILE__ ) . '/hashtagger.php', PATHINFO_FILENAME ),
    3030    'name'    => '#hashtagger',
    31     'version' => '7.2.2'
     31    'version' => '7.2.3'
    3232  ) );
    3333   
  • hashtagger/trunk/readme.txt

    r2976034 r3071865  
    44Requires at least: 4.0
    55Tested up to: 6.3
    6 Stable tag: 7.2.2
     6Stable tag: 7.2.3
    77Requires PHP: 5.4
    88License: GPLv2 or later
     
    8181
    8282== Changelog ==
     83
     84= 7.2.3 (2024-04-16) CLEANUP =
     85* Cleanup
    8386
    8487= 7.2.2 (2022-10-05) FINAL VERSION =
Note: See TracChangeset for help on using the changeset viewer.