Plugin Directory

Changeset 3255713


Ignore:
Timestamp:
03/14/2025 07:00:42 AM (13 months ago)
Author:
jaedm97
Message:

Update to version 1.2.5 from GitHub

Location:
tinypress
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • tinypress/tags/1.2.5/readme.txt

    r3255621 r3255713  
    1 === TinyPress - Shorten and Track your urls ===
    2     Contributors: pluginbazar
     1=== tinyPress - Complete solution for Affiliate Links, Link Shortening, Link Tracking, Link Branding & Marketing ===
     2    Contributors: pluginbazar, jaedm97
    33    Donate link: https://pluginbazar.com/contact/
    44    Tags: affiliate links, link shortener, short links, redirects, link tracking
    55    Requires at least: 4.6
    66    Tested up to: 6.7
    7     Stable tag: 1.2.4
     7    Stable tag: 1.2.5
    88    License: GPLv2 or later
    99    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11     Ultimate solution to create, shorten, track and manage any long URL without paying other platforms. Gather analytics reports and run successful marketing campaigns easily.
     11    Complete solution to create, shorten, track and manage any URL without paying other platforms. Get reports and run successful marketing campaigns.
    1212
    1313== Description ==
     
    3535✨ **Browser Power-Up** - [Chrome Extension](https://pluginbazar.com/plugins/tinypress-shorten-and-track-your-urls/) lets you shorten URLs in one click without dashboard access
    3636
     37https://www.youtube.com/watch?v=71B3GkqiT6E
     38
    3739#### *Upcoming Features*
    38  - 🔍 Auto-link keywords
    39  - 🩺 Broken link scanner
    40  - 🎭 Stealth cloaking
    41  - 🌍 Geo-targeted redirects
    42  - 🔀 A/B testing paths
    43  - 📥 Bulk shortlinks imports/exports
     40 👉 Auto-link keywords
     41 👉 Broken link scanner
     42 👉 Stealth cloaking
     43 👉 Geo-targeted redirects
     44 👉 A/B testing paths
     45 👉 Bulk short links imports/exports
     46 👉 Google Analytics integration.
     47 👉 MonsterInsights integration.
    4448
    4549== Installation ==
    4650
    47511. Install as regular WordPress plugin.<br />
    48 2. Go your plugin settings via WordPress Dashboard and find "<strong>tinyPress</strong>" activate it.<br />
     522. Go your plugin list and find "<strong>tinyPress</strong>" activate it.<br />
     53
     54
     55== Frequently Asked Questions ==
     56= tinyPress is helpful to whom? =
     57tinyPress is particularly helpful to affiliate marketers & website owners. It helps them to manage, clean up, brand, and track their links. In addition to affiliate marketing, tinyPress also helpful to SEO marketers, bloggers, merchants, social media marketers, and anyone else who wants to easily take control of their link strategy.
     58
     59= Is it compatible with any WordPress theme? =
     60Absolutely YES! tinyPress mainly run in the WordPress admin, So it is not depended on any WordPress theme.
     61
     62= Why I should try tinyPress whereas there are lots of alternatives in the market? =
     63Most of the available plugins, make the basic features on their premium version like link protection, link expiry, etc. But tinyPress made all of them free for the users.
     64
     65= Is tinyPress translatable? =
     66Yes! tinyPress is ready for translation. You can translate easily as you do for the other plugins in your own language.
     67
     68= What are the differences in redirect types? =
     69301 (Permanent) redirects are used to tell search engines that a requested URL has been permanently moved to another URL. If you're confident that your target URL will never change, then use this redirect type. 302 and 307 (Temporary) redirects tell search engines that the requested URL has been moved temporarily, but will be back eventually.
    4970
    5071
     
    5576
    5677== Changelog ==
     78
     79= 1.2.5 - 14 March 2025 =
     80- FIX: Readme updated with more content.
    5781
    5882= 1.2.4 - 14 March 2025 =
     
    131155= 1.0.0 - 12 November 2022 =
    132156- NEW: Initial release.
     157
     158== Upgrade Notice ==
  • tinypress/tags/1.2.5/tinypress.php

    r3255621 r3255713  
    11<?php
    22/*
    3     Plugin Name: TinyPress - Shorten and Track URLs
     3    Plugin Name: tinyPress - Shorten and Track URLs
    44    Plugin URI: https://pluginbazar.com/plugins/tinypress-shorten-and-track-your-urls/
    55    Description: No more long URL, Shorten and track it with tinyPress.
    6     Version: 1.2.4
     6    Version: 1.2.5
    77    Text Domain: tinypress
    88    Author: Pluginbazar
     
    1717defined( 'TINYPRESS_PLUGIN_URL' ) || define( 'TINYPRESS_PLUGIN_URL', WP_PLUGIN_URL . '/' . plugin_basename( dirname( __FILE__ ) ) . '/' );
    1818defined( 'TINYPRESS_PLUGIN_DIR' ) || define( 'TINYPRESS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    19 defined( 'TINYPRESS_PLUGIN_VERSION' ) || define( 'TINYPRESS_PLUGIN_VERSION', '1.2.4' );
     19defined( 'TINYPRESS_PLUGIN_VERSION' ) || define( 'TINYPRESS_PLUGIN_VERSION', '1.2.5' );
    2020defined( 'TINYPRESS_PLUGIN_FILE' ) || define( 'TINYPRESS_PLUGIN_FILE', plugin_basename( __FILE__ ) );
    2121defined( 'TINYPRESS_TABLE_REPORTS' ) || define( 'TINYPRESS_TABLE_REPORTS', sprintf( '%stinypress_reports', $wpdb->prefix ) );
  • tinypress/trunk/readme.txt

    r3255621 r3255713  
    1 === TinyPress - Shorten and Track your urls ===
    2     Contributors: pluginbazar
     1=== tinyPress - Complete solution for Affiliate Links, Link Shortening, Link Tracking, Link Branding & Marketing ===
     2    Contributors: pluginbazar, jaedm97
    33    Donate link: https://pluginbazar.com/contact/
    44    Tags: affiliate links, link shortener, short links, redirects, link tracking
    55    Requires at least: 4.6
    66    Tested up to: 6.7
    7     Stable tag: 1.2.4
     7    Stable tag: 1.2.5
    88    License: GPLv2 or later
    99    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11     Ultimate solution to create, shorten, track and manage any long URL without paying other platforms. Gather analytics reports and run successful marketing campaigns easily.
     11    Complete solution to create, shorten, track and manage any URL without paying other platforms. Get reports and run successful marketing campaigns.
    1212
    1313== Description ==
     
    3535✨ **Browser Power-Up** - [Chrome Extension](https://pluginbazar.com/plugins/tinypress-shorten-and-track-your-urls/) lets you shorten URLs in one click without dashboard access
    3636
     37https://www.youtube.com/watch?v=71B3GkqiT6E
     38
    3739#### *Upcoming Features*
    38  - 🔍 Auto-link keywords
    39  - 🩺 Broken link scanner
    40  - 🎭 Stealth cloaking
    41  - 🌍 Geo-targeted redirects
    42  - 🔀 A/B testing paths
    43  - 📥 Bulk shortlinks imports/exports
     40 👉 Auto-link keywords
     41 👉 Broken link scanner
     42 👉 Stealth cloaking
     43 👉 Geo-targeted redirects
     44 👉 A/B testing paths
     45 👉 Bulk short links imports/exports
     46 👉 Google Analytics integration.
     47 👉 MonsterInsights integration.
    4448
    4549== Installation ==
    4650
    47511. Install as regular WordPress plugin.<br />
    48 2. Go your plugin settings via WordPress Dashboard and find "<strong>tinyPress</strong>" activate it.<br />
     522. Go your plugin list and find "<strong>tinyPress</strong>" activate it.<br />
     53
     54
     55== Frequently Asked Questions ==
     56= tinyPress is helpful to whom? =
     57tinyPress is particularly helpful to affiliate marketers & website owners. It helps them to manage, clean up, brand, and track their links. In addition to affiliate marketing, tinyPress also helpful to SEO marketers, bloggers, merchants, social media marketers, and anyone else who wants to easily take control of their link strategy.
     58
     59= Is it compatible with any WordPress theme? =
     60Absolutely YES! tinyPress mainly run in the WordPress admin, So it is not depended on any WordPress theme.
     61
     62= Why I should try tinyPress whereas there are lots of alternatives in the market? =
     63Most of the available plugins, make the basic features on their premium version like link protection, link expiry, etc. But tinyPress made all of them free for the users.
     64
     65= Is tinyPress translatable? =
     66Yes! tinyPress is ready for translation. You can translate easily as you do for the other plugins in your own language.
     67
     68= What are the differences in redirect types? =
     69301 (Permanent) redirects are used to tell search engines that a requested URL has been permanently moved to another URL. If you're confident that your target URL will never change, then use this redirect type. 302 and 307 (Temporary) redirects tell search engines that the requested URL has been moved temporarily, but will be back eventually.
    4970
    5071
     
    5576
    5677== Changelog ==
     78
     79= 1.2.5 - 14 March 2025 =
     80- FIX: Readme updated with more content.
    5781
    5882= 1.2.4 - 14 March 2025 =
     
    131155= 1.0.0 - 12 November 2022 =
    132156- NEW: Initial release.
     157
     158== Upgrade Notice ==
  • tinypress/trunk/tinypress.php

    r3255621 r3255713  
    11<?php
    22/*
    3     Plugin Name: TinyPress - Shorten and Track URLs
     3    Plugin Name: tinyPress - Shorten and Track URLs
    44    Plugin URI: https://pluginbazar.com/plugins/tinypress-shorten-and-track-your-urls/
    55    Description: No more long URL, Shorten and track it with tinyPress.
    6     Version: 1.2.4
     6    Version: 1.2.5
    77    Text Domain: tinypress
    88    Author: Pluginbazar
     
    1717defined( 'TINYPRESS_PLUGIN_URL' ) || define( 'TINYPRESS_PLUGIN_URL', WP_PLUGIN_URL . '/' . plugin_basename( dirname( __FILE__ ) ) . '/' );
    1818defined( 'TINYPRESS_PLUGIN_DIR' ) || define( 'TINYPRESS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    19 defined( 'TINYPRESS_PLUGIN_VERSION' ) || define( 'TINYPRESS_PLUGIN_VERSION', '1.2.4' );
     19defined( 'TINYPRESS_PLUGIN_VERSION' ) || define( 'TINYPRESS_PLUGIN_VERSION', '1.2.5' );
    2020defined( 'TINYPRESS_PLUGIN_FILE' ) || define( 'TINYPRESS_PLUGIN_FILE', plugin_basename( __FILE__ ) );
    2121defined( 'TINYPRESS_TABLE_REPORTS' ) || define( 'TINYPRESS_TABLE_REPORTS', sprintf( '%stinypress_reports', $wpdb->prefix ) );
Note: See TracChangeset for help on using the changeset viewer.