Changeset 1555279
- Timestamp:
- 12/15/2016 10:35:35 AM (9 years ago)
- Location:
- autodealers/trunk
- Files:
-
- 3 edited
-
autodealers.php (modified) (3 diffs)
-
nbproject/project.xml (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
autodealers/trunk/autodealers.php
r1555265 r1555279 81 81 */ 82 82 83 protected $stock_uri = " //svl.autodealers.nl/jsVoorraadPlugin.ashx";83 protected $stock_uri = "http://svl.autodealers.nl/jsVoorraadPlugin.ashx"; 84 84 85 85 … … 105 105 */ 106 106 107 protected $carousel_uri = " //svl.autodealers.nl/jsSlideshow.ashx";107 protected $carousel_uri = "http://svl.autodealers.nl/jsSlideshow.ashx"; 108 108 109 109 … … 129 129 */ 130 130 131 protected $search_block_uri = " //svl.autodealers.nl/wordpressFilters.ashx";131 protected $search_block_uri = "http://svl.autodealers.nl/wordpressFilters.ashx"; 132 132 133 133 -
autodealers/trunk/nbproject/project.xml
r1283927 r1555279 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 3 2 <project xmlns="http://www.netbeans.org/ns/project/1"> 4 5 3 <type>org.netbeans.modules.php.project</type> 6 7 4 <configuration> 8 9 5 <data xmlns="http://www.netbeans.org/ns/php-project/1"> 10 11 <name>autodealers</name> 12 6 <name>Autodealers Wordpress Plugin</name> 13 7 </data> 14 15 8 </configuration> 16 17 9 </project> 18 -
autodealers/trunk/readme.txt
r1555235 r1555279 4 4 Requires at least: 3.2.1 5 5 Tested up to: 4.3.1 6 Stable tag: 1.0 6 Stable tag: 1.0.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 24 24 25 25 == Changelog == 26 1.0 eerste stabiele versie van de plugin 26 1.0.1 Bugfix missing protocol 27 1.0.0 eerste stabiele versie van de plugin 27 28 0.2 plugin gecontroleerd op werking en documentatie, instellingen link toegevoegd in plugin lijst 28 29 0.1 eerste versie van de plugin
Note: See TracChangeset
for help on using the changeset viewer.