Plugin Directory

Changeset 2720883


Ignore:
Timestamp:
05/09/2022 10:45:24 PM (4 years ago)
Author:
SebeT
Message:

Fixed import button not working

Location:
go-fetch-jobs-wp-job-manager
Files:
15 deleted
4 edited
84 copied

Legend:

Unmodified
Added
Removed
  • go-fetch-jobs-wp-job-manager/tags/1.7.3.2.5/README.txt

    r2716699 r2720883  
    66Requires PHP: 5.2.4
    77Tested up to: 5.9
    8 Stable tag: 1.7.3.2.4
     8Stable tag: 1.7.3.2.5
    99
    1010Instantly populate your WP Job Manager database using RSS job feeds from the most popular job sites or load XML/JSON files (premium only).
     
    9898== Changelog ==
    9999
    100 1.7.3.2.3
     1001.7.3.2.5
     101fixes
     102    - Import button not working (Free version only)
     103
     1041.7.3.2.4
    101105fixes:
    102106    - Security fixes
  • go-fetch-jobs-wp-job-manager/tags/1.7.3.2.5/changelog.txt

    r2715622 r2720883  
    1 1.7.3.2.2
     11.7.3.2.5
     2fixes
     3    - Import button not working (Free version only)
     4
     51.7.3.2.4
    26fixes:
    37    - Security fixes
  • go-fetch-jobs-wp-job-manager/tags/1.7.3.2.5/gofetch-jobs-wpjm.php

    r2716699 r2720883  
    33/**
    44 * Plugin Name: WP Job Manager - Go Fetch Jobs
    5  * Version:     1.7.3.2.4
     5 * Version:     1.7.3.2.5
    66 * Description: Instantly populate your WP Job Manager database using RSS job feeds from the most popular job sites.
    77 * Author:      Bruno Carreço
     
    7575             * @var The plugin version.
    7676             */
    77             public  $version = '1.7.3.2.4' ;
     77            public  $version = '1.7.3.2.5' ;
    7878            /**
    7979             * @var The expected parent plugin/theme name.
  • go-fetch-jobs-wp-job-manager/tags/1.7.3.2.5/includes/admin/class-gofetch-admin.php

    r2716699 r2720883  
    576576        // Form fields - input.
    577577        $allowed_tags['form'] = array_merge( $form, array(
    578             'id' => true,
     578            'id'      => true,
     579            'enctype' => true,
     580            'method'  => true,
     581            'action'  => true,
    579582        ) );
    580583
  • go-fetch-jobs-wp-job-manager/trunk/README.txt

    r2716699 r2720883  
    66Requires PHP: 5.2.4
    77Tested up to: 5.9
    8 Stable tag: 1.7.3.2.4
     8Stable tag: 1.7.3.2.5
    99
    1010Instantly populate your WP Job Manager database using RSS job feeds from the most popular job sites or load XML/JSON files (premium only).
     
    9898== Changelog ==
    9999
    100 1.7.3.2.3
     1001.7.3.2.5
     101fixes
     102    - Import button not working (Free version only)
     103
     1041.7.3.2.4
    101105fixes:
    102106    - Security fixes
  • go-fetch-jobs-wp-job-manager/trunk/changelog.txt

    r2715622 r2720883  
    1 1.7.3.2.2
     11.7.3.2.5
     2fixes
     3    - Import button not working (Free version only)
     4
     51.7.3.2.4
    26fixes:
    37    - Security fixes
  • go-fetch-jobs-wp-job-manager/trunk/gofetch-jobs-wpjm.php

    r2716699 r2720883  
    33/**
    44 * Plugin Name: WP Job Manager - Go Fetch Jobs
    5  * Version:     1.7.3.2.4
     5 * Version:     1.7.3.2.5
    66 * Description: Instantly populate your WP Job Manager database using RSS job feeds from the most popular job sites.
    77 * Author:      Bruno Carreço
     
    7575             * @var The plugin version.
    7676             */
    77             public  $version = '1.7.3.2.4' ;
     77            public  $version = '1.7.3.2.5' ;
    7878            /**
    7979             * @var The expected parent plugin/theme name.
  • go-fetch-jobs-wp-job-manager/trunk/includes/admin/class-gofetch-admin.php

    r2716699 r2720883  
    576576        // Form fields - input.
    577577        $allowed_tags['form'] = array_merge( $form, array(
    578             'id' => true,
     578            'id'      => true,
     579            'enctype' => true,
     580            'method'  => true,
     581            'action'  => true,
    579582        ) );
    580583
Note: See TracChangeset for help on using the changeset viewer.