Plugin Directory

Changeset 2426603


Ignore:
Timestamp:
11/26/2020 01:47:47 PM (5 years ago)
Author:
kees-brandenburg
Message:

Added: .htaccess to disallow access to includes folder
Added: index.php files to folders, so no directory index is shown (For severs that have directory indexing enabled)

Location:
yes-co-ores-wordpress-plugin/trunk
Files:
13 added
5 edited

Legend:

Unmodified
Added
Removed
  • yes-co-ores-wordpress-plugin/trunk/includes/config/config.php

    r2394300 r2426603  
    2121  define('YOG_POST_TYPE_ATTACHMENT',    'attachment');
    2222
    23   define('YOG_PLUGIN_VERSION',      '1.3.71');
     23  define('YOG_PLUGIN_VERSION',      '1.3.72');
    2424  define('YOG_PLUGIN_DOJO_VERSION', '1.12.2'); // Old 1.9.3
    2525?>
  • yes-co-ores-wordpress-plugin/trunk/package.json

    r2394300 r2426603  
    11{
    22    "name": "yesco-ores",
    3     "version": "1.3.71",
     3    "version": "1.3.72",
    44    "devDependencies": {
    55        "grunt": "~1.0.3",
  • yes-co-ores-wordpress-plugin/trunk/readme.txt

    r2394392 r2426603  
    44Requires at least: 3.1
    55Tested up to: 5.5
    6 Stable tag: 1.3.71
     6Stable tag: 1.3.72
    77
    88Directly post real estate objects from your Yes-co system to your wordpress blog with the Yes-co Open Real Estate System (Yes-co ORES) Plugin.
     
    9090
    9191== Changelog ==
     92= 1.3.72 =
     93* Added: .htaccess to disallow access to includes folder
     94* Added: index.php files to folders, so no directory index is shown (For severs that have directory indexing enabled)
    9295= 1.3.71 =
    9396* Added: support for version object spec
  • yes-co-ores-wordpress-plugin/trunk/scripts/index.php

    r1370266 r2426603  
    11<?php
     2header('X-Robots-Tag: noindex');
  • yes-co-ores-wordpress-plugin/trunk/yesco-og.php

    r2394300 r2426603  
    55  Text Domain: yes-co-ores-wordpress-plugin
    66  Description: Publiceert uw onroerend goed op uw Wordpress Blog
    7   Version: 1.3.71
     7  Version: 1.3.72
    88  Author: Yes-co
    99  Author URI: https://www.yes-co.nl
     
    4040        $yogSystemLinkManager->activate($yogSystemLink);
    4141
     42        header('X-Robots-Tag: noindex');
    4243        echo json_encode(array( 'status'  => 'ok',
    4344                                  'message' => 'Plug-in activated')
     
    8990                                                    'warnings'  => YogChecks::checkForWarnings());
    9091
     92        header('X-Robots-Tag: noindex');
    9193                echo json_encode($response);
    9294
Note: See TracChangeset for help on using the changeset viewer.