Plugin Directory

Changeset 2782905


Ignore:
Timestamp:
09/11/2022 05:20:08 AM (4 years ago)
Author:
jwz
Message:

Version 1.6

Location:
base64-shortlinks
Files:
2 edited
3 copied

Legend:

Unmodified
Added
Removed
  • base64-shortlinks/tags/1.6/base64-shortlinks.php

    r2735016 r2782905  
    33Plugin Name: Base64 Shortlinks
    44Plugin URI: https://www.jwz.org/base64-shortlinks/
    5 Version: 1.5
     5Version: 1.6
    66Description: This plugin makes your shortlinks shorter! Depending on your domain name, this can reduce the length of your shortlink URLs to as few as 20 characters, which is comparable to or better than what most public URL-shortening services can accomplish.
    77Author: Jamie Zawinski
     
    252252   them to 21 total bytes, which is comparable to most public
    253253   URL-shortener services, and better than many.
    254 <?
     254<?php
    255255//  print "<p><pre>" . b64sl_encoder_selftest() . "</pre><p>";
    256256?>
     
    275275  <code>http://exam.pl/b/</code>.
    276276  <p>
    277 <?
     277<?php
    278278
    279279  /* I guess this is the closest we can get to "flush the rules
     
    376376  registering a second domain with fewer characters just to use
    377377  for shortlinks.
    378 <?
     378<?php
    379379}
    380380
  • base64-shortlinks/tags/1.6/readme.txt

    r2735016 r2782905  
    44Tags: shortlinks
    55Requires at least: 2.7
    6 Tested up to: 6.0
    7 Stable tag: 1.5
     6Tested up to: 6.0.2
     7Stable tag: 1.6
    88
    99This plugin makes your shortlinks shorter!
     
    4646* Eliminated some PHP warnings.
    4747
     48= 1.6 =
     49* Don't use PHP short-open tags.
     50
  • base64-shortlinks/trunk/base64-shortlinks.php

    r2735016 r2782905  
    33Plugin Name: Base64 Shortlinks
    44Plugin URI: https://www.jwz.org/base64-shortlinks/
    5 Version: 1.5
     5Version: 1.6
    66Description: This plugin makes your shortlinks shorter! Depending on your domain name, this can reduce the length of your shortlink URLs to as few as 20 characters, which is comparable to or better than what most public URL-shortening services can accomplish.
    77Author: Jamie Zawinski
     
    252252   them to 21 total bytes, which is comparable to most public
    253253   URL-shortener services, and better than many.
    254 <?
     254<?php
    255255//  print "<p><pre>" . b64sl_encoder_selftest() . "</pre><p>";
    256256?>
     
    275275  <code>http://exam.pl/b/</code>.
    276276  <p>
    277 <?
     277<?php
    278278
    279279  /* I guess this is the closest we can get to "flush the rules
     
    376376  registering a second domain with fewer characters just to use
    377377  for shortlinks.
    378 <?
     378<?php
    379379}
    380380
  • base64-shortlinks/trunk/readme.txt

    r2735016 r2782905  
    44Tags: shortlinks
    55Requires at least: 2.7
    6 Tested up to: 6.0
    7 Stable tag: 1.5
     6Tested up to: 6.0.2
     7Stable tag: 1.6
    88
    99This plugin makes your shortlinks shorter!
     
    4646* Eliminated some PHP warnings.
    4747
     48= 1.6 =
     49* Don't use PHP short-open tags.
     50
Note: See TracChangeset for help on using the changeset viewer.