Skip to content

Commit ffbeeff

Browse files
Merge branch 'update-readme' into develop
2 parents 5fe5551 + 63601a7 commit ffbeeff

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

README.MD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ Community made feature requests, patches, localisations, bug reports, and contri
2929

3030
If interested in contributing, feel free to reach out to lorempress@israelmartins.com.
3131

32+
## Development Setup
33+
The development JavaScript files are located in assets/src/js/. The Gulp dependencies have to be installed with `npm` to compile the changes to the script in your development environment (to assets/js/). You may [check out the repo of the referenced Gulp setup here](https://github.com/israelmartins96/gulp).
34+
3235
## Versioning
3336
We use [SemVer](http://semver.org/) for versioning. For the versions available, see [the releases in this repository](https://github.com/israelmartins96/lorempress-for-wp/releases).
3437

assets/src/js/lorempress-dummy-text-generator.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
* lorempress-dummy-text-generator.js
33
*
44
* Generates random dummy text.
5+
*
6+
* NOTE: The plugin uses the minified version of this code located in /wp-content/plugins/lorempress-for-wp/assets/js/.
7+
* So, any change made to this file would have no effect on the plugin's functionality.
8+
* To reflect any changes you make to this code, you have to use the Gulp setup. You can see
9+
* how to configure that in the plugin's development repo: https://github.com/israelmartins96/lorempress-for-wp/
510
*/
611

712
/**

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,14 @@ No, LoremPress is designed to be very lightweight and optimised for performance.
5353

5454
== Changelog ==
5555

56-
= 1.0.0 - 2025-06-17 =
56+
= 1.0.0 - 2025-06-18 =
5757
* Initial release.
5858
* Feature: Implemented `[lorempress]` shortcode for generating lorem ipsum text paragraph.
5959

6060
== Upgrade Notice ==
6161

6262
= 1.0.0 =
63-
This is the initial release of LoremPress. No upgrade actions are required.
63+
This is the initial release of LoremPress. No upgrade actions are required.
64+
65+
== Development Note ==
66+
If you want to make changes to the source code in your development/staging site, you can find the relevant information to help you get started in the plugin's development repo. Feel free to [browse the source code and make suggestions/requests here](https://github.com/israelmartins96/lorempress-for-wp/). Thanks!

0 commit comments

Comments
 (0)