Plugin Directory

Changeset 2951385


Ignore:
Timestamp:
08/10/2023 09:45:53 AM (3 years ago)
Author:
pluginbazar
Message:

WordPress new version update

Location:
tinypress
Files:
174 added
2 edited

Legend:

Unmodified
Added
Removed
  • tinypress/trunk/readme.txt

    r2945781 r2951385  
    44    Tags: url shortener, short links
    55    Requires at least: 4.6
    6     Tested up to: 6.2
    7     Stable tag: 1.0.9
     6    Tested up to: 6.3
     7    Stable tag: 1.1.0
    88    License: GPLv2 or later
    99    License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5454= 1.0.9 =
    5555* 01/08/2023 - UPDATE - Readme text update.
     56
     57= 1.1.0 =
     58* 10/08/2023 - UPDATE - WordPress new version.
  • tinypress/trunk/tinypress.php

    r2945781 r2951385  
    44    Plugin URI: https://pluginbazar.com/plugin/tinypress
    55    Description: No more long URL, Shorten and track it with TinyPress.
    6     Version: 1.0.9
     6    Version: 1.1.0
    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.0.9' );
     20defined( 'TINYPRESS_PLUGIN_VERSION' ) || define( 'TINYPRESS_PLUGIN_VERSION', '1.1.0' );
    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.