Version Description
Maintenance Version Release
=
Download this release
Release Info
Developer | DaganLev |
Plugin | Bulk Page Creator |
Version | 1.1.1 |
Comparing to | |
See all releases |
Code changes from version 1.1.0 to 1.1.1
- bulk-page-creator.php +3 -3
- readme.txt +4 -1
bulk-page-creator.php
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Bulk Page Creator
|
4 |
-
Plugin URI:
|
5 |
Description: Allows you to create multiple pages in a batch/bulk manner saving time when initially setting up your WordPress site.
|
6 |
-
Version: 1.1.
|
7 |
Author: Dagan Lev
|
8 |
-
Author URI:
|
9 |
|
10 |
Copyright 2011 Solid Code (email : dagan@solid-code.co.uk)
|
11 |
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Bulk Page Creator
|
4 |
+
Plugin URI: https://solid-code.co.uk/
|
5 |
Description: Allows you to create multiple pages in a batch/bulk manner saving time when initially setting up your WordPress site.
|
6 |
+
Version: 1.1.1
|
7 |
Author: Dagan Lev
|
8 |
+
Author URI: https://solid-code.co.uk
|
9 |
|
10 |
Copyright 2011 Solid Code (email : dagan@solid-code.co.uk)
|
11 |
|
readme.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Contributors: DaganLev
|
3 |
Tags: Solid Code, Dagan Lev, Bulk Page Creator, batch action, add pages, add posts
|
4 |
Requires at least: 3.1
|
5 |
-
Tested up to:
|
6 |
Stable tag: trunk
|
7 |
|
8 |
Allows you to create multiple pages in a batch/bulk manner saving time when initially setting up your WordPress site
|
@@ -52,6 +52,9 @@ Added support for HTTPS logins
|
|
52 |
= 1.1.0 =
|
53 |
Deprecated class constructor for PHP 7 support
|
54 |
|
|
|
|
|
|
|
55 |
== Screenshots ==
|
56 |
|
57 |
1. View of bulk page creator screen
|
2 |
Contributors: DaganLev
|
3 |
Tags: Solid Code, Dagan Lev, Bulk Page Creator, batch action, add pages, add posts
|
4 |
Requires at least: 3.1
|
5 |
+
Tested up to: 5.0.0
|
6 |
Stable tag: trunk
|
7 |
|
8 |
Allows you to create multiple pages in a batch/bulk manner saving time when initially setting up your WordPress site
|
52 |
= 1.1.0 =
|
53 |
Deprecated class constructor for PHP 7 support
|
54 |
|
55 |
+
= 1.1.1 =
|
56 |
+
Maintenance Version Release
|
57 |
+
|
58 |
== Screenshots ==
|
59 |
|
60 |
1. View of bulk page creator screen
|