Ignore:
Timestamp:
Jun 10, 2010, 9:43:05 PM (14 years ago)
Author:
vdigital
Message:

2.1.b fixes first release bugs:

  • Default user level is fixed
  • Default selectors review ( photoWidget could not be supported )
  • Lightbox, HD Shadowbox and akBookStyle are supported
  • Merge of selectors ( default and customized ) is fixed
  • jQuery generated has been reviewed and simplified
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rightClick/main.inc.php

    r6502 r6515  
    22/*
    33Plugin Name: rightClick
    4 Version: 2.1.a
     4Version: 2.1.b
    55Description: rightClick deactivates the context menu on websized pictures and more.
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=401
     
    1212define('RIGHTCK_DIR' , basename(dirname(__FILE__)));
    1313define('RIGHTCK_PATH' , PHPWG_PLUGINS_PATH . RIGHTCK_DIR . '/');
    14 define('RIGHTCK_VER' , '2.1.a');
     14define('RIGHTCK_VER' , '2.1.b');
    1515include_once( RIGHTCK_PATH . 'rightClick_protect.php');
    1616?>
Note: See TracChangeset for help on using the changeset viewer.