Plugin Directory

Changeset 1194608


Ignore:
Timestamp:
07/08/2015 07:46:30 AM (11 years ago)
Author:
mmtechmaster
Message:

Pruning out old revisions to keep within WP.org's requirements for maximum versions kept in the Repo. Also pushing out the development version 1.2.3 in case anyone wants to play early.

Location:
militant-moderates-css-parent-selector-mmps
Files:
3 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • militant-moderates-css-parent-selector-mmps/trunk/css/mmps-ccss.php

    r1191359 r1194608  
    22/**
    33 * @package militant-moderates-css-parent-selector-mmps
    4  * @version 1.2.2
     4 * @version 1.2.3
    55 */
    66/*
     
    88Plugin URI: http://www.militantmoderates.org/mmps-quick-start/
    99Description: Adds CSS "Parent Selector" support to your Theme. Apply your CSS Style to Parent/Sibling elements not just the Selected element.
    10 Version: 1.2.2
     10Version: 1.2.3
    1111Text Domain: militant-moderates-css-parent-selector-mmps
    1212Domain Path: /languages
  • militant-moderates-css-parent-selector-mmps/trunk/js/mmParentSelector.js

    r1191359 r1194608  
    11/**
    22 * @package militant-moderates-css-parent-selector-mmps
    3  * @version 1.2.2
     3 * @version 1.2.3
    44 */
    55/*
     
    77Plugin URI: http://www.militantmoderates.org/mmps-quick-start/
    88Description: Adds CSS "Parent Selector" support to your Theme. Apply your CSS Style to Parent/Sibling elements not just the Selected element.
    9 Version: 1.2.2
     9Version: 1.2.3
    1010Text Domain: militant-moderates-css-parent-selector-mmps
    1111Domain Path: /languages
     
    3030
    3131var mmps_packageName = 'militant-moderates-css-parent-selector-mmps';
    32 var mmps_packageVersion = '1.2.2';
     32var mmps_packageVersion = '1.2.3';
    3333
    3434jQuery(document).ready(function( $ ) {
  • militant-moderates-css-parent-selector-mmps/trunk/js/mmParentSelector.min.js

    r1191359 r1194608  
    11
    2 var mmps_packageName='militant-moderates-css-parent-selector-mmps';var mmps_packageVersion='1.2.2';jQuery(document).ready(function($){var styleidx=-1,slctridx=1,evidx=0,clsidx=0,CLASS='mmPpSsPrEfIx',eventMap={abort:'abort',active:'focusin',click:'click',dblclick:'dblclick',focus:'focusin',focusout:'focusout',hover:'mouseover',keyup:'keyup',load:'load',mouseleave:'mouseleave',mousemove:'mousemove',mouseout:'mouseout',mouseup:'mouseup',resize:'resize',scroll:'scroll',select:'select',unload:'unload',visited:'click',wheel:'wheel',},pairedEventMap={focusin:'focusout',keydown:'keyup',mousedown:'mouseup mouseout mouseleave',mouseenter:'mouseleave',mouseover:'mouseout',},stateMap={active:':active',disabled:':disabled',empty:':empty',enabled:':enabled',first_child:':first-child',first_of_type:':first-of-type',in_range:':in-range',invalid:':invalid',lang:':lang',last_child:':last-child',last_of_type:':last-of-type',link:':link',not:':not',nth_child:':nth-child',nth_last_child:':nth-last-child',nth_last_of_type:':nth-last-of-type',nth_of_type:':nth-of-type',only_of_type:':only-of-type',only_child:':only-child',optional:':optional',out_of_range:':out-of-range',read_only:':read-only',read_write:':read-write',required:':required',target:':target',valid:':valid',visited:':visited'},pseudoElements={after:'::after',before:'::before',first_letter:'::first-letter',first_line:'::first-line',selection:'::selection'},parsed,parsedSelectors,matches,selectors,selector,parent,target,child,pseudoTargets,declarations,pseudoParent,pseudoParents,childSelector,childElements,REGEX=new RegExp((function(aryRegExp){var ret='';for(var i=0;i<aryRegExp.length;i++){ret+=aryRegExp[i].source;}
     2var mmps_packageName='militant-moderates-css-parent-selector-mmps';var mmps_packageVersion='1.2.3';jQuery(document).ready(function($){var styleidx=-1,slctridx=1,evidx=0,clsidx=0,CLASS='mmPpSsPrEfIx',eventMap={abort:'abort',active:'focusin',click:'click',dblclick:'dblclick',focus:'focusin',focusout:'focusout',hover:'mouseover',keyup:'keyup',load:'load',mouseleave:'mouseleave',mousemove:'mousemove',mouseout:'mouseout',mouseup:'mouseup',resize:'resize',scroll:'scroll',select:'select',unload:'unload',visited:'click',wheel:'wheel',},pairedEventMap={focusin:'focusout',keydown:'keyup',mousedown:'mouseup mouseout mouseleave',mouseenter:'mouseleave',mouseover:'mouseout',},stateMap={active:':active',disabled:':disabled',empty:':empty',enabled:':enabled',first_child:':first-child',first_of_type:':first-of-type',in_range:':in-range',invalid:':invalid',lang:':lang',last_child:':last-child',last_of_type:':last-of-type',link:':link',not:':not',nth_child:':nth-child',nth_last_child:':nth-last-child',nth_last_of_type:':nth-last-of-type',nth_of_type:':nth-of-type',only_of_type:':only-of-type',only_child:':only-child',optional:':optional',out_of_range:':out-of-range',read_only:':read-only',read_write:':read-write',required:':required',target:':target',valid:':valid',visited:':visited'},pseudoElements={after:'::after',before:'::before',first_letter:'::first-letter',first_line:'::first-line',selection:'::selection'},parsed,parsedSelectors,matches,selectors,selector,parent,target,child,pseudoTargets,declarations,pseudoParent,pseudoParents,childSelector,childElements,REGEX=new RegExp((function(aryRegExp){var ret='';for(var i=0;i<aryRegExp.length;i++){ret+=aryRegExp[i].source;}
    33return ret;})([/[\w\s\/\.\-\:\=\[\]\(\)\~\+\|\,\*\'\"\^$#>]*(?=!)/,/[\w\s\/\.\-\:\=\[\]\(\)\~\+\|\,\*\'\"\^$#>!]*/,/\{{1}[^\}]+\}{1}/]),"gi");parse=function(sRawCSS){sRawCSS=sRawCSS.replace(/(\/\*([\s\S]*?)\*\/)/gm,'');if(matches=sRawCSS.match(REGEX)){parsed='';for(styleidx=-1;++styleidx<matches.length;){style=$.trim(matches[styleidx]);selectors=$.trim(style.split('{')[0]).split(/\s*,\s*/);declarations='{'+style.split(/\{|\}/)[1].replace(/^\s+|\s+$[\t\n\r]*/g,'')+'}';if(declarations==='{}'){continue;}
    44if(!/;}$/.test(declarations))
  • militant-moderates-css-parent-selector-mmps/trunk/mmParentSelector.php

    r1193164 r1194608  
    22/**
    33 * @package militant-moderates-css-parent-selector-mmps
    4  * @version 1.2.2
     4 * @version 1.2.3
    55 */
    66/*
     
    88Plugin URI: http://www.militantmoderates.org/mmps-quick-start/
    99Description: Adds CSS "Parent Selector" support to your Theme. Apply your CSS Style to Parent/Sibling elements not just the Selected element.
    10 Version: 1.2.2
     10Version: 1.2.3
    1111Text Domain: militant-moderates-css-parent-selector-mmps
    1212Domain Path: /languages
     
    4141 *-------------------------------------------------------------------------------------*/
    4242define( 'MMPS_SCRIPT_DEV', 0 );                     // set as above: 0, 1, 2
    43 define( 'MMPS_SCRIPT_VERSION', '1.2.2' );           // set to script version number as in header
     43define( 'MMPS_SCRIPT_VERSION', '1.2.3' );           // set to script version number as in header
    4444
    4545if (! class_exists( 'MMPSccss' ) ) {
  • militant-moderates-css-parent-selector-mmps/trunk/readme.txt

    r1193981 r1194608  
    4343
    4444== Changelog ==
     45= 1.2.3 (development) =
     46* (changes are pending)
     47
    4548= 1.2.2 =
    4649* Fixed link from Plugin admin to MMPS Settings - 'MMPS' was not highlighted in the Settings menu.
Note: See TracChangeset for help on using the changeset viewer.