Changeset 3255713
- Timestamp:
- 03/14/2025 07:00:42 AM (13 months ago)
- Location:
- tinypress
- Files:
-
- 4 edited
- 1 copied
-
tags/1.2.5 (copied) (copied from tinypress/trunk)
-
tags/1.2.5/readme.txt (modified) (4 diffs)
-
tags/1.2.5/tinypress.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/tinypress.php (modified) (2 diffs)
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 3 3 Donate link: https://pluginbazar.com/contact/ 4 4 Tags: affiliate links, link shortener, short links, redirects, link tracking 5 5 Requires at least: 4.6 6 6 Tested up to: 6.7 7 Stable tag: 1.2. 47 Stable tag: 1.2.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 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. 12 12 13 13 == Description == … … 35 35 ✨ **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 36 36 37 https://www.youtube.com/watch?v=71B3GkqiT6E 38 37 39 #### *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. 44 48 45 49 == Installation == 46 50 47 51 1. Install as regular WordPress plugin.<br /> 48 2. Go your plugin settings via WordPress Dashboard and find "<strong>tinyPress</strong>" activate it.<br /> 52 2. Go your plugin list and find "<strong>tinyPress</strong>" activate it.<br /> 53 54 55 == Frequently Asked Questions == 56 = tinyPress is helpful to whom? = 57 tinyPress 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? = 60 Absolutely 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? = 63 Most 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? = 66 Yes! 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? = 69 301 (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. 49 70 50 71 … … 55 76 56 77 == Changelog == 78 79 = 1.2.5 - 14 March 2025 = 80 - FIX: Readme updated with more content. 57 81 58 82 = 1.2.4 - 14 March 2025 = … … 131 155 = 1.0.0 - 12 November 2022 = 132 156 - NEW: Initial release. 157 158 == Upgrade Notice == -
tinypress/tags/1.2.5/tinypress.php
r3255621 r3255713 1 1 <?php 2 2 /* 3 Plugin Name: TinyPress - Shorten and Track URLs3 Plugin Name: tinyPress - Shorten and Track URLs 4 4 Plugin URI: https://pluginbazar.com/plugins/tinypress-shorten-and-track-your-urls/ 5 5 Description: No more long URL, Shorten and track it with tinyPress. 6 Version: 1.2. 46 Version: 1.2.5 7 7 Text Domain: tinypress 8 8 Author: Pluginbazar … … 17 17 defined( 'TINYPRESS_PLUGIN_URL' ) || define( 'TINYPRESS_PLUGIN_URL', WP_PLUGIN_URL . '/' . plugin_basename( dirname( __FILE__ ) ) . '/' ); 18 18 defined( 'TINYPRESS_PLUGIN_DIR' ) || define( 'TINYPRESS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 19 defined( 'TINYPRESS_PLUGIN_VERSION' ) || define( 'TINYPRESS_PLUGIN_VERSION', '1.2. 4' );19 defined( 'TINYPRESS_PLUGIN_VERSION' ) || define( 'TINYPRESS_PLUGIN_VERSION', '1.2.5' ); 20 20 defined( 'TINYPRESS_PLUGIN_FILE' ) || define( 'TINYPRESS_PLUGIN_FILE', plugin_basename( __FILE__ ) ); 21 21 defined( '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 3 3 Donate link: https://pluginbazar.com/contact/ 4 4 Tags: affiliate links, link shortener, short links, redirects, link tracking 5 5 Requires at least: 4.6 6 6 Tested up to: 6.7 7 Stable tag: 1.2. 47 Stable tag: 1.2.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 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. 12 12 13 13 == Description == … … 35 35 ✨ **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 36 36 37 https://www.youtube.com/watch?v=71B3GkqiT6E 38 37 39 #### *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. 44 48 45 49 == Installation == 46 50 47 51 1. Install as regular WordPress plugin.<br /> 48 2. Go your plugin settings via WordPress Dashboard and find "<strong>tinyPress</strong>" activate it.<br /> 52 2. Go your plugin list and find "<strong>tinyPress</strong>" activate it.<br /> 53 54 55 == Frequently Asked Questions == 56 = tinyPress is helpful to whom? = 57 tinyPress 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? = 60 Absolutely 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? = 63 Most 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? = 66 Yes! 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? = 69 301 (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. 49 70 50 71 … … 55 76 56 77 == Changelog == 78 79 = 1.2.5 - 14 March 2025 = 80 - FIX: Readme updated with more content. 57 81 58 82 = 1.2.4 - 14 March 2025 = … … 131 155 = 1.0.0 - 12 November 2022 = 132 156 - NEW: Initial release. 157 158 == Upgrade Notice == -
tinypress/trunk/tinypress.php
r3255621 r3255713 1 1 <?php 2 2 /* 3 Plugin Name: TinyPress - Shorten and Track URLs3 Plugin Name: tinyPress - Shorten and Track URLs 4 4 Plugin URI: https://pluginbazar.com/plugins/tinypress-shorten-and-track-your-urls/ 5 5 Description: No more long URL, Shorten and track it with tinyPress. 6 Version: 1.2. 46 Version: 1.2.5 7 7 Text Domain: tinypress 8 8 Author: Pluginbazar … … 17 17 defined( 'TINYPRESS_PLUGIN_URL' ) || define( 'TINYPRESS_PLUGIN_URL', WP_PLUGIN_URL . '/' . plugin_basename( dirname( __FILE__ ) ) . '/' ); 18 18 defined( 'TINYPRESS_PLUGIN_DIR' ) || define( 'TINYPRESS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 19 defined( 'TINYPRESS_PLUGIN_VERSION' ) || define( 'TINYPRESS_PLUGIN_VERSION', '1.2. 4' );19 defined( 'TINYPRESS_PLUGIN_VERSION' ) || define( 'TINYPRESS_PLUGIN_VERSION', '1.2.5' ); 20 20 defined( 'TINYPRESS_PLUGIN_FILE' ) || define( 'TINYPRESS_PLUGIN_FILE', plugin_basename( __FILE__ ) ); 21 21 defined( 'TINYPRESS_TABLE_REPORTS' ) || define( 'TINYPRESS_TABLE_REPORTS', sprintf( '%stinypress_reports', $wpdb->prefix ) );
Note: See TracChangeset
for help on using the changeset viewer.