Plugin Directory

Changeset 2996951


Ignore:
Timestamp:
11/16/2023 10:43:55 AM (2 years ago)
Author:
pluginbazar
Message:

plugin feature check

Location:
tinypress
Files:
174 added
2 edited

Legend:

Unmodified
Added
Removed
  • tinypress/trunk/readme.txt

    r2994262 r2996951  
    55    Requires at least: 4.6
    66    Tested up to: 6.4.1
    7     Stable tag: 1.2.0
    8 
     7    Stable tag: 1.2.1
    98    License: GPLv2 or later
    109    License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9190= 1.2.0 =
    9291* 11/11/2023 - UPDATE - WordPress version update.
     92
     93= 1.2.1 =
     94* 11/11/2023 - UPDATE - Plugin feature check.
  • tinypress/trunk/tinypress.php

    r2994262 r2996951  
    44    Plugin URI: https://pluginbazar.com/plugin/tinypress
    55    Description: No more long URL, Shorten and track it with TinyPress.
    6     Version: 1.2.0
     6    Version: 1.2.1
    77    Text Domain: tinypress
    88    Author: Pluginbazar
     
    1818defined( 'TINYPRESS_PLUGIN_DIR' ) || define( 'TINYPRESS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    1919defined( 'TINYPRESS_PLUGIN_FILE' ) || define( 'TINYPRESS_PLUGIN_FILE', plugin_basename( __FILE__ ) );
    20 defined( 'TINYPRESS_PLUGIN_VERSION' ) || define( 'TINYPRESS_PLUGIN_VERSION', '1.2.0' );
     20defined( 'TINYPRESS_PLUGIN_VERSION' ) || define( 'TINYPRESS_PLUGIN_VERSION', '1.2.1' );
    2121defined( 'TINYPRESS_TABLE_REPORTS' ) || define( 'TINYPRESS_TABLE_REPORTS', sprintf( '%stinypress_reports', $wpdb->prefix ) );
    2222defined( 'TINYPRESS_LINK_DOC' ) || define( 'TINYPRESS_LINK_DOC', esc_url_raw( 'https://docs.pluginbazar.com/plugin/tinypress/' ) );
Note: See TracChangeset for help on using the changeset viewer.