Plugin Directory

Changeset 3496863


Ignore:
Timestamp:
04/01/2026 05:33:33 PM (2 days ago)
Author:
staticwebio
Message:

tagging version 1.0.1

Location:
snapcache
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • snapcache/tags/1.0.1/snapcache.php

    r3414335 r3496863  
    44 * Plugin URI:        https://github.com/staticweb-io/snapcache
    55 * Description:       Memcached object cache
    6  * Version:           1.0.0
     6 * Version:           1.0.1
    77 * Author:            StaticWeb.io
    88 * Author URI:        https://staticweb.io
     
    2424}
    2525
    26 define( 'SNAPCACHE_VERSION', '1.0.0' );
     26define( 'SNAPCACHE_VERSION', '1.0.1' );
    2727define( 'SNAPCACHE_PATH', plugin_dir_path( __FILE__ ) );
    2828
  • snapcache/trunk/snapcache.php

    r3414335 r3496863  
    44 * Plugin URI:        https://github.com/staticweb-io/snapcache
    55 * Description:       Memcached object cache
    6  * Version:           1.0.0
     6 * Version:           1.0.1
    77 * Author:            StaticWeb.io
    88 * Author URI:        https://staticweb.io
     
    2424}
    2525
    26 define( 'SNAPCACHE_VERSION', '1.0.0' );
     26define( 'SNAPCACHE_VERSION', '1.0.1' );
    2727define( 'SNAPCACHE_PATH', plugin_dir_path( __FILE__ ) );
    2828
Note: See TracChangeset for help on using the changeset viewer.