Plugin Directory

Changeset 2202196


Ignore:
Timestamp:
11/27/2019 06:22:02 PM (6 years ago)
Author:
astralinternet
Message:

1.0.2

  • Fixed menu links to match the slug change from the official WordPress repo.
  • Fixed path regex in wsa main class.
  • Fixed jQuery call in interface.
Location:
wsa-cachepurge/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wsa-cachepurge/trunk/README.txt

    r2201620 r2202196  
    3232
    3333= 1.0.2 =
    34 * Fixed menu links to match the slugh change from the official WordPress repo.
     34* Fixed menu links to match the slug change from the official WordPress repo.
     35* Fixed path regex in wsa main class.
     36* Fixed jQuery call in interface.
    3537
    3638= 1.0.1 =
  • wsa-cachepurge/trunk/lib/cpwsa_display.php

    r2201469 r2202196  
    172172
    173173function removeDiv(){
    174     $('#wsa-message').remove();
     174    jQuery('#wsa-message').remove();
    175175}
    176176</script>
  • wsa-cachepurge/trunk/vendor/wsa/wsa.class.php

    r2201469 r2202196  
    280280         */
    281281        preg_match(
    282             '/\/([a-zA-Z0-9_]{1,})\/([a-zA-Z09_]{1,})\//',
     282            '/\/([a-zA-Z0-9_]{1,})\/([a-zA-Z0-9_]{1,})\//',
    283283            __DIR__,
    284284            $splittedFolders
Note: See TracChangeset for help on using the changeset viewer.