Changeset 2426603
- Timestamp:
- 11/26/2020 01:47:47 PM (5 years ago)
- Location:
- yes-co-ores-wordpress-plugin/trunk
- Files:
-
- 13 added
- 5 edited
-
img/dojo/index.php (added)
-
img/index.php (added)
-
inc/css/index.php (added)
-
inc/index.php (added)
-
inc/js/admin/index.php (added)
-
inc/js/index.php (added)
-
inc/leaflet/images/index.php (added)
-
inc/leaflet/index.php (added)
-
inc/scss/index.php (added)
-
includes/.htaccess (added)
-
includes/config/config.php (modified) (1 diff)
-
index.php (added)
-
languages/index.php (added)
-
package.json (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
scripts/.htaccess (added)
-
scripts/index.php (modified) (1 diff)
-
yesco-og.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
yes-co-ores-wordpress-plugin/trunk/includes/config/config.php
r2394300 r2426603 21 21 define('YOG_POST_TYPE_ATTACHMENT', 'attachment'); 22 22 23 define('YOG_PLUGIN_VERSION', '1.3.7 1');23 define('YOG_PLUGIN_VERSION', '1.3.72'); 24 24 define('YOG_PLUGIN_DOJO_VERSION', '1.12.2'); // Old 1.9.3 25 25 ?> -
yes-co-ores-wordpress-plugin/trunk/package.json
r2394300 r2426603 1 1 { 2 2 "name": "yesco-ores", 3 "version": "1.3.7 1",3 "version": "1.3.72", 4 4 "devDependencies": { 5 5 "grunt": "~1.0.3", -
yes-co-ores-wordpress-plugin/trunk/readme.txt
r2394392 r2426603 4 4 Requires at least: 3.1 5 5 Tested up to: 5.5 6 Stable tag: 1.3.7 16 Stable tag: 1.3.72 7 7 8 8 Directly 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. … … 90 90 91 91 == 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) 92 95 = 1.3.71 = 93 96 * Added: support for version object spec -
yes-co-ores-wordpress-plugin/trunk/scripts/index.php
r1370266 r2426603 1 1 <?php 2 header('X-Robots-Tag: noindex'); -
yes-co-ores-wordpress-plugin/trunk/yesco-og.php
r2394300 r2426603 5 5 Text Domain: yes-co-ores-wordpress-plugin 6 6 Description: Publiceert uw onroerend goed op uw Wordpress Blog 7 Version: 1.3.7 17 Version: 1.3.72 8 8 Author: Yes-co 9 9 Author URI: https://www.yes-co.nl … … 40 40 $yogSystemLinkManager->activate($yogSystemLink); 41 41 42 header('X-Robots-Tag: noindex'); 42 43 echo json_encode(array( 'status' => 'ok', 43 44 'message' => 'Plug-in activated') … … 89 90 'warnings' => YogChecks::checkForWarnings()); 90 91 92 header('X-Robots-Tag: noindex'); 91 93 echo json_encode($response); 92 94
Note: See TracChangeset
for help on using the changeset viewer.